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