2009050
[gdash.git] / config.h.in
blob944768e493be5aebd0e5ce1c93494a809154ae7d
1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* Define to 1 if translation of program messages to the user's native
4 language is requested. */
5 #undef ENABLE_NLS
7 /* Enable sound. */
8 #undef GD_SOUND
10 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
11 CoreFoundation framework. */
12 #undef HAVE_CFLOCALECOPYCURRENT
14 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
15 the CoreFoundation framework. */
16 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
18 /* Define if the GNU dcgettext() function is already present or preinstalled.
20 #undef HAVE_DCGETTEXT
22 /* Define if the GNU gettext() function is already present or preinstalled. */
23 #undef HAVE_GETTEXT
25 /* Define if you have the iconv() function and it works. */
26 #undef HAVE_ICONV
28 /* Define to 1 if you have the <inttypes.h> header file. */
29 #undef HAVE_INTTYPES_H
31 /* Define if you have libpng */
32 #undef HAVE_LIBPNG
34 /* Define to 1 if you have the <memory.h> header file. */
35 #undef HAVE_MEMORY_H
37 /* Define to 1 if you have the `memset' function. */
38 #undef HAVE_MEMSET
40 /* Define to 1 if you have the `putenv' function. */
41 #undef HAVE_PUTENV
43 /* Define to 1 if you have the `setlocale' function. */
44 #undef HAVE_SETLOCALE
46 /* Define to 1 if you have the <stdint.h> header file. */
47 #undef HAVE_STDINT_H
49 /* Define to 1 if you have the <stdlib.h> header file. */
50 #undef HAVE_STDLIB_H
52 /* Define to 1 if you have the `strchr' function. */
53 #undef HAVE_STRCHR
55 /* Define to 1 if you have the <strings.h> header file. */
56 #undef HAVE_STRINGS_H
58 /* Define to 1 if you have the <string.h> header file. */
59 #undef HAVE_STRING_H
61 /* Define to 1 if you have the `strrchr' function. */
62 #undef HAVE_STRRCHR
64 /* Define to 1 if you have the `strtol' function. */
65 #undef HAVE_STRTOL
67 /* Define to 1 if you have the <sys/stat.h> header file. */
68 #undef HAVE_SYS_STAT_H
70 /* Define to 1 if you have the <sys/types.h> header file. */
71 #undef HAVE_SYS_TYPES_H
73 /* Define to 1 if you have the <unistd.h> header file. */
74 #undef HAVE_UNISTD_H
76 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
77 #undef NO_MINUS_C_MINUS_O
79 /* Name of package */
80 #undef PACKAGE
82 /* Define to the address where bug reports for this package should be sent. */
83 #undef PACKAGE_BUGREPORT
85 /* Define to the full name of this package. */
86 #undef PACKAGE_NAME
88 /* Define to the full name and version of this package. */
89 #undef PACKAGE_STRING
91 /* Define to the one symbol short name of this package. */
92 #undef PACKAGE_TARNAME
94 /* Define to the version of this package. */
95 #undef PACKAGE_VERSION
97 /* Define to 1 if you have the ANSI C header files. */
98 #undef STDC_HEADERS
100 /* Use GTK. */
101 #undef USE_GTK
103 /* Use SDL. */
104 #undef USE_SDL
106 /* Version number of package */
107 #undef VERSION
109 /* Define to empty if `const' does not conform to ANSI C. */
110 #undef const
112 /* Define to `__inline__' or `__inline' if that's what the C compiler
113 calls it, or to nothing if 'inline' is not supported under any name. */
114 #ifndef __cplusplus
115 #undef inline
116 #endif