1/* config.h.in.  Generated from configure.in 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/* Use binary relocation? */
12#undef ENABLE_BINRELOC
13
14/* Define to 1 if translation of program messages to the user's native
15   language is requested. */
16#undef ENABLE_NLS
17
18/* Define to 1 if you have `alloca', as a function or macro. */
19#undef HAVE_ALLOCA
20
21/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
22   */
23#undef HAVE_ALLOCA_H
24
25/* Define to 1 if you have the `argz_count' function. */
26#undef HAVE_ARGZ_COUNT
27
28/* Define to 1 if you have the <argz.h> header file. */
29#undef HAVE_ARGZ_H
30
31/* Define to 1 if you have the `argz_next' function. */
32#undef HAVE_ARGZ_NEXT
33
34/* Define to 1 if you have the `argz_stringify' function. */
35#undef HAVE_ARGZ_STRINGIFY
36
37/* Define to 1 if you have the `asprintf' function. */
38#undef HAVE_ASPRINTF
39
40/* Define to 1 if the compiler understands __builtin_expect. */
41#undef HAVE_BUILTIN_EXPECT
42
43/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
44   CoreFoundation framework. */
45#undef HAVE_CFLOCALECOPYCURRENT
46
47/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
48   the CoreFoundation framework. */
49#undef HAVE_CFPREFERENCESCOPYAPPVALUE
50
51/* Define if the GNU dcgettext() function is already present or preinstalled.
52   */
53#undef HAVE_DCGETTEXT
54
55/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
56   don't. */
57#undef HAVE_DECL_FEOF_UNLOCKED
58
59/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
60   you don't. */
61#undef HAVE_DECL_FGETS_UNLOCKED
62
63/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
64   don't. */
65#undef HAVE_DECL_GETC_UNLOCKED
66
67/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
68   don't. */
69#undef HAVE_DECL__SNPRINTF
70
71/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
72   don't. */
73#undef HAVE_DECL__SNWPRINTF
74
75/* Define to 1 if you have the `finite' function. */
76#undef HAVE_FINITE
77
78/* Define to 1 if you have the `fwprintf' function. */
79#undef HAVE_FWPRINTF
80
81/* Define to 1 if you have the `getcwd' function. */
82#undef HAVE_GETCWD
83
84/* Define to 1 if you have the `getegid' function. */
85#undef HAVE_GETEGID
86
87/* Define to 1 if you have the `geteuid' function. */
88#undef HAVE_GETEUID
89
90/* Define to 1 if you have the `getgid' function. */
91#undef HAVE_GETGID
92
93/* Define to 1 if you have the `getpagesize' function. */
94#undef HAVE_GETPAGESIZE
95
96/* Define if the GNU gettext() function is already present or preinstalled. */
97#undef HAVE_GETTEXT
98
99/* Define to 1 if you have the `gettimeofday' function. */
100#undef HAVE_GETTIMEOFDAY
101
102/* Define to 1 if you have the `getuid' function. */
103#undef HAVE_GETUID
104
105/* Define to 1 if you have the `glXGetProcAddressARB' function. */
106#undef HAVE_GLXGETPROCADDRESSARB
107
108/* Define to 1 if you have the <GL/glx.h> header file. */
109#undef HAVE_GL_GLX_H
110
111/* Define if you have the iconv() function. */
112#undef HAVE_ICONV
113
114/* Define to 1 if you have the <ieeefp.h> header file. */
115#undef HAVE_IEEEFP_H
116
117/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
118#undef HAVE_INTMAX_T
119
120/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
121#undef HAVE_INTTYPES_H
122
123/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
124   declares uintmax_t. */
125#undef HAVE_INTTYPES_H_WITH_UINTMAX
126
127/* Define to 1 if you have the `isnan' function. */
128#undef HAVE_ISNAN
129
130/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
131#undef HAVE_LANGINFO_CODESET
132
133/* Define if your <locale.h> file defines LC_MESSAGES. */
134#undef HAVE_LC_MESSAGES
135
136/* Define to 1 if you have the <limits.h> header file. */
137#undef HAVE_LIMITS_H
138
139/* Define if you have the 'long double' type. */
140#undef HAVE_LONG_DOUBLE
141
142/* Define if you have the 'long long' type. */
143#undef HAVE_LONG_LONG
144
145/* Define to 1 if you have the <memory.h> header file. */
146#undef HAVE_MEMORY_H
147
148/* Define to 1 if you have the `mempcpy' function. */
149#undef HAVE_MEMPCPY
150
151/* Define to 1 if you have a working `mmap' system call. */
152#undef HAVE_MMAP
153
154/* Define to 1 if you have the `munmap' function. */
155#undef HAVE_MUNMAP
156
157/* Define if you have <langinfo.h> and it defines the NL_LOCALE_NAME macro if
158   _GNU_SOURCE is defined. */
159#undef HAVE_NL_LOCALE_NAME
160
161/* Define if your printf() function supports format strings with positions. */
162#undef HAVE_POSIX_PRINTF
163
164/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
165#undef HAVE_PTHREAD_MUTEX_RECURSIVE
166
167/* Define if the POSIX multithreading library has read/write locks. */
168#undef HAVE_PTHREAD_RWLOCK
169
170/* Define to 1 if you have the `putenv' function. */
171#undef HAVE_PUTENV
172
173/* Define to 1 if you have the `SDL_JoystickOpen' function. */
174#undef HAVE_SDL_JOYSTICKOPEN
175
176/* Define to 1 if you have the `setenv' function. */
177#undef HAVE_SETENV
178
179/* Define to 1 if you have the `setlocale' function. */
180#undef HAVE_SETLOCALE
181
182/* Define to 1 if you have the `snprintf' function. */
183#undef HAVE_SNPRINTF
184
185/* Define to 1 if you have the <stddef.h> header file. */
186#undef HAVE_STDDEF_H
187
188/* Define to 1 if you have the <stdint.h> header file. */
189#undef HAVE_STDINT_H
190
191/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
192   uintmax_t. */
193#undef HAVE_STDINT_H_WITH_UINTMAX
194
195/* Define to 1 if you have the <stdlib.h> header file. */
196#undef HAVE_STDLIB_H
197
198/* Define to 1 if you have the `stpcpy' function. */
199#undef HAVE_STPCPY
200
201/* Define to 1 if you have the `strcasecmp' function. */
202#undef HAVE_STRCASECMP
203
204/* Define to 1 if you have the `strdup' function. */
205#undef HAVE_STRDUP
206
207/* Define to 1 if you have the <strings.h> header file. */
208#undef HAVE_STRINGS_H
209
210/* Define to 1 if you have the <string.h> header file. */
211#undef HAVE_STRING_H
212
213/* Define to 1 if you have the `strtoul' function. */
214#undef HAVE_STRTOUL
215
216/* Define to 1 if you have the <sys/param.h> header file. */
217#undef HAVE_SYS_PARAM_H
218
219/* Define to 1 if you have the <sys/stat.h> header file. */
220#undef HAVE_SYS_STAT_H
221
222/* Define to 1 if you have the <sys/time.h> header file. */
223#undef HAVE_SYS_TIME_H
224
225/* Define to 1 if you have the <sys/types.h> header file. */
226#undef HAVE_SYS_TYPES_H
227
228/* Define to 1 if you have the `tsearch' function. */
229#undef HAVE_TSEARCH
230
231/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
232#undef HAVE_UINTMAX_T
233
234/* Define to 1 if you have the <unistd.h> header file. */
235#undef HAVE_UNISTD_H
236
237/* Define if you have the 'unsigned long long' type. */
238#undef HAVE_UNSIGNED_LONG_LONG
239
240/* Define to 1 or 0, depending whether the compiler supports simple visibility
241   declarations. */
242#undef HAVE_VISIBILITY
243
244/* Define if you have the 'wchar_t' type. */
245#undef HAVE_WCHAR_T
246
247/* Define to 1 if you have the `wcslen' function. */
248#undef HAVE_WCSLEN
249
250/* Define if you have the 'wint_t' type. */
251#undef HAVE_WINT_T
252
253/* Define to 1 if you have the `_finite' function. */
254#undef HAVE__FINITE
255
256/* Define to 1 if you have the <"GL/glext.h"> header file. */
257#undef HAVE__GL_GLEXT_H_
258
259/* Define to 1 if you have the `_isnan' function. */
260#undef HAVE__ISNAN
261
262/* Define to 1 if you have the `__fsetlocking' function. */
263#undef HAVE___FSETLOCKING
264
265/* Define as const if the declaration of iconv() needs const. */
266#undef ICONV_CONST
267
268/* Define if integer division by zero raises signal SIGFPE. */
269#undef INTDIV0_RAISES_SIGFPE
270
271/* Name of package */
272#undef PACKAGE
273
274/* Define to the address where bug reports for this package should be sent. */
275#undef PACKAGE_BUGREPORT
276
277/* Define to the full name of this package. */
278#undef PACKAGE_NAME
279
280/* Define to the full name and version of this package. */
281#undef PACKAGE_STRING
282
283/* Define to the one symbol short name of this package. */
284#undef PACKAGE_TARNAME
285
286/* Define to the version of this package. */
287#undef PACKAGE_VERSION
288
289/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
290#undef PRI_MACROS_BROKEN
291
292/* Define if the pthread_in_use() detection is hard. */
293#undef PTHREAD_IN_USE_DETECTION_HARD
294
295/* Define as the maximum value of type 'size_t', if the system doesn't define
296   it. */
297#undef SIZE_MAX
298
299/* If using the C implementation of alloca, define if you know the
300   direction of stack growth for your system; otherwise it will be
301   automatically deduced at runtime.
302	STACK_DIRECTION > 0 => grows toward higher addresses
303	STACK_DIRECTION < 0 => grows toward lower addresses
304	STACK_DIRECTION = 0 => direction of growth unknown */
305#undef STACK_DIRECTION
306
307/* Define to 1 if you have the ANSI C header files. */
308#undef STDC_HEADERS
309
310/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
311#undef TIME_WITH_SYS_TIME
312
313/* Define if the POSIX multithreading library can be used. */
314#undef USE_POSIX_THREADS
315
316/* Define if references to the POSIX multithreading library should be made
317   weak. */
318#undef USE_POSIX_THREADS_WEAK
319
320/* Define if the GNU Pth multithreading library can be used. */
321#undef USE_PTH_THREADS
322
323/* Define if references to the GNU Pth multithreading library should be made
324   weak. */
325#undef USE_PTH_THREADS_WEAK
326
327/* Define if the old Solaris multithreading library can be used. */
328#undef USE_SOLARIS_THREADS
329
330/* Define if references to the old Solaris multithreading library should be
331   made weak. */
332#undef USE_SOLARIS_THREADS_WEAK
333
334/* Define if the Win32 multithreading API can be used. */
335#undef USE_WIN32_THREADS
336
337/* Version number of package */
338#undef VERSION
339
340/* Enable GNU extensions on systems that have them.  */
341#ifndef _GNU_SOURCE
342# undef _GNU_SOURCE
343#endif
344
345/* Define to empty if `const' does not conform to ANSI C. */
346#undef const
347
348/* Define to `__inline__' or `__inline' if that's what the C compiler
349   calls it, or to nothing if 'inline' is not supported under any name.  */
350#ifndef __cplusplus
351#undef inline
352#endif
353
354/* Define as the type of the result of subtracting two pointers, if the system
355   doesn't define it. */
356#undef ptrdiff_t
357
358/* Define to empty if the C compiler doesn't support this keyword. */
359#undef signed
360
361/* Define to `unsigned int' if <sys/types.h> does not define. */
362#undef size_t
363
364/* Define to unsigned long or unsigned long long if <stdint.h> and
365   <inttypes.h> don't define. */
366#undef uintmax_t
367
368
369#define __libc_lock_t                   gl_lock_t
370#define __libc_lock_define              gl_lock_define
371#define __libc_lock_define_initialized  gl_lock_define_initialized
372#define __libc_lock_init                gl_lock_init
373#define __libc_lock_lock                gl_lock_lock
374#define __libc_lock_unlock              gl_lock_unlock
375#define __libc_lock_recursive_t                   gl_recursive_lock_t
376#define __libc_lock_define_recursive              gl_recursive_lock_define
377#define __libc_lock_define_initialized_recursive  gl_recursive_lock_define_initialized
378#define __libc_lock_init_recursive                gl_recursive_lock_init
379#define __libc_lock_lock_recursive                gl_recursive_lock_lock
380#define __libc_lock_unlock_recursive              gl_recursive_lock_unlock
381#define glthread_in_use  libintl_thread_in_use
382#define glthread_lock_init     libintl_lock_init
383#define glthread_lock_lock     libintl_lock_lock
384#define glthread_lock_unlock   libintl_lock_unlock
385#define glthread_lock_destroy  libintl_lock_destroy
386#define glthread_rwlock_init     libintl_rwlock_init
387#define glthread_rwlock_rdlock   libintl_rwlock_rdlock
388#define glthread_rwlock_wrlock   libintl_rwlock_wrlock
389#define glthread_rwlock_unlock   libintl_rwlock_unlock
390#define glthread_rwlock_destroy  libintl_rwlock_destroy
391#define glthread_recursive_lock_init     libintl_recursive_lock_init
392#define glthread_recursive_lock_lock     libintl_recursive_lock_lock
393#define glthread_recursive_lock_unlock   libintl_recursive_lock_unlock
394#define glthread_recursive_lock_destroy  libintl_recursive_lock_destroy
395#define glthread_once                 libintl_once
396#define glthread_once_call            libintl_once_call
397#define glthread_once_singlethreaded  libintl_once_singlethreaded
398
399