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 1 if you have the `atexit' function. */
11#undef HAVE_ATEXIT
12
13/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
14   CoreFoundation framework. */
15#undef HAVE_CFLOCALECOPYCURRENT
16
17/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
18   the CoreFoundation framework. */
19#undef HAVE_CFPREFERENCESCOPYAPPVALUE
20
21/* Define to 1 if you have the `chdir' function. */
22#undef HAVE_CHDIR
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, and it defines `DIR'.
29   */
30#undef HAVE_DIRENT_H
31
32/* Define if the GNU gettext() function is already present or preinstalled. */
33#undef HAVE_GETTEXT
34
35/* Define if you have the iconv() function. */
36#undef HAVE_ICONV
37
38/* Define to 1 if you have the <inttypes.h> header file. */
39#undef HAVE_INTTYPES_H
40
41/* Define to 1 if you have the `GL' library (-lGL). */
42#undef HAVE_LIBGL
43
44/* Define to 1 if you have the `GLU' library (-lGLU). */
45#undef HAVE_LIBGLU
46
47/* Define to 1 if you have the `jpeg' library (-ljpeg). */
48#undef HAVE_LIBJPEG
49
50/* Define to 1 if you have the `lua' library (-llua). */
51#undef HAVE_LIBLUA
52
53/* Define to 1 if you have the `lua51' library (-llua51). */
54#undef HAVE_LIBLUA51
55
56/* Define to 1 if you have the `lua5.1' library (-llua5.1). */
57#undef HAVE_LIBLUA5_1
58
59/* Define to 1 if you have the `m' library (-lm). */
60#undef HAVE_LIBM
61
62/* Define to 1 if you have the `openal' library (-lopenal). */
63#undef HAVE_LIBOPENAL
64
65/* Define to 1 if you have the `png' library (-lpng). */
66#undef HAVE_LIBPNG
67
68/* Define to 1 if you have the `SDL' library (-lSDL). */
69#undef HAVE_LIBSDL
70
71/* Define to 1 if you have the `SDL_ttf' library (-lSDL_ttf). */
72#undef HAVE_LIBSDL_TTF
73
74/* Define to 1 if you have the `vorbisfile' library (-lvorbisfile). */
75#undef HAVE_LIBVORBISFILE
76
77/* Define to 1 if you have the `X11' library (-lX11). */
78#undef HAVE_LIBX11
79
80/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
81   to 0 otherwise. */
82#undef HAVE_MALLOC
83
84/* Define to 1 if you have the <memory.h> header file. */
85#undef HAVE_MEMORY_H
86
87/* Define to 1 if you have the `mkdir' function. */
88#undef HAVE_MKDIR
89
90/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
91#undef HAVE_NDIR_H
92
93/* Define to 1 if you have the `rmdir' function. */
94#undef HAVE_RMDIR
95
96/* Define to 1 if you have the `sqrt' function. */
97#undef HAVE_SQRT
98
99/* Define to 1 if `stat' has the bug that it succeeds when given the
100   zero-length file name argument. */
101#undef HAVE_STAT_EMPTY_STRING_BUG
102
103/* Define to 1 if stdbool.h conforms to C99. */
104#undef HAVE_STDBOOL_H
105
106/* Define to 1 if you have the <stdint.h> header file. */
107#undef HAVE_STDINT_H
108
109/* Define to 1 if you have the <stdlib.h> header file. */
110#undef HAVE_STDLIB_H
111
112/* Define to 1 if you have the `strcasecmp' function. */
113#undef HAVE_STRCASECMP
114
115/* Define to 1 if you have the <strings.h> header file. */
116#undef HAVE_STRINGS_H
117
118/* Define to 1 if you have the <string.h> header file. */
119#undef HAVE_STRING_H
120
121/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
122   */
123#undef HAVE_SYS_DIR_H
124
125/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
126   */
127#undef HAVE_SYS_NDIR_H
128
129/* Define to 1 if you have the <sys/stat.h> header file. */
130#undef HAVE_SYS_STAT_H
131
132/* Define to 1 if you have the <sys/types.h> header file. */
133#undef HAVE_SYS_TYPES_H
134
135/* Define to 1 if you have the <unistd.h> header file. */
136#undef HAVE_UNISTD_H
137
138/* Define to 1 if the system has the type `_Bool'. */
139#undef HAVE__BOOL
140
141/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
142   slash. */
143#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
144
145/* Name of package */
146#undef PACKAGE
147
148/* Define to the address where bug reports for this package should be sent. */
149#undef PACKAGE_BUGREPORT
150
151/* Define to the full name of this package. */
152#undef PACKAGE_NAME
153
154/* Define to the full name and version of this package. */
155#undef PACKAGE_STRING
156
157/* Define to the one symbol short name of this package. */
158#undef PACKAGE_TARNAME
159
160/* Define to the home page for this package. */
161#undef PACKAGE_URL
162
163/* Define to the version of this package. */
164#undef PACKAGE_VERSION
165
166/* Define to 1 if you have the ANSI C header files. */
167#undef STDC_HEADERS
168
169/* Enable extensions on AIX 3, Interix.  */
170#ifndef _ALL_SOURCE
171# undef _ALL_SOURCE
172#endif
173/* Enable GNU extensions on systems that have them.  */
174#ifndef _GNU_SOURCE
175# undef _GNU_SOURCE
176#endif
177/* Enable threading extensions on Solaris.  */
178#ifndef _POSIX_PTHREAD_SEMANTICS
179# undef _POSIX_PTHREAD_SEMANTICS
180#endif
181/* Enable extensions on HP NonStop.  */
182#ifndef _TANDEM_SOURCE
183# undef _TANDEM_SOURCE
184#endif
185/* Enable general extensions on Solaris.  */
186#ifndef __EXTENSIONS__
187# undef __EXTENSIONS__
188#endif
189
190
191/* Version number of package */
192#undef VERSION
193
194/* Define to 1 if the X Window System is missing or not being used. */
195#undef X_DISPLAY_MISSING
196
197/* Define to 1 if on MINIX. */
198#undef _MINIX
199
200/* Define to 2 if the system does not provide POSIX.1 features except with
201   this defined. */
202#undef _POSIX_1_SOURCE
203
204/* Define to 1 if you need to in order for `stat' and other things to work. */
205#undef _POSIX_SOURCE
206
207/* Define to empty if `const' does not conform to ANSI C. */
208#undef const
209
210/* Define to `__inline__' or `__inline' if that's what the C compiler
211   calls it, or to nothing if 'inline' is not supported under any name.  */
212#ifndef __cplusplus
213#undef inline
214#endif
215
216/* Define to rpl_malloc if the replacement function should be used. */
217#undef malloc
218
219/* Define to `unsigned int' if <sys/types.h> does not define. */
220#undef size_t
221
222/* Define to empty if the keyword `volatile' does not work. Warning: valid
223   code using `volatile' can become incorrect without. Disable with care. */
224#undef volatile
225