~cjwatson/ubiquity/new-partitioner

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Colin Watson
  • Date: 2006-05-09 10:52:34 UTC
  • Revision ID: colin.watson@canonical.com-20060509105234-fea3d01803aeb4cd
gettextize

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.in by autoheader.  */
2
2
 
 
3
/* Define to 1 if translation of program messages to the user's native
 
4
   language is requested. */
 
5
#undef ENABLE_NLS
 
6
 
 
7
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
 
8
   CoreFoundation framework. */
 
9
#undef HAVE_CFLOCALECOPYCURRENT
 
10
 
 
11
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
 
12
   the CoreFoundation framework. */
 
13
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
 
14
 
 
15
/* Define if the GNU dcgettext() function is already present or preinstalled.
 
16
   */
 
17
#undef HAVE_DCGETTEXT
 
18
 
3
19
/* Define to 1 if you have the <dlfcn.h> header file. */
4
20
#undef HAVE_DLFCN_H
5
21
 
 
22
/* Define if the GNU gettext() function is already present or preinstalled. */
 
23
#undef HAVE_GETTEXT
 
24
 
 
25
/* Define if you have the iconv() function. */
 
26
#undef HAVE_ICONV
 
27
 
6
28
/* Define to 1 if you have the <inttypes.h> header file. */
7
29
#undef HAVE_INTTYPES_H
8
30