~ubuntu-branches/ubuntu/karmic/photoprint/karmic

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Milan Zamazal
  • Date: 2007-05-01 16:32:13 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20070501163213-k0gaendx7grjlmk5
Tags: upstream-0.3.5
ImportĀ upstreamĀ versionĀ 0.3.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac 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
 
6
22
/* Define to 1 if you have the <fcntl.h> header file. */
7
23
#undef HAVE_FCNTL_H
8
24
 
 
25
/* Define if the GNU gettext() function is already present or preinstalled. */
 
26
#undef HAVE_GETTEXT
 
27
 
 
28
/* Define if you have the iconv() function. */
 
29
#undef HAVE_ICONV
 
30
 
9
31
/* Define to 1 if you have the <inttypes.h> header file. */
10
32
#undef HAVE_INTTYPES_H
11
33