20080726
[gdash.git] / config.h.in
blobddcec2d4919263f024078a54c4737678dfe067da
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. */
26 #undef HAVE_ICONV
28 /* Define to 1 if you have the <inttypes.h> header file. */
29 #undef HAVE_INTTYPES_H
31 /* Define to 1 if you have the <memory.h> header file. */
32 #undef HAVE_MEMORY_H
34 /* Define to 1 if you have the `memset' function. */
35 #undef HAVE_MEMSET
37 /* Define to 1 if you have the `setlocale' function. */
38 #undef HAVE_SETLOCALE
40 /* Define to 1 if you have the <stdint.h> header file. */
41 #undef HAVE_STDINT_H
43 /* Define to 1 if you have the <stdlib.h> header file. */
44 #undef HAVE_STDLIB_H
46 /* Define to 1 if you have the `strchr' function. */
47 #undef HAVE_STRCHR
49 /* Define to 1 if you have the <strings.h> header file. */
50 #undef HAVE_STRINGS_H
52 /* Define to 1 if you have the <string.h> header file. */
53 #undef HAVE_STRING_H
55 /* Define to 1 if you have the `strrchr' function. */
56 #undef HAVE_STRRCHR
58 /* Define to 1 if you have the `strtol' function. */
59 #undef HAVE_STRTOL
61 /* Define to 1 if you have the <sys/stat.h> header file. */
62 #undef HAVE_SYS_STAT_H
64 /* Define to 1 if you have the <sys/types.h> header file. */
65 #undef HAVE_SYS_TYPES_H
67 /* Define to 1 if you have the <unistd.h> header file. */
68 #undef HAVE_UNISTD_H
70 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
71 #undef NO_MINUS_C_MINUS_O
73 /* Name of package */
74 #undef PACKAGE
76 /* Define to the address where bug reports for this package should be sent. */
77 #undef PACKAGE_BUGREPORT
79 /* Define to the full name of this package. */
80 #undef PACKAGE_NAME
82 /* Define to the full name and version of this package. */
83 #undef PACKAGE_STRING
85 /* Define to the one symbol short name of this package. */
86 #undef PACKAGE_TARNAME
88 /* Define to the version of this package. */
89 #undef PACKAGE_VERSION
91 /* Define to 1 if you have the ANSI C header files. */
92 #undef STDC_HEADERS
94 /* Use GTK. */
95 #undef USE_GTK
97 /* Use SDL. */
98 #undef USE_SDL
100 /* Version number of package */
101 #undef VERSION
103 /* Define to empty if `const' does not conform to ANSI C. */
104 #undef const
106 /* Define to `__inline__' or `__inline' if that's what the C compiler
107 calls it, or to nothing if 'inline' is not supported under any name. */
108 #ifndef __cplusplus
109 #undef inline
110 #endif