~ubuntu-branches/ubuntu/lucid/gedit/lucid-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-18 00:37:05 UTC
  • mfrom: (1.1.76 upstream)
  • Revision ID: james.westby@ubuntu.com-20100318003705-typ8fgrsezmc334h
Tags: 2.29.9-0ubuntu1
* New upstream version:
  - Fix a file corruption bug in the new file saving code 
  - Misc bugfixes
* debian/patches/80_not_using_localmodlibs.patch:
  - dropped, the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
/* Define to 1 if you have the <dlfcn.h> header file. */
31
31
#undef HAVE_DLFCN_H
32
32
 
33
 
/* Define to 1 if you have the `fsync' function. */
34
 
#undef HAVE_FSYNC
35
 
 
36
33
/* Define if the GNU gettext() function is already present or preinstalled. */
37
34
#undef HAVE_GETTEXT
38
35
 
45
42
/* Define if your <locale.h> file defines LC_MESSAGES. */
46
43
#undef HAVE_LC_MESSAGES
47
44
 
 
45
/* Define to 1 if you have the `m' library (-lm). */
 
46
#undef HAVE_LIBM
 
47
 
48
48
/* Define to 1 if you have the <locale.h> header file. */
49
49
#undef HAVE_LOCALE_H
50
50