Added support for data files internationalization by a simple 3 lines code in lisprea...
[supertux.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4    systems. This function is required for `alloca.c' support on those systems.
5    */
6 #undef CRAY_STACKSEG_END
7
8 /* Define to 1 if using `alloca.c'. */
9 #undef C_ALLOCA
10
11 /* Define to 1 if translation of program messages to the user's native
12    language is requested. */
13 #undef ENABLE_NLS
14
15 /* Define to 1 if you have `alloca', as a function or macro. */
16 #undef HAVE_ALLOCA
17
18 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
19    */
20 #undef HAVE_ALLOCA_H
21
22 /* Use the Apple OpenGL framework. */
23 #undef HAVE_APPLE_OPENGL_FRAMEWORK
24
25 /* Define to 1 if you have the <argz.h> header file. */
26 #undef HAVE_ARGZ_H
27
28 /* Define if the GNU dcgettext() function is already present or preinstalled.
29    */
30 #undef HAVE_DCGETTEXT
31
32 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
33    */
34 #undef HAVE_DIRENT_H
35
36 /* Define to 1 if you have the `feof_unlocked' function. */
37 #undef HAVE_FEOF_UNLOCKED
38
39 /* Define to 1 if you have the `fgets_unlocked' function. */
40 #undef HAVE_FGETS_UNLOCKED
41
42 /* Define to 1 if you have the `getcwd' function. */
43 #undef HAVE_GETCWD
44
45 /* Define to 1 if you have the `getc_unlocked' function. */
46 #undef HAVE_GETC_UNLOCKED
47
48 /* Define to 1 if you have the `getegid' function. */
49 #undef HAVE_GETEGID
50
51 /* Define to 1 if you have the `geteuid' function. */
52 #undef HAVE_GETEUID
53
54 /* Define to 1 if you have the `getgid' function. */
55 #undef HAVE_GETGID
56
57 /* Define to 1 if you have the `getpagesize' function. */
58 #undef HAVE_GETPAGESIZE
59
60 /* Define if the GNU gettext() function is already present or preinstalled. */
61 #undef HAVE_GETTEXT
62
63 /* Define to 1 if you have the `getuid' function. */
64 #undef HAVE_GETUID
65
66 /* Define if you have the iconv() function. */
67 #undef HAVE_ICONV
68
69 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
70 #undef HAVE_INTTYPES_H
71
72 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
73    declares uintmax_t. */
74 #undef HAVE_INTTYPES_H_WITH_UINTMAX
75
76 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
77 #undef HAVE_LANGINFO_CODESET
78
79 /* Define if your <locale.h> file defines LC_MESSAGES. */
80 #undef HAVE_LC_MESSAGES
81
82 /* Define to 1 if you have the `SDL_image' library (-lSDL_image). */
83 #undef HAVE_LIBSDL_IMAGE
84
85 /* Define to 1 if you have the `SDL_mixer' library (-lSDL_mixer). */
86 #undef HAVE_LIBSDL_MIXER
87
88 /* Define to 1 if you have the `z' library (-lz). */
89 #undef HAVE_LIBZ
90
91 /* Define to 1 if you have the <limits.h> header file. */
92 #undef HAVE_LIMITS_H
93
94 /* Define to 1 if you have the <locale.h> header file. */
95 #undef HAVE_LOCALE_H
96
97 /* Define to 1 if you have the <malloc.h> header file. */
98 #undef HAVE_MALLOC_H
99
100 /* Define to 1 if you have the <memory.h> header file. */
101 #undef HAVE_MEMORY_H
102
103 /* Define to 1 if you have the `mempcpy' function. */
104 #undef HAVE_MEMPCPY
105
106 /* Define to 1 if you have the `mkdir' function. */
107 #undef HAVE_MKDIR
108
109 /* Define to 1 if you have a working `mmap' system call. */
110 #undef HAVE_MMAP
111
112 /* Define to 1 if you have the `munmap' function. */
113 #undef HAVE_MUNMAP
114
115 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
116 #undef HAVE_NDIR_H
117
118 /* Define to 1 if you have the <nl_types.h> header file. */
119 #undef HAVE_NL_TYPES_H
120
121 /* Define if you have POSIX threads libraries and header files. */
122 #undef HAVE_PTHREAD
123
124 /* Define to 1 if you have the `putenv' function. */
125 #undef HAVE_PUTENV
126
127 /* Define to 1 if you have the `setenv' function. */
128 #undef HAVE_SETENV
129
130 /* Define to 1 if you have the `setlocale' function. */
131 #undef HAVE_SETLOCALE
132
133 /* Define to 1 if you have the <stddef.h> header file. */
134 #undef HAVE_STDDEF_H
135
136 /* Define to 1 if you have the <stdint.h> header file. */
137 #undef HAVE_STDINT_H
138
139 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
140    uintmax_t. */
141 #undef HAVE_STDINT_H_WITH_UINTMAX
142
143 /* Define to 1 if you have the <stdlib.h> header file. */
144 #undef HAVE_STDLIB_H
145
146 /* Define to 1 if you have the `stpcpy' function. */
147 #undef HAVE_STPCPY
148
149 /* Define to 1 if you have the `strcasecmp' function. */
150 #undef HAVE_STRCASECMP
151
152 /* Define to 1 if you have the `strdup' function. */
153 #undef HAVE_STRDUP
154
155 /* Define to 1 if you have the <strings.h> header file. */
156 #undef HAVE_STRINGS_H
157
158 /* Define to 1 if you have the <string.h> header file. */
159 #undef HAVE_STRING_H
160
161 /* Define to 1 if you have the `strstr' function. */
162 #undef HAVE_STRSTR
163
164 /* Define to 1 if you have the `strtoul' function. */
165 #undef HAVE_STRTOUL
166
167 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
168    */
169 #undef HAVE_SYS_DIR_H
170
171 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
172    */
173 #undef HAVE_SYS_NDIR_H
174
175 /* Define to 1 if you have the <sys/param.h> header file. */
176 #undef HAVE_SYS_PARAM_H
177
178 /* Define to 1 if you have the <sys/stat.h> header file. */
179 #undef HAVE_SYS_STAT_H
180
181 /* Define to 1 if you have the <sys/types.h> header file. */
182 #undef HAVE_SYS_TYPES_H
183
184 /* Define to 1 if you have the `tsearch' function. */
185 #undef HAVE_TSEARCH
186
187 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
188 #undef HAVE_UINTMAX_T
189
190 /* Define to 1 if you have the <unistd.h> header file. */
191 #undef HAVE_UNISTD_H
192
193 /* Define if you have the unsigned long long type. */
194 #undef HAVE_UNSIGNED_LONG_LONG
195
196 /* Define to 1 if you have the <windows.h> header file. */
197 #undef HAVE_WINDOWS_H
198
199 /* Define to 1 if you have the `__argz_count' function. */
200 #undef HAVE___ARGZ_COUNT
201
202 /* Define to 1 if you have the `__argz_next' function. */
203 #undef HAVE___ARGZ_NEXT
204
205 /* Define to 1 if you have the `__argz_stringify' function. */
206 #undef HAVE___ARGZ_STRINGIFY
207
208 /* Define to 1 if you have the `__fsetlocking' function. */
209 #undef HAVE___FSETLOCKING
210
211 /* Define as const if the declaration of iconv() needs const. */
212 #undef ICONV_CONST
213
214 /* Define if integer division by zero raises signal SIGFPE. */
215 #undef INTDIV0_RAISES_SIGFPE
216
217 /* Name of package */
218 #undef PACKAGE
219
220 /* Define to the address where bug reports for this package should be sent. */
221 #undef PACKAGE_BUGREPORT
222
223 /* Define to the full name of this package. */
224 #undef PACKAGE_NAME
225
226 /* Define to the full name and version of this package. */
227 #undef PACKAGE_STRING
228
229 /* Define to the one symbol short name of this package. */
230 #undef PACKAGE_TARNAME
231
232 /* Define to the version of this package. */
233 #undef PACKAGE_VERSION
234
235 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
236 #undef PRI_MACROS_BROKEN
237
238 /* Define to the necessary symbol if this constant uses a non-standard name on
239    your system. */
240 #undef PTHREAD_CREATE_JOINABLE
241
242 /* If using the C implementation of alloca, define if you know the
243    direction of stack growth for your system; otherwise it will be
244    automatically deduced at run-time.
245         STACK_DIRECTION > 0 => grows toward higher addresses
246         STACK_DIRECTION < 0 => grows toward lower addresses
247         STACK_DIRECTION = 0 => direction of growth unknown */
248 #undef STACK_DIRECTION
249
250 /* Define to 1 if you have the ANSI C header files. */
251 #undef STDC_HEADERS
252
253 /* Version number of package */
254 #undef VERSION
255
256 /* Define to empty if `const' does not conform to ANSI C. */
257 #undef const
258
259 /* Define to `__inline__' or `__inline' if that's what the C compiler
260    calls it, or to nothing if 'inline' is not supported under any name.  */
261 #ifndef __cplusplus
262 #undef inline
263 #endif
264
265 /* Define to `long' if <sys/types.h> does not define. */
266 #undef off_t
267
268 /* Define to `unsigned' if <sys/types.h> does not define. */
269 #undef size_t
270
271 /* Define to unsigned long or unsigned long long if <stdint.h> and
272    <inttypes.h> don't define. */
273 #undef uintmax_t