]> git.proxmox.com Git - grub2.git/blame - config-util.h.in
proxmox-grub: depend on grub-common
[grub2.git] / config-util.h.in
CommitLineData
422889f9
CW
1/* config-util.h.in. Generated from configure.ac by autoheader. */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Define to the number of bits in type 'ptrdiff_t'. */
7#undef BITSIZEOF_PTRDIFF_T
8
9/* Define to the number of bits in type 'sig_atomic_t'. */
10#undef BITSIZEOF_SIG_ATOMIC_T
11
12/* Define to the number of bits in type 'size_t'. */
13#undef BITSIZEOF_SIZE_T
14
15/* Define to the number of bits in type 'wchar_t'. */
16#undef BITSIZEOF_WCHAR_T
17
18/* Define to the number of bits in type 'wint_t'. */
19#undef BITSIZEOF_WINT_T
20
21/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
22 systems. This function is required for `alloca.c' support on those systems.
23 */
24#undef CRAY_STACKSEG_END
25
26/* Define to 1 if using `alloca.c'. */
27#undef C_ALLOCA
28
00f6db22
CW
29/* Define to 1 if the C locale may have encoding errors. */
30#undef C_LOCALE_MAYBE_EILSEQ
31
422889f9
CW
32/* Define as the bit index in the word where to find bit 0 of the exponent of
33 'double'. */
34#undef DBL_EXPBIT0_BIT
35
36/* Define as the word index where to find the exponent of 'double'. */
37#undef DBL_EXPBIT0_WORD
38
00f6db22
CW
39/* the name of the file descriptor member of DIR */
40#undef DIR_FD_MEMBER_NAME
41
42#ifdef DIR_FD_MEMBER_NAME
43# define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
44#else
45# define DIR_TO_FD(Dir_p) -1
46#endif
47
48
422889f9
CW
49/* Define to 1 if // is a file system root distinct from /. */
50#undef DOUBLE_SLASH_IS_DISTINCT_ROOT
51
52/* Define to 1 if translation of program messages to the user's native
53 language is requested. */
54#undef ENABLE_NLS
55
00f6db22
CW
56/* Define this to 1 if F_DUPFD behavior does not match POSIX */
57#undef FCNTL_DUPFD_BUGGY
58
59/* Define to nothing if C supports flexible array members, and to 1 if it does
60 not. That way, with a declaration like 'struct s { int n; double
61 d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
62 compilers. When computing the size of such an object, don't use 'sizeof
63 (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
64 instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
65 MSVC and with C++ compilers. */
66#undef FLEXIBLE_ARRAY_MEMBER
67
422889f9
CW
68/* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
69#undef FUNC_NL_LANGINFO_YESEXPR_WORKS
70
00f6db22
CW
71/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
72 whether the gnulib module fd-safer-flag shall be considered present. */
73#undef GNULIB_FD_SAFER_FLAG
74
422889f9
CW
75/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
76 whether the gnulib module fscanf shall be considered present. */
77#undef GNULIB_FSCANF
78
00f6db22
CW
79/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
80 whether the gnulib module lock shall be considered present. */
81#undef GNULIB_LOCK
82
422889f9
CW
83/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
84 whether the gnulib module malloc-gnu shall be considered present. */
85#undef GNULIB_MALLOC_GNU
86
00f6db22
CW
87/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
88 whether the gnulib module msvc-nothrow shall be considered present. */
89#undef GNULIB_MSVC_NOTHROW
90
91/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
92 whether the gnulib module openat shall be considered present. */
93#undef GNULIB_OPENAT
94
95/* Define to 1 if printf and friends should be labeled with attribute
96 "__gnu_printf__" instead of "__printf__" */
97#undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU
98
422889f9
CW
99/* Define to 1 to add extern declaration of program_invocation_name to argp.h
100 */
101#undef GNULIB_PROGRAM_INVOCATION_NAME
102
103/* Define to 1 to add extern declaration of program_invocation_short_name to
104 argp.h */
105#undef GNULIB_PROGRAM_INVOCATION_SHORT_NAME
106
00f6db22
CW
107/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
108 whether the gnulib module realloc-gnu shall be considered present. */
109#undef GNULIB_REALLOC_GNU
110
422889f9
CW
111/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
112 whether the gnulib module scanf shall be considered present. */
113#undef GNULIB_SCANF
114
115/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
116 whether the gnulib module strerror shall be considered present. */
117#undef GNULIB_STRERROR
118
119/* Define to 1 when the gnulib module btowc should be tested. */
120#undef GNULIB_TEST_BTOWC
121
00f6db22
CW
122/* Define to 1 when the gnulib module chdir should be tested. */
123#undef GNULIB_TEST_CHDIR
124
125/* Define to 1 when the gnulib module cloexec should be tested. */
126#undef GNULIB_TEST_CLOEXEC
127
128/* Define to 1 when the gnulib module close should be tested. */
129#undef GNULIB_TEST_CLOSE
130
131/* Define to 1 when the gnulib module dirfd should be tested. */
132#undef GNULIB_TEST_DIRFD
133
134/* Define to 1 when the gnulib module dup2 should be tested. */
135#undef GNULIB_TEST_DUP2
136
137/* Define to 1 when the gnulib module fchdir should be tested. */
138#undef GNULIB_TEST_FCHDIR
139
140/* Define to 1 when the gnulib module fcntl should be tested. */
141#undef GNULIB_TEST_FCNTL
142
143/* Define to 1 when the gnulib module fnmatch should be tested. */
144#undef GNULIB_TEST_FNMATCH
145
146/* Define to 1 when the gnulib module fstat should be tested. */
147#undef GNULIB_TEST_FSTAT
148
149/* Define to 1 when the gnulib module getcwd should be tested. */
150#undef GNULIB_TEST_GETCWD
151
422889f9
CW
152/* Define to 1 when the gnulib module getdelim should be tested. */
153#undef GNULIB_TEST_GETDELIM
154
00f6db22
CW
155/* Define to 1 when the gnulib module getdtablesize should be tested. */
156#undef GNULIB_TEST_GETDTABLESIZE
157
422889f9
CW
158/* Define to 1 when the gnulib module getline should be tested. */
159#undef GNULIB_TEST_GETLINE
160
422889f9
CW
161/* Define to 1 when the gnulib module localeconv should be tested. */
162#undef GNULIB_TEST_LOCALECONV
163
164/* Define to 1 when the gnulib module malloc-posix should be tested. */
165#undef GNULIB_TEST_MALLOC_POSIX
166
167/* Define to 1 when the gnulib module mbrtowc should be tested. */
168#undef GNULIB_TEST_MBRTOWC
169
170/* Define to 1 when the gnulib module mbsinit should be tested. */
171#undef GNULIB_TEST_MBSINIT
172
173/* Define to 1 when the gnulib module mbsrtowcs should be tested. */
174#undef GNULIB_TEST_MBSRTOWCS
175
176/* Define to 1 when the gnulib module mbtowc should be tested. */
177#undef GNULIB_TEST_MBTOWC
178
179/* Define to 1 when the gnulib module memchr should be tested. */
180#undef GNULIB_TEST_MEMCHR
181
182/* Define to 1 when the gnulib module mempcpy should be tested. */
183#undef GNULIB_TEST_MEMPCPY
184
00f6db22
CW
185/* Define to 1 when the gnulib module memrchr should be tested. */
186#undef GNULIB_TEST_MEMRCHR
187
422889f9
CW
188/* Define to 1 when the gnulib module nl_langinfo should be tested. */
189#undef GNULIB_TEST_NL_LANGINFO
190
00f6db22
CW
191/* Define to 1 when the gnulib module open should be tested. */
192#undef GNULIB_TEST_OPEN
193
194/* Define to 1 when the gnulib module openat should be tested. */
195#undef GNULIB_TEST_OPENAT
196
422889f9
CW
197/* Define to 1 when the gnulib module rawmemchr should be tested. */
198#undef GNULIB_TEST_RAWMEMCHR
199
200/* Define to 1 when the gnulib module realloc-posix should be tested. */
201#undef GNULIB_TEST_REALLOC_POSIX
202
203/* Define to 1 when the gnulib module sleep should be tested. */
204#undef GNULIB_TEST_SLEEP
205
00f6db22
CW
206/* Define to 1 when the gnulib module stat should be tested. */
207#undef GNULIB_TEST_STAT
208
422889f9
CW
209/* Define to 1 when the gnulib module strchrnul should be tested. */
210#undef GNULIB_TEST_STRCHRNUL
211
00f6db22
CW
212/* Define to 1 when the gnulib module strdup should be tested. */
213#undef GNULIB_TEST_STRDUP
214
422889f9
CW
215/* Define to 1 when the gnulib module strerror should be tested. */
216#undef GNULIB_TEST_STRERROR
217
218/* Define to 1 when the gnulib module strndup should be tested. */
219#undef GNULIB_TEST_STRNDUP
220
221/* Define to 1 when the gnulib module strnlen should be tested. */
222#undef GNULIB_TEST_STRNLEN
223
224/* Define to 1 when the gnulib module vsnprintf should be tested. */
225#undef GNULIB_TEST_VSNPRINTF
226
227/* Define to 1 when the gnulib module wcrtomb should be tested. */
228#undef GNULIB_TEST_WCRTOMB
229
230/* Define to 1 when the gnulib module wcwidth should be tested. */
231#undef GNULIB_TEST_WCWIDTH
232
00f6db22 233/* Default boot directory name */
422889f9
CW
234#undef GRUB_BOOT_DIR_NAME
235
236/* Data dir */
237#undef GRUB_DATADIR
238
239/* Default grub directory name */
240#undef GRUB_DIR_NAME
241
242/* Library dir */
243#undef GRUB_LIBDIR
244
245/* Configuration dir */
246#undef GRUB_SYSCONFDIR
247
248/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
249 may be supplied by this distribution. */
250#undef HAVE_ALLOCA
251
252/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
253 */
254#undef HAVE_ALLOCA_H
255
21f95442
CW
256/* Define to 1 if you have the `atexit' function. */
257#undef HAVE_ATEXIT
258
422889f9
CW
259/* Define to 1 if you have the <bp-sym.h> header file. */
260#undef HAVE_BP_SYM_H
261
262/* Define to 1 if you have the `btowc' function. */
263#undef HAVE_BTOWC
264
265/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
266 CoreFoundation framework. */
267#undef HAVE_CFLOCALECOPYCURRENT
268
269/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
270 the CoreFoundation framework. */
271#undef HAVE_CFPREFERENCESCOPYAPPVALUE
272
00f6db22
CW
273/* Define to 1 if you have the <crtdefs.h> header file. */
274#undef HAVE_CRTDEFS_H
275
422889f9
CW
276/* Define if the GNU dcgettext() function is already present or preinstalled.
277 */
278#undef HAVE_DCGETTEXT
279
280/* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
281 */
282#undef HAVE_DECL_ALARM
283
284/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
285 you don't. */
286#undef HAVE_DECL_CLEARERR_UNLOCKED
287
00f6db22
CW
288/* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
289 */
290#undef HAVE_DECL_DIRFD
291
292/* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
293 */
294#undef HAVE_DECL_FCHDIR
295
422889f9
CW
296/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
297 don't. */
298#undef HAVE_DECL_FEOF_UNLOCKED
299
300/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
301 you don't. */
302#undef HAVE_DECL_FERROR_UNLOCKED
303
304/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
305 you don't. */
306#undef HAVE_DECL_FFLUSH_UNLOCKED
307
308/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
309 you don't. */
310#undef HAVE_DECL_FGETS_UNLOCKED
311
312/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
313 you don't. */
314#undef HAVE_DECL_FPUTC_UNLOCKED
315
316/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
317 you don't. */
318#undef HAVE_DECL_FPUTS_UNLOCKED
319
320/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
321 you don't. */
322#undef HAVE_DECL_FREAD_UNLOCKED
323
324/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
325 you don't. */
326#undef HAVE_DECL_FWRITE_UNLOCKED
327
328/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
329 you don't. */
330#undef HAVE_DECL_GETCHAR_UNLOCKED
331
332/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
333 don't. */
334#undef HAVE_DECL_GETC_UNLOCKED
335
336/* Define to 1 if you have the declaration of `getdelim', and to 0 if you
337 don't. */
338#undef HAVE_DECL_GETDELIM
339
00f6db22
CW
340/* Define to 1 if you have the declaration of `getdtablesize', and to 0 if you
341 don't. */
342#undef HAVE_DECL_GETDTABLESIZE
422889f9
CW
343
344/* Define to 1 if you have the declaration of `getline', and to 0 if you
345 don't. */
346#undef HAVE_DECL_GETLINE
347
348/* Define to 1 if you have the declaration of `isblank', and to 0 if you
349 don't. */
350#undef HAVE_DECL_ISBLANK
351
352/* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
353 don't. */
354#undef HAVE_DECL_MBRTOWC
355
356/* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
357 don't. */
358#undef HAVE_DECL_MBSINIT
359
360/* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you
361 don't. */
362#undef HAVE_DECL_MBSRTOWCS
363
364/* Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0
365 otherwise. */
366#undef HAVE_DECL_MBSWIDTH_IN_WCHAR_H
367
00f6db22
CW
368/* Define to 1 if you have the declaration of `memrchr', and to 0 if you
369 don't. */
370#undef HAVE_DECL_MEMRCHR
371
422889f9
CW
372/* Define to 1 if you have the declaration of `program_invocation_name', and
373 to 0 if you don't. */
374#undef HAVE_DECL_PROGRAM_INVOCATION_NAME
375
376/* Define to 1 if you have the declaration of `program_invocation_short_name',
377 and to 0 if you don't. */
378#undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
379
380/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
381 you don't. */
382#undef HAVE_DECL_PUTCHAR_UNLOCKED
383
384/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
385 don't. */
386#undef HAVE_DECL_PUTC_UNLOCKED
387
388/* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
389 */
390#undef HAVE_DECL_SLEEP
391
00f6db22
CW
392/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
393 */
394#undef HAVE_DECL_STRDUP
395
422889f9
CW
396/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
397 don't. */
398#undef HAVE_DECL_STRERROR_R
399
400/* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
401 don't. */
402#undef HAVE_DECL_STRNCASECMP
403
404/* Define to 1 if you have the declaration of `strndup', and to 0 if you
405 don't. */
406#undef HAVE_DECL_STRNDUP
407
408/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
409 don't. */
410#undef HAVE_DECL_STRNLEN
411
412/* Define to 1 if you have the declaration of `towlower', and to 0 if you
413 don't. */
414#undef HAVE_DECL_TOWLOWER
415
416/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
417 don't. */
418#undef HAVE_DECL_VSNPRINTF
419
420/* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
421 don't. */
422#undef HAVE_DECL_WCRTOMB
423
424/* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
425 don't. */
426#undef HAVE_DECL_WCWIDTH
427
428/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
429 don't. */
430#undef HAVE_DECL__SNPRINTF
431
00f6db22
CW
432/* Define to 1 if you have the declaration of `__argv', and to 0 if you don't.
433 */
434#undef HAVE_DECL___ARGV
435
422889f9
CW
436/* Define to 1 if you have the devmapper library. */
437#undef HAVE_DEVICE_MAPPER
438
00f6db22
CW
439/* Define to 1 if you have the <dirent.h> header file. */
440#undef HAVE_DIRENT_H
441
442/* Define to 1 if you have the `dirfd' function. */
443#undef HAVE_DIRFD
444
445/* Define to 1 if you have the 'dup2' function. */
446#undef HAVE_DUP2
447
448/* Define to 1 if you have the `fchdir' function. */
449#undef HAVE_FCHDIR
450
451/* Define to 1 if you have the `fcntl' function. */
452#undef HAVE_FCNTL
453
422889f9
CW
454/* Define to 1 if you have the <features.h> header file. */
455#undef HAVE_FEATURES_H
456
457/* Define to 1 if you have the `flockfile' function. */
458#undef HAVE_FLOCKFILE
459
00f6db22
CW
460/* Define to 1 if you have the `fnmatch' function. */
461#undef HAVE_FNMATCH
462
463/* Define to 1 if you have the <fnmatch.h> header file. */
464#undef HAVE_FNMATCH_H
465
422889f9
CW
466/* Define to 1 if you have the <ft2build.h> header file. */
467#undef HAVE_FT2BUILD_H
468
469/* Define to 1 if you have the `funlockfile' function. */
470#undef HAVE_FUNLOCKFILE
471
472/* Define to 1 if you have the <fuse/fuse.h> header file. */
473#undef HAVE_FUSE_FUSE_H
474
475/* Define to 1 if you have the `getdelim' function. */
476#undef HAVE_GETDELIM
477
00f6db22
CW
478/* Define to 1 if you have the `getdtablesize' function. */
479#undef HAVE_GETDTABLESIZE
480
481/* Define to 1 if you have the `getexecname' function. */
482#undef HAVE_GETEXECNAME
483
422889f9
CW
484/* Define to 1 if you have the `getextmntent' function. */
485#undef HAVE_GETEXTMNTENT
486
487/* Define to 1 if you have the <getopt.h> header file. */
488#undef HAVE_GETOPT_H
489
490/* Define to 1 if you have the `getopt_long_only' function. */
491#undef HAVE_GETOPT_LONG_ONLY
492
00f6db22
CW
493/* Define to 1 if you have the `getprogname' function. */
494#undef HAVE_GETPROGNAME
495
422889f9
CW
496/* Define if getrawpartition() in -lutil can be used */
497#undef HAVE_GETRAWPARTITION
498
499/* Define if the GNU gettext() function is already present or preinstalled. */
500#undef HAVE_GETTEXT
501
502/* Define if you have the iconv() function and it works. */
503#undef HAVE_ICONV
504
505/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
506#undef HAVE_INTMAX_T
507
508/* Define to 1 if you have the <inttypes.h> header file. */
509#undef HAVE_INTTYPES_H
510
511/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
512 declares uintmax_t. */
513#undef HAVE_INTTYPES_H_WITH_UINTMAX
514
515/* Define to 1 if you have the `isascii' function. */
516#undef HAVE_ISASCII
517
518/* Define to 1 if you have the `isblank' function. */
519#undef HAVE_ISBLANK
520
521/* Define to 1 if you have the `iswcntrl' function. */
522#undef HAVE_ISWCNTRL
523
524/* Define to 1 if you have the `iswctype' function. */
525#undef HAVE_ISWCTYPE
526
527/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
528#undef HAVE_LANGINFO_CODESET
529
530/* Define to 1 if you have the <langinfo.h> header file. */
531#undef HAVE_LANGINFO_H
532
533/* Define to 1 if you have the `devmapper' library (-ldevmapper). */
534#undef HAVE_LIBDEVMAPPER
535
536/* Define to 1 if you have the `fuse' library (-lfuse). */
537#undef HAVE_LIBFUSE
538
539/* Define to 1 if you have the `geom' library (-lgeom). */
540#undef HAVE_LIBGEOM
541
542/* Define to 1 if you have the <libintl.h> header file. */
543#undef HAVE_LIBINTL_H
544
545/* Define to 1 if you have the `lzma' library (-llzma). */
546#undef HAVE_LIBLZMA
547
548/* Define to 1 if you have the NVPAIR library. */
549#undef HAVE_LIBNVPAIR
550
551/* Define to 1 if you have the <libnvpair.h> header file. */
552#undef HAVE_LIBNVPAIR_H
553
554/* Define to 1 if you have the ZFS library. */
555#undef HAVE_LIBZFS
556
557/* Define to 1 if you have the <libzfs.h> header file. */
558#undef HAVE_LIBZFS_H
559
560/* Define to 1 if you have the <limits.h> header file. */
561#undef HAVE_LIMITS_H
562
563/* Define to 1 if you have the <linewrap.h> header file. */
564#undef HAVE_LINEWRAP_H
565
566/* Define to 1 if the system has the type 'long long int'. */
567#undef HAVE_LONG_LONG_INT
568
00f6db22
CW
569/* Define to 1 if you have the `lstat' function. */
570#undef HAVE_LSTAT
571
422889f9
CW
572/* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
573 to 0 otherwise. */
574#undef HAVE_MALLOC_GNU
575
00f6db22
CW
576/* Define to 1 if you have the <malloc.h> header file. */
577#undef HAVE_MALLOC_H
578
422889f9
CW
579/* Define if the 'malloc' function is POSIX compliant. */
580#undef HAVE_MALLOC_POSIX
581
582/* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
583 config.h and <sys/mman.h>. */
584#undef HAVE_MAP_ANONYMOUS
585
586/* Define to 1 if you have the `mbrtowc' function. */
587#undef HAVE_MBRTOWC
588
589/* Define to 1 if you have the `mbsinit' function. */
590#undef HAVE_MBSINIT
591
592/* Define to 1 if you have the `mbsrtowcs' function. */
593#undef HAVE_MBSRTOWCS
594
595/* Define to 1 if <wchar.h> declares mbstate_t. */
596#undef HAVE_MBSTATE_T
597
598/* Define to 1 if you have the `memalign' function. */
599#undef HAVE_MEMALIGN
600
601/* Define to 1 if you have the <memory.h> header file. */
602#undef HAVE_MEMORY_H
603
604/* Define to 1 if you have the `mempcpy' function. */
605#undef HAVE_MEMPCPY
606
00f6db22
CW
607/* Define to 1 if you have the `memrchr' function. */
608#undef HAVE_MEMRCHR
609
422889f9
CW
610/* Define to 1 if you have the `mprotect' function. */
611#undef HAVE_MPROTECT
612
613/* Define to 1 on MSVC platforms that have the "invalid parameter handler"
614 concept. */
615#undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
616
617/* Define to 1 if you have the `nl_langinfo' function. */
618#undef HAVE_NL_LANGINFO
619
00f6db22
CW
620/* Define to 1 if you have the `openat' function. */
621#undef HAVE_OPENAT
622
422889f9
CW
623/* Define if opendisk() in -lutil can be used */
624#undef HAVE_OPENDISK
625
626/* Define to 1 if you have the <pciaccess.h> header file. */
627#undef HAVE_PCIACCESS_H
628
00f6db22
CW
629/* Define to 1 if you have the `pipe' function. */
630#undef HAVE_PIPE
631
422889f9
CW
632/* Define to 1 if you have the `posix_memalign' function. */
633#undef HAVE_POSIX_MEMALIGN
634
635/* Define if program_invocation_name is defined */
636#undef HAVE_PROGRAM_INVOCATION_NAME
637
638/* Define if program_invocation_short_name is defined */
639#undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
640
00f6db22
CW
641/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
642#undef HAVE_PTHREAD_MUTEX_RECURSIVE
422889f9 643
00f6db22
CW
644/* Define if the POSIX multithreading library has read/write locks. */
645#undef HAVE_PTHREAD_RWLOCK
422889f9 646
00f6db22
CW
647/* Define if the 'pthread_rwlock_rdlock' function prefers a writer to a
648 reader. */
649#undef HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER
422889f9 650
00f6db22
CW
651/* Define to 1 if you have the `rawmemchr' function. */
652#undef HAVE_RAWMEMCHR
422889f9 653
00f6db22
CW
654/* Define to 1 if your system has a GNU libc compatible 'realloc' function,
655 and to 0 otherwise. */
656#undef HAVE_REALLOC_GNU
422889f9
CW
657
658/* Define if the 'realloc' function is POSIX compliant. */
659#undef HAVE_REALLOC_POSIX
660
661/* Define to 1 if you have the <SDL/SDL.h> header file. */
662#undef HAVE_SDL_SDL_H
663
00f6db22
CW
664/* Define to 1 if you have the `setdtablesize' function. */
665#undef HAVE_SETDTABLESIZE
666
422889f9
CW
667/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
668#undef HAVE_SIGNED_SIG_ATOMIC_T
669
670/* Define to 1 if 'wchar_t' is a signed integer type. */
671#undef HAVE_SIGNED_WCHAR_T
672
673/* Define to 1 if 'wint_t' is a signed integer type. */
674#undef HAVE_SIGNED_WINT_T
675
676/* Define to 1 if you have the `sleep' function. */
677#undef HAVE_SLEEP
678
679/* Define to 1 if you have the `snprintf' function. */
680#undef HAVE_SNPRINTF
681
682/* Define if the return value of the snprintf function is the number of of
683 bytes (excluding the terminating NUL) that would have been produced if the
684 buffer had been large enough. */
685#undef HAVE_SNPRINTF_RETVAL_C99
686
687/* Define to 1 if you have the <stdint.h> header file. */
688#undef HAVE_STDINT_H
689
690/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
691 uintmax_t. */
692#undef HAVE_STDINT_H_WITH_UINTMAX
693
694/* Define to 1 if you have the <stdlib.h> header file. */
695#undef HAVE_STDLIB_H
696
697/* Define to 1 if you have the `strcasecmp' function. */
698#undef HAVE_STRCASECMP
699
700/* Define to 1 if you have the `strchrnul' function. */
701#undef HAVE_STRCHRNUL
702
00f6db22
CW
703/* Define to 1 if you have the `strdup' function. */
704#undef HAVE_STRDUP
705
422889f9
CW
706/* Define to 1 if you have the `strerror_r' function. */
707#undef HAVE_STRERROR_R
708
709/* Define to 1 if you have the <strings.h> header file. */
710#undef HAVE_STRINGS_H
711
712/* Define to 1 if you have the <string.h> header file. */
713#undef HAVE_STRING_H
714
715/* Define to 1 if you have the `strncasecmp' function. */
716#undef HAVE_STRNCASECMP
717
718/* Define to 1 if you have the `strndup' function. */
719#undef HAVE_STRNDUP
720
721/* Define to 1 if you have the `strnlen' function. */
722#undef HAVE_STRNLEN
723
724/* Define to 1 if `decimal_point' is a member of `struct lconv'. */
725#undef HAVE_STRUCT_LCONV_DECIMAL_POINT
726
727/* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
728#undef HAVE_STRUCT_STATFS_F_FSTYPENAME
729
730/* Define to 1 if `f_mntfromname' is a member of `struct statfs'. */
731#undef HAVE_STRUCT_STATFS_F_MNTFROMNAME
732
00f6db22
CW
733/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
734#undef HAVE_STRUCT_STAT_ST_ATIMENSEC
735
736/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
737#undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
738
739/* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
740#undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
741
742/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
743#undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
744
745/* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
746#undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
747
748/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
749#undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
750
751/* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
752#undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
753
422889f9
CW
754/* Define to 1 if you have the `symlink' function. */
755#undef HAVE_SYMLINK
756
757/* Define to 1 if you have the <sysexits.h> header file. */
758#undef HAVE_SYSEXITS_H
759
760/* Define to 1 if you have the <sys/bitypes.h> header file. */
761#undef HAVE_SYS_BITYPES_H
762
00f6db22
CW
763/* Define to 1 if you have the <sys/cdefs.h> header file. */
764#undef HAVE_SYS_CDEFS_H
765
422889f9
CW
766/* Define to 1 if you have the <sys/inttypes.h> header file. */
767#undef HAVE_SYS_INTTYPES_H
768
422889f9
CW
769/* Define to 1 if you have the <sys/mman.h> header file. */
770#undef HAVE_SYS_MMAN_H
771
772/* Define to 1 if you have the <sys/mnttab.h> header file. */
773#undef HAVE_SYS_MNTTAB_H
774
775/* Define to 1 if you have the <sys/mount.h> header file. */
776#undef HAVE_SYS_MOUNT_H
777
778/* Define to 1 if you have the <sys/param.h> header file. */
779#undef HAVE_SYS_PARAM_H
780
781/* Define to 1 if you have the <sys/socket.h> header file. */
782#undef HAVE_SYS_SOCKET_H
783
784/* Define to 1 if you have the <sys/stat.h> header file. */
785#undef HAVE_SYS_STAT_H
786
00f6db22
CW
787/* Define to 1 if you have the <sys/time.h> header file. */
788#undef HAVE_SYS_TIME_H
789
422889f9
CW
790/* Define to 1 if you have the <sys/types.h> header file. */
791#undef HAVE_SYS_TYPES_H
792
793/* Define to 1 if you have the `towlower' function. */
794#undef HAVE_TOWLOWER
795
796/* Define to 1 if you have the <unistd.h> header file. */
797#undef HAVE_UNISTD_H
798
799/* Define to 1 if the system has the type 'unsigned long long int'. */
800#undef HAVE_UNSIGNED_LONG_LONG_INT
801
00f6db22
CW
802/* Define if you have a global __progname variable */
803#undef HAVE_VAR___PROGNAME
804
422889f9
CW
805/* Define to 1 if you have the `vasnprintf' function. */
806#undef HAVE_VASNPRINTF
807
808/* Define to 1 if you have the `vsnprintf' function. */
809#undef HAVE_VSNPRINTF
810
811/* Define to 1 if you have the <wchar.h> header file. */
812#undef HAVE_WCHAR_H
813
814/* Define if you have the 'wchar_t' type. */
815#undef HAVE_WCHAR_T
816
817/* Define to 1 if you have the `wcrtomb' function. */
818#undef HAVE_WCRTOMB
819
422889f9
CW
820/* Define to 1 if you have the `wcslen' function. */
821#undef HAVE_WCSLEN
822
823/* Define to 1 if you have the `wcsnlen' function. */
824#undef HAVE_WCSNLEN
825
826/* Define to 1 if you have the <wctype.h> header file. */
827#undef HAVE_WCTYPE_H
828
829/* Define to 1 if you have the `wcwidth' function. */
830#undef HAVE_WCWIDTH
831
832/* Define to 1 if you have the <winsock2.h> header file. */
833#undef HAVE_WINSOCK2_H
834
835/* Define if you have the 'wint_t' type. */
836#undef HAVE_WINT_T
837
838/* Define to 1 if you have the `wmemchr' function. */
839#undef HAVE_WMEMCHR
840
841/* Define to 1 if you have the `wmemcpy' function. */
842#undef HAVE_WMEMCPY
843
844/* Define to 1 if you have the `wmempcpy' function. */
845#undef HAVE_WMEMPCPY
846
847/* Define to 1 if O_NOATIME works. */
848#undef HAVE_WORKING_O_NOATIME
849
850/* Define to 1 if O_NOFOLLOW works. */
851#undef HAVE_WORKING_O_NOFOLLOW
852
853/* Define to 1 if you have the <xlocale.h> header file. */
854#undef HAVE_XLOCALE_H
855
856/* Define to 1 if the system has the type `_Bool'. */
857#undef HAVE__BOOL
858
859/* Define to 1 if you have the `_restgpr_14_x' function. */
860#undef HAVE__RESTGPR_14_X
861
862/* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
863#undef HAVE__SET_INVALID_PARAMETER_HANDLER
864
865/* Define to 1 if you have the `__aeabi_idiv' function. */
866#undef HAVE___AEABI_IDIV
867
868/* Define to 1 if you have the `__aeabi_idivmod' function. */
869#undef HAVE___AEABI_IDIVMOD
870
871/* Define to 1 if you have the `__aeabi_lasr' function. */
872#undef HAVE___AEABI_LASR
873
874/* Define to 1 if you have the `__aeabi_llsl' function. */
875#undef HAVE___AEABI_LLSL
876
877/* Define to 1 if you have the `__aeabi_llsr' function. */
878#undef HAVE___AEABI_LLSR
879
880/* Define to 1 if you have the `__aeabi_lmul' function. */
881#undef HAVE___AEABI_LMUL
882
883/* Define to 1 if you have the `__aeabi_memclr' function. */
884#undef HAVE___AEABI_MEMCLR
885
886/* Define to 1 if you have the `__aeabi_memclr4' function. */
887#undef HAVE___AEABI_MEMCLR4
888
889/* Define to 1 if you have the `__aeabi_memclr8' function. */
890#undef HAVE___AEABI_MEMCLR8
891
892/* Define to 1 if you have the `__aeabi_memcpy' function. */
893#undef HAVE___AEABI_MEMCPY
894
895/* Define to 1 if you have the `__aeabi_memcpy4' function. */
896#undef HAVE___AEABI_MEMCPY4
897
898/* Define to 1 if you have the `__aeabi_memcpy8' function. */
899#undef HAVE___AEABI_MEMCPY8
900
901/* Define to 1 if you have the `__aeabi_memset' function. */
902#undef HAVE___AEABI_MEMSET
903
904/* Define to 1 if you have the `__aeabi_uidiv' function. */
905#undef HAVE___AEABI_UIDIV
906
907/* Define to 1 if you have the `__aeabi_uidivmod' function. */
908#undef HAVE___AEABI_UIDIVMOD
909
910/* Define to 1 if you have the `__aeabi_ulcmp' function. */
911#undef HAVE___AEABI_ULCMP
912
913/* Define to 1 if you have the `__ashldi3' function. */
914#undef HAVE___ASHLDI3
915
916/* Define to 1 if you have the `__ashrdi3' function. */
917#undef HAVE___ASHRDI3
918
919/* Define to 1 if you have the `__bswapdi2' function. */
920#undef HAVE___BSWAPDI2
921
922/* Define to 1 if you have the `__bswapsi2' function. */
923#undef HAVE___BSWAPSI2
924
00f6db22
CW
925/* Define to 1 if the compiler supports __builtin_expect,
926 and to 2 if <builtins.h> does. */
927#undef HAVE___BUILTIN_EXPECT
928#ifndef HAVE___BUILTIN_EXPECT
929# define __builtin_expect(e, c) (e)
930#elif HAVE___BUILTIN_EXPECT == 2
931# include <builtins.h>
932#endif
933
934
422889f9
CW
935/* Define to 1 if you have the `__bzero' function. */
936#undef HAVE___BZERO
937
938/* Define to 1 if you have the `__chkstk_ms' function. */
939#undef HAVE___CHKSTK_MS
940
21f95442
CW
941/* Define to 1 if you have the `__clzdi2' function. */
942#undef HAVE___CLZDI2
943
422889f9
CW
944/* Define to 1 if you have the `__ctzdi2' function. */
945#undef HAVE___CTZDI2
946
947/* Define to 1 if you have the `__ctzsi2' function. */
948#undef HAVE___CTZSI2
949
950/* Define to 1 if you have the `__deregister_frame_info' function. */
951#undef HAVE___DEREGISTER_FRAME_INFO
952
953/* Define to 1 if you have the `__divdi3' function. */
954#undef HAVE___DIVDI3
955
956/* Define to 1 if you have the `__divsi3' function. */
957#undef HAVE___DIVSI3
958
00f6db22
CW
959/* Define to 1 if the compiler supports the keyword '__inline'. */
960#undef HAVE___INLINE
961
422889f9
CW
962/* Define to 1 if you have the `__lshrdi3' function. */
963#undef HAVE___LSHRDI3
964
965/* Define to 1 if you have the `__moddi3' function. */
966#undef HAVE___MODDI3
967
968/* Define to 1 if you have the `__modsi3' function. */
969#undef HAVE___MODSI3
970
971/* Define to 1 if you have the `__muldi3' function. */
972#undef HAVE___MULDI3
973
974/* Define to 1 if you have the `__register_frame_info' function. */
975#undef HAVE___REGISTER_FRAME_INFO
976
977/* Define to 1 if you have the `__ucmpdi2' function. */
978#undef HAVE___UCMPDI2
979
980/* Define to 1 if you have the `__udivdi3' function. */
981#undef HAVE___UDIVDI3
982
983/* Define to 1 if you have the `__udivsi3' function. */
984#undef HAVE___UDIVSI3
985
986/* Define to 1 if you have the `__umoddi3' function. */
987#undef HAVE___UMODDI3
988
989/* Define to 1 if you have the `__umodsi3' function. */
990#undef HAVE___UMODSI3
991
992/* Define to 1 if you have the `___chkstk_ms' function. */
993#undef HAVE____CHKSTK_MS
994
995/* Locale dir */
996#undef LOCALEDIR
997
00f6db22
CW
998/* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
999 slash. */
1000#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1001
0992ffba
CW
1002/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1003 */
1004#undef MAJOR_IN_MKDEV
1005
1006/* Define to 1 if `major', `minor', and `makedev' are declared in
1007 <sysmacros.h>. */
1008#undef MAJOR_IN_SYSMACROS
1009
422889f9
CW
1010/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1011#undef MALLOC_0_IS_NONNULL
1012
1013/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1014#undef MAP_ANONYMOUS
1015
00f6db22
CW
1016/* Define if the mbrtowc function does not return (size_t) -2 for empty input.
1017 */
1018#undef MBRTOWC_EMPTY_INPUT_BUG
1019
422889f9
CW
1020/* Define if the mbrtowc function has the NULL pwc argument bug. */
1021#undef MBRTOWC_NULL_ARG1_BUG
1022
1023/* Define if the mbrtowc function has the NULL string argument bug. */
1024#undef MBRTOWC_NULL_ARG2_BUG
1025
1026/* Define if the mbrtowc function does not return 0 for a NUL character. */
1027#undef MBRTOWC_NUL_RETVAL_BUG
1028
1029/* Define if the mbrtowc function returns a wrong return value. */
1030#undef MBRTOWC_RETVAL_BUG
1031
00f6db22
CW
1032/* Use GNU style printf and scanf. */
1033#ifndef __USE_MINGW_ANSI_STDIO
1034# undef __USE_MINGW_ANSI_STDIO
1035#endif
1036
1037
422889f9
CW
1038/* Define to 1 if you enable memory manager debugging. */
1039#undef MM_DEBUG
1040
00f6db22
CW
1041/* Define to 1 if open() fails to recognize a trailing slash. */
1042#undef OPEN_TRAILING_SLASH_BUG
1043
422889f9
CW
1044/* Name of package */
1045#undef PACKAGE
1046
1047/* Define to the address where bug reports for this package should be sent. */
1048#undef PACKAGE_BUGREPORT
1049
1050/* Define to the full name of this package. */
1051#undef PACKAGE_NAME
1052
1053/* Define to the full name and version of this package. */
1054#undef PACKAGE_STRING
1055
1056/* Define to the one symbol short name of this package. */
1057#undef PACKAGE_TARNAME
1058
1059/* Define to the home page for this package. */
1060#undef PACKAGE_URL
1061
1062/* Define to the version of this package. */
1063#undef PACKAGE_VERSION
1064
00f6db22
CW
1065/* Define to the type that is the result of default argument promotions of
1066 type mode_t. */
1067#undef PROMOTED_MODE_T
1068
1069/* Define if the pthread_in_use() detection is hard. */
1070#undef PTHREAD_IN_USE_DETECTION_HARD
1071
422889f9
CW
1072/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1073 'ptrdiff_t'. */
1074#undef PTRDIFF_T_SUFFIX
1075
00f6db22
CW
1076/* Define to 1 if gnulib's dirfd() replacement is used. */
1077#undef REPLACE_DIRFD
1078
1079/* Define to 1 if gnulib's fchdir() replacement is used. */
1080#undef REPLACE_FCHDIR
1081
1082/* Define to 1 if stat needs help when passed a file name with a trailing
1083 slash */
1084#undef REPLACE_FUNC_STAT_FILE
1085
422889f9
CW
1086/* Define if nl_langinfo exists but is overridden by gnulib. */
1087#undef REPLACE_NL_LANGINFO
1088
00f6db22
CW
1089/* Define to 1 if open() should work around the inability to open a directory.
1090 */
1091#undef REPLACE_OPEN_DIRECTORY
1092
422889f9
CW
1093/* Define to 1 if strerror(0) does not return a message implying success. */
1094#undef REPLACE_STRERROR_0
1095
1096/* Define if vasnprintf exists but is overridden by gnulib. */
1097#undef REPLACE_VASNPRINTF
1098
1099/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1100 'sig_atomic_t'. */
1101#undef SIG_ATOMIC_T_SUFFIX
1102
1103/* The size of `long', as computed by sizeof. */
1104#undef SIZEOF_LONG
1105
00f6db22
CW
1106/* The size of `off64_t', as computed by sizeof. */
1107#undef SIZEOF_OFF64_T
1108
422889f9
CW
1109/* The size of `off_t', as computed by sizeof. */
1110#undef SIZEOF_OFF_T
1111
1112/* The size of `TCHAR', as computed by sizeof. */
1113#undef SIZEOF_TCHAR
1114
1115/* The size of `void *', as computed by sizeof. */
1116#undef SIZEOF_VOID_P
1117
1118/* Define as the maximum value of type 'size_t', if the system doesn't define
1119 it. */
1120#ifndef SIZE_MAX
1121# undef SIZE_MAX
1122#endif
1123
1124/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1125 'size_t'. */
1126#undef SIZE_T_SUFFIX
1127
1128/* If using the C implementation of alloca, define if you know the
1129 direction of stack growth for your system; otherwise it will be
1130 automatically deduced at runtime.
1131 STACK_DIRECTION > 0 => grows toward higher addresses
1132 STACK_DIRECTION < 0 => grows toward lower addresses
1133 STACK_DIRECTION = 0 => direction of growth unknown */
1134#undef STACK_DIRECTION
1135
00f6db22
CW
1136/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1137#undef STAT_MACROS_BROKEN
1138
422889f9
CW
1139/* Define to 1 if you have the ANSI C header files. */
1140#undef STDC_HEADERS
1141
1142/* Define to 1 if strerror_r returns char *. */
1143#undef STRERROR_R_CHAR_P
1144
00f6db22
CW
1145/* Define to 1 if the type of the st_atim member of a struct stat is struct
1146 timespec. */
1147#undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1148
422889f9
CW
1149/* Define to 1 if you have the LZMA library. */
1150#undef USE_LIBLZMA
1151
00f6db22
CW
1152/* Define if the POSIX multithreading library can be used. */
1153#undef USE_POSIX_THREADS
1154
1155/* Define if references to the POSIX multithreading library should be made
1156 weak. */
1157#undef USE_POSIX_THREADS_WEAK
1158
1159/* Define if the GNU Pth multithreading library can be used. */
1160#undef USE_PTH_THREADS
1161
1162/* Define if references to the GNU Pth multithreading library should be made
1163 weak. */
1164#undef USE_PTH_THREADS_WEAK
1165
1166/* Define if the old Solaris multithreading library can be used. */
1167#undef USE_SOLARIS_THREADS
1168
1169/* Define if references to the old Solaris multithreading library should be
1170 made weak. */
1171#undef USE_SOLARIS_THREADS_WEAK
1172
422889f9
CW
1173/* Enable extensions on AIX 3, Interix. */
1174#ifndef _ALL_SOURCE
1175# undef _ALL_SOURCE
1176#endif
00f6db22 1177/* Enable general extensions on macOS. */
422889f9
CW
1178#ifndef _DARWIN_C_SOURCE
1179# undef _DARWIN_C_SOURCE
1180#endif
1181/* Enable GNU extensions on systems that have them. */
1182#ifndef _GNU_SOURCE
1183# undef _GNU_SOURCE
1184#endif
00f6db22
CW
1185/* Enable NetBSD extensions on NetBSD. */
1186#ifndef _NETBSD_SOURCE
1187# undef _NETBSD_SOURCE
1188#endif
1189/* Enable OpenBSD extensions on NetBSD. */
1190#ifndef _OPENBSD_SOURCE
1191# undef _OPENBSD_SOURCE
1192#endif
422889f9
CW
1193/* Enable threading extensions on Solaris. */
1194#ifndef _POSIX_PTHREAD_SEMANTICS
1195# undef _POSIX_PTHREAD_SEMANTICS
1196#endif
00f6db22
CW
1197/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
1198#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1199# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1200#endif
1201/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
1202#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
1203# undef __STDC_WANT_IEC_60559_BFP_EXT__
1204#endif
1205/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
1206#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
1207# undef __STDC_WANT_IEC_60559_DFP_EXT__
1208#endif
1209/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
1210#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
1211# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
1212#endif
1213/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
1214#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
1215# undef __STDC_WANT_IEC_60559_TYPES_EXT__
1216#endif
1217/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
1218#ifndef __STDC_WANT_LIB_EXT2__
1219# undef __STDC_WANT_LIB_EXT2__
1220#endif
1221/* Enable extensions specified by ISO/IEC 24747:2009. */
1222#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
1223# undef __STDC_WANT_MATH_SPEC_FUNCS__
1224#endif
422889f9
CW
1225/* Enable extensions on HP NonStop. */
1226#ifndef _TANDEM_SOURCE
1227# undef _TANDEM_SOURCE
1228#endif
1229/* Enable X/Open extensions if necessary. HP-UX 11.11 defines
1230 mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
1231 whether compiling with -Ae or -D_HPUX_SOURCE=1. */
1232#ifndef _XOPEN_SOURCE
1233# undef _XOPEN_SOURCE
1234#endif
00f6db22
CW
1235/* Enable X/Open compliant socket functions that do not require linking
1236 with -lxnet on HP-UX 11.11. */
1237#ifndef _HPUX_ALT_XOPEN_SOCKET_API
1238# undef _HPUX_ALT_XOPEN_SOCKET_API
1239#endif
422889f9
CW
1240/* Enable general extensions on Solaris. */
1241#ifndef __EXTENSIONS__
1242# undef __EXTENSIONS__
1243#endif
1244
1245
00f6db22
CW
1246/* Define if the native Windows multithreading API can be used. */
1247#undef USE_WINDOWS_THREADS
1248
422889f9
CW
1249/* Version number of package */
1250#undef VERSION
1251
1252/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1253 'wchar_t'. */
1254#undef WCHAR_T_SUFFIX
1255
1256/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1257 'wint_t'. */
1258#undef WINT_T_SUFFIX
1259
1260/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1261 significant byte first (like Motorola and SPARC, unlike Intel). */
1262#if defined AC_APPLE_UNIVERSAL_BUILD
1263# if defined __BIG_ENDIAN__
1264# define WORDS_BIGENDIAN 1
1265# endif
1266#else
1267# ifndef WORDS_BIGENDIAN
1268# undef WORDS_BIGENDIAN
1269# endif
1270#endif
1271
1272/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1273 `char[]'. */
1274#undef YYTEXT_POINTER
1275
00f6db22
CW
1276/* Enable large inode numbers on Mac OS X 10.5. */
1277#undef _DARWIN_USE_64_BIT_INODE
422889f9
CW
1278
1279/* Number of bits in a file offset, on hosts where this is settable. */
1280#undef _FILE_OFFSET_BITS
1281
1282/* Define for large files, on AIX-style hosts. */
1283#undef _LARGE_FILES
1284
1285/* Define to 1 on Solaris. */
1286#undef _LCONV_C99
1287
1288/* Define to 1 if on MINIX. */
1289#undef _MINIX
1290
1291/* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
1292#undef _NETBSD_SOURCE
1293
1294/* The _Noreturn keyword of C11. */
00f6db22
CW
1295#ifndef _Noreturn
1296# if 201103 <= (defined __cplusplus ? __cplusplus : 0)
1297# define _Noreturn [[noreturn]]
1298# elif (201112 <= (defined __STDC_VERSION__ ? __STDC_VERSION__ : 0) \
1299 || 4 < __GNUC__ + (7 <= __GNUC_MINOR__))
1300 /* _Noreturn works as-is. */
1301# elif 2 < __GNUC__ + (8 <= __GNUC_MINOR__) || 0x5110 <= __SUNPRO_C
422889f9 1302# define _Noreturn __attribute__ ((__noreturn__))
00f6db22 1303# elif 1200 <= (defined _MSC_VER ? _MSC_VER : 0)
422889f9
CW
1304# define _Noreturn __declspec (noreturn)
1305# else
1306# define _Noreturn
1307# endif
1308#endif
1309
1310
1311/* Define to 2 if the system does not provide POSIX.1 features except with
1312 this defined. */
1313#undef _POSIX_1_SOURCE
1314
1315/* Define to 1 if you need to in order for 'stat' and other things to work. */
1316#undef _POSIX_SOURCE
1317
1318/* Define if you want <regex.h> to include <limits.h>, so that it consistently
1319 overrides <limits.h>'s RE_DUP_MAX. */
1320#undef _REGEX_INCLUDE_LIMITS_H
1321
1322/* Define if you want regoff_t to be at least as wide POSIX requires. */
1323#undef _REGEX_LARGE_OFFSETS
1324
00f6db22
CW
1325/* For standard stat data types on VMS. */
1326#undef _USE_STD_STAT
1327
422889f9
CW
1328/* Define to rpl_ if the getopt replacement functions and variables should be
1329 used. */
1330#undef __GETOPT_PREFIX
1331
00f6db22
CW
1332/* Define to 1 if the system <stdint.h> predates C++11. */
1333#undef __STDC_CONSTANT_MACROS
1334
1335/* Define to 1 if the system <stdint.h> predates C++11. */
1336#undef __STDC_LIMIT_MACROS
1337
422889f9
CW
1338/* Please see the Gnulib manual for how to use these macros.
1339
1340 Suppress extern inline with HP-UX cc, as it appears to be broken; see
00f6db22 1341 <https://lists.gnu.org/r/bug-texinfo/2013-02/msg00030.html>.
422889f9
CW
1342
1343 Suppress extern inline with Sun C in standards-conformance mode, as it
1344 mishandles inline functions that call each other. E.g., for 'inline void f
1345 (void) { } inline void g (void) { f (); }', c99 incorrectly complains
1346 'reference to static identifier "f" in extern inline function'.
1347 This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
1348
1349 Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
1350 on configurations that mistakenly use 'static inline' to implement
1351 functions or macros in standard C headers like <ctype.h>. For example,
1352 if isdigit is mistakenly implemented via a static inline function,
1353 a program containing an extern inline function that calls isdigit
1354 may not work since the C standard prohibits extern inline functions
00f6db22
CW
1355 from calling static functions (ISO C 99 section 6.7.4.(3).
1356 This bug is known to occur on:
422889f9
CW
1357
1358 OS X 10.8 and earlier; see:
00f6db22 1359 https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html
422889f9
CW
1360
1361 DragonFly; see
1362 http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
1363
1364 FreeBSD; see:
00f6db22 1365 https://lists.gnu.org/r/bug-gnulib/2014-07/msg00104.html
422889f9
CW
1366
1367 OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
00f6db22
CW
1368 for clang but remains for g++; see <https://trac.macports.org/ticket/41033>.
1369 Assume DragonFly and FreeBSD will be similar.
1370
1371 GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
1372 inline semantics, unless -fgnu89-inline is used. It defines a macro
1373 __GNUC_STDC_INLINE__ to indicate this situation or a macro
1374 __GNUC_GNU_INLINE__ to indicate the opposite situation.
1375 GCC 4.2 with -std=c99 or -std=gnu99 implements the GNU C inline
1376 semantics but warns, unless -fgnu89-inline is used:
1377 warning: C99 inline functions are not supported; using GNU89
1378 warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute
1379 It defines a macro __GNUC_GNU_INLINE__ to indicate this situation.
1380 */
422889f9
CW
1381#if (((defined __APPLE__ && defined __MACH__) \
1382 || defined __DragonFly__ || defined __FreeBSD__) \
1383 && (defined __header_inline \
1384 ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
1385 && ! defined __clang__) \
1386 : ((! defined _DONT_USE_CTYPE_INLINE_ \
1387 && (defined __GNUC__ || defined __cplusplus)) \
1388 || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
1389 && defined __GNUC__ && ! defined __cplusplus))))
1390# define _GL_EXTERN_INLINE_STDHEADER_BUG
1391#endif
1392#if ((__GNUC__ \
1393 ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
1394 : (199901L <= __STDC_VERSION__ \
1395 && !defined __HP_cc \
00f6db22 1396 && !defined __PGI \
422889f9
CW
1397 && !(defined __SUNPRO_C && __STDC__))) \
1398 && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
1399# define _GL_INLINE inline
1400# define _GL_EXTERN_INLINE extern inline
1401# define _GL_EXTERN_INLINE_IN_USE
1402#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
1403 && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
1404# if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
1405 /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */
1406# define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
1407# else
1408# define _GL_INLINE extern inline
1409# endif
1410# define _GL_EXTERN_INLINE extern
1411# define _GL_EXTERN_INLINE_IN_USE
1412#else
1413# define _GL_INLINE static _GL_UNUSED
1414# define _GL_EXTERN_INLINE static _GL_UNUSED
1415#endif
1416
00f6db22
CW
1417/* In GCC 4.6 (inclusive) to 5.1 (exclusive),
1418 suppress bogus "no previous prototype for 'FOO'"
422889f9
CW
1419 and "no previous declaration for 'FOO'" diagnostics,
1420 when FOO is an inline function in the header; see
1421 <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
1422 <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>. */
00f6db22 1423#if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
422889f9
CW
1424# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
1425# define _GL_INLINE_HEADER_CONST_PRAGMA
1426# else
1427# define _GL_INLINE_HEADER_CONST_PRAGMA \
1428 _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
1429# endif
1430# define _GL_INLINE_HEADER_BEGIN \
1431 _Pragma ("GCC diagnostic push") \
1432 _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
1433 _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
1434 _GL_INLINE_HEADER_CONST_PRAGMA
1435# define _GL_INLINE_HEADER_END \
1436 _Pragma ("GCC diagnostic pop")
1437#else
1438# define _GL_INLINE_HEADER_BEGIN
1439# define _GL_INLINE_HEADER_END
1440#endif
1441
422889f9
CW
1442/* Define to `__inline__' or `__inline' if that's what the C compiler
1443 calls it, or to nothing if 'inline' is not supported under any name. */
1444#ifndef __cplusplus
1445#undef inline
1446#endif
1447
1448/* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1449#undef intmax_t
1450
1451/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1452 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1453 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1454 __APPLE__ && __MACH__ test for Mac OS X.
1455 __APPLE_CC__ tests for the Apple compiler and its version.
1456 __STDC_VERSION__ tests for the C99 mode. */
1457#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1458# define __GNUC_STDC_INLINE__ 1
1459#endif
1460
1461/* Define to a type if <wchar.h> does not define. */
1462#undef mbstate_t
1463
1464/* Define to `int' if <sys/types.h> does not define. */
1465#undef mode_t
1466
00f6db22
CW
1467/* Define to the type of st_nlink in struct stat, or a supertype. */
1468#undef nlink_t
1469
422889f9
CW
1470/* Define to `int' if <sys/types.h> does not define. */
1471#undef pid_t
1472
1473/* Define as the type of the result of subtracting two pointers, if the system
1474 doesn't define it. */
1475#undef ptrdiff_t
1476
1477/* Define to rpl_re_comp if the replacement should be used. */
1478#undef re_comp
1479
1480/* Define to rpl_re_compile_fastmap if the replacement should be used. */
1481#undef re_compile_fastmap
1482
1483/* Define to rpl_re_compile_pattern if the replacement should be used. */
1484#undef re_compile_pattern
1485
1486/* Define to rpl_re_exec if the replacement should be used. */
1487#undef re_exec
1488
1489/* Define to rpl_re_match if the replacement should be used. */
1490#undef re_match
1491
1492/* Define to rpl_re_match_2 if the replacement should be used. */
1493#undef re_match_2
1494
1495/* Define to rpl_re_search if the replacement should be used. */
1496#undef re_search
1497
1498/* Define to rpl_re_search_2 if the replacement should be used. */
1499#undef re_search_2
1500
1501/* Define to rpl_re_set_registers if the replacement should be used. */
1502#undef re_set_registers
1503
1504/* Define to rpl_re_set_syntax if the replacement should be used. */
1505#undef re_set_syntax
1506
1507/* Define to rpl_re_syntax_options if the replacement should be used. */
1508#undef re_syntax_options
1509
1510/* Define to rpl_regcomp if the replacement should be used. */
1511#undef regcomp
1512
1513/* Define to rpl_regerror if the replacement should be used. */
1514#undef regerror
1515
1516/* Define to rpl_regexec if the replacement should be used. */
1517#undef regexec
1518
1519/* Define to rpl_regfree if the replacement should be used. */
1520#undef regfree
1521
1522/* Define to the equivalent of the C99 'restrict' keyword, or to
1523 nothing if this is not supported. Do not define if restrict is
1524 supported directly. */
1525#undef restrict
1526/* Work around a bug in Sun C++: it does not support _Restrict or
1527 __restrict__, even though the corresponding Sun C compiler ends up with
1528 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1529 previous line. Perhaps some future version of Sun C++ will work with
1530 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
1531#if defined __SUNPRO_CC && !defined __RESTRICT
1532# define _Restrict
1533# define __restrict__
1534#endif
1535
1536/* Define to `unsigned int' if <sys/types.h> does not define. */
1537#undef size_t
1538
1539/* Define as a signed type of the same size as size_t. */
1540#undef ssize_t
1541
1542/* Define as a marker that can be attached to declarations that might not
1543 be used. This helps to reduce warnings, such as from
1544 GCC -Wunused-parameter. */
1545#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1546# define _GL_UNUSED __attribute__ ((__unused__))
1547#else
1548# define _GL_UNUSED
1549#endif
1550/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1551 is a misnomer outside of parameter lists. */
1552#define _UNUSED_PARAMETER_ _GL_UNUSED
1553
00f6db22
CW
1554/* gcc supports the "unused" attribute on possibly unused labels, and
1555 g++ has since version 4.5. Note to support C++ as well as C,
1556 _GL_UNUSED_LABEL should be used with a trailing ; */
1557#if !defined __cplusplus || __GNUC__ > 4 \
1558 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
1559# define _GL_UNUSED_LABEL _GL_UNUSED
1560#else
1561# define _GL_UNUSED_LABEL
1562#endif
1563
422889f9
CW
1564/* The __pure__ attribute was added in gcc 2.96. */
1565#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1566# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1567#else
1568# define _GL_ATTRIBUTE_PURE /* empty */
1569#endif
1570
1571/* The __const__ attribute was added in gcc 2.95. */
1572#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1573# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1574#else
1575# define _GL_ATTRIBUTE_CONST /* empty */
1576#endif
1577
00f6db22
CW
1578/* The __malloc__ attribute was added in gcc 3. */
1579#if 3 <= __GNUC__
1580# define _GL_ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
1581#else
1582# define _GL_ATTRIBUTE_MALLOC /* empty */
1583#endif
1584