1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if the `closedir' function returns void instead of `int'. */
4#undef CLOSEDIR_VOID
5
6/* Define to 1 if translation of program messages to the user's native
7   language is requested. */
8#undef ENABLE_NLS
9
10/* Define to the full name of this package. */
11#undef FULLNAME
12
13/* Define to 1 if you have the `atexit' function. */
14#undef HAVE_ATEXIT
15
16/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
17   CoreFoundation framework. */
18#undef HAVE_CFLOCALECOPYCURRENT
19
20/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
21   the CoreFoundation framework. */
22#undef HAVE_CFPREFERENCESCOPYAPPVALUE
23
24/* Define if the GNU dcgettext() function is already present or preinstalled.
25   */
26#undef HAVE_DCGETTEXT
27
28/* Define to 1 if you have the <dirent.h> header file. */
29#undef HAVE_DIRENT_H
30
31/* Define to 1 if you have the <dlfcn.h> header file. */
32#undef HAVE_DLFCN_H
33
34/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
35#undef HAVE_DOPRNT
36
37/* Define to 1 if you have the <fcntl.h> header file. */
38#undef HAVE_FCNTL_H
39
40/* Define if the GNU gettext() function is already present or preinstalled. */
41#undef HAVE_GETTEXT
42
43/* Define if you have the iconv() function and it works. */
44#undef HAVE_ICONV
45
46/* Define to 1 if you have the <inttypes.h> header file. */
47#undef HAVE_INTTYPES_H
48
49/* Define to 1 if you have the <langinfo.h> header file. */
50#undef HAVE_LANGINFO_H
51
52/* Define to 1 if you have the <libintl.h> header file. */
53#undef HAVE_LIBINTL_H
54
55/* Define to 1 if you have the `SDL_mixer' library (-lSDL_mixer). */
56#undef HAVE_LIBSDL_MIXER
57
58/* Define to 1 if you have the `z' library (-lz). */
59#undef HAVE_LIBZ
60
61/* Define to 1 if you have the `malloc' function. */
62#undef HAVE_MALLOC
63
64/* Define to 1 if you have the `memmove' function. */
65#undef HAVE_MEMMOVE
66
67/* Define to 1 if you have the <memory.h> header file. */
68#undef HAVE_MEMORY_H
69
70/* Define to 1 if you have the `memset' function. */
71#undef HAVE_MEMSET
72
73/* Define to 1 if you have the `mkdir' function. */
74#undef HAVE_MKDIR
75
76/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
77#undef HAVE_NDIR_H
78
79/* Define to 1 if you have the `realloc' function. */
80#undef HAVE_REALLOC
81
82/* Define to 1 if you have SDL. */
83#undef HAVE_SDL
84
85/* Define to 1 if you have the `setlocale' function. */
86#undef HAVE_SETLOCALE
87
88/* Define to 1 if stdbool.h conforms to C99. */
89#undef HAVE_STDBOOL_H
90
91/* Define to 1 if you have the <stdint.h> header file. */
92#undef HAVE_STDINT_H
93
94/* Define to 1 if you have the <stdlib.h> header file. */
95#undef HAVE_STDLIB_H
96
97/* Define to 1 if you have the `strcasecmp' function. */
98#undef HAVE_STRCASECMP
99
100/* Define to 1 if you have the `strchr' function. */
101#undef HAVE_STRCHR
102
103/* Define to 1 if you have the <strings.h> header file. */
104#undef HAVE_STRINGS_H
105
106/* Define to 1 if you have the <string.h> header file. */
107#undef HAVE_STRING_H
108
109/* Define to 1 if you have the `strstr' function. */
110#undef HAVE_STRSTR
111
112/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
113   */
114#undef HAVE_SYS_DIR_H
115
116/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
117   */
118#undef HAVE_SYS_NDIR_H
119
120/* Define to 1 if you have the <sys/stat.h> header file. */
121#undef HAVE_SYS_STAT_H
122
123/* Define to 1 if you have the <sys/types.h> header file. */
124#undef HAVE_SYS_TYPES_H
125
126/* Define to 1 if you have the <unistd.h> header file. */
127#undef HAVE_UNISTD_H
128
129/* Define to 1 if you have the `vprintf' function. */
130#undef HAVE_VPRINTF
131
132/* Define to 1 if you have the <wchar.h> header file. */
133#undef HAVE_WCHAR_H
134
135/* Define to 1 if the system has the type `_Bool'. */
136#undef HAVE__BOOL
137
138/* Define to the sub-directory in which libtool stores uninstalled libraries.
139   */
140#undef LT_OBJDIR
141
142/* Name of package */
143#undef PACKAGE
144
145/* Define to the address where bug reports for this package should be sent. */
146#undef PACKAGE_BUGREPORT
147
148/* Define to the full name of this package. */
149#undef PACKAGE_NAME
150
151/* Define to the full name and version of this package. */
152#undef PACKAGE_STRING
153
154/* Define to the one symbol short name of this package. */
155#undef PACKAGE_TARNAME
156
157/* Define to the home page for this package. */
158#undef PACKAGE_URL
159
160/* Define to the version of this package. */
161#undef PACKAGE_VERSION
162
163/* Define to 1 if you have the ANSI C header files. */
164#undef STDC_HEADERS
165
166/* Define to the URL of this package's homepage. */
167#undef URL
168
169/* Version number of package */
170#undef VERSION
171
172/* Define to empty if `const' does not conform to ANSI C. */
173#undef const
174
175/* Define to `int' if <sys/types.h> doesn't define. */
176#undef gid_t
177
178/* Define to `unsigned int' if <sys/types.h> does not define. */
179#undef size_t
180
181/* Define to `int' if <sys/types.h> doesn't define. */
182#undef uid_t
183