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