New upstream version 1.9
[debian/gzip] / lib / config.hin
1 /* lib/config.hin.  Generated from configure.ac by autoheader.  */
2
3 /* CPU and C ABI indicator */
4 #ifndef __i386__
5 #undef __i386__
6 #endif
7 #ifndef __x86_64_x32__
8 #undef __x86_64_x32__
9 #endif
10 #ifndef __x86_64__
11 #undef __x86_64__
12 #endif
13 #ifndef __alpha__
14 #undef __alpha__
15 #endif
16 #ifndef __arm__
17 #undef __arm__
18 #endif
19 #ifndef __armhf__
20 #undef __armhf__
21 #endif
22 #ifndef __arm64_ilp32__
23 #undef __arm64_ilp32__
24 #endif
25 #ifndef __arm64__
26 #undef __arm64__
27 #endif
28 #ifndef __hppa__
29 #undef __hppa__
30 #endif
31 #ifndef __hppa64__
32 #undef __hppa64__
33 #endif
34 #ifndef __ia64_ilp32__
35 #undef __ia64_ilp32__
36 #endif
37 #ifndef __ia64__
38 #undef __ia64__
39 #endif
40 #ifndef __m68k__
41 #undef __m68k__
42 #endif
43 #ifndef __mips__
44 #undef __mips__
45 #endif
46 #ifndef __mipsn32__
47 #undef __mipsn32__
48 #endif
49 #ifndef __mips64__
50 #undef __mips64__
51 #endif
52 #ifndef __powerpc__
53 #undef __powerpc__
54 #endif
55 #ifndef __powerpc64__
56 #undef __powerpc64__
57 #endif
58 #ifndef __powerpc64_elfv2__
59 #undef __powerpc64_elfv2__
60 #endif
61 #ifndef __s390__
62 #undef __s390__
63 #endif
64 #ifndef __s390x__
65 #undef __s390x__
66 #endif
67 #ifndef __sh__
68 #undef __sh__
69 #endif
70 #ifndef __sparc__
71 #undef __sparc__
72 #endif
73 #ifndef __sparc64__
74 #undef __sparc64__
75 #endif
76
77
78 /* Define if building universal (internal helper macro) */
79 #undef AC_APPLE_UNIVERSAL_BUILD
80
81 /* Define if an assembler version of longest_match is available. */
82 #undef ASMV
83
84 /* Define to the number of bits in type 'ptrdiff_t'. */
85 #undef BITSIZEOF_PTRDIFF_T
86
87 /* Define to the number of bits in type 'sig_atomic_t'. */
88 #undef BITSIZEOF_SIG_ATOMIC_T
89
90 /* Define to the number of bits in type 'size_t'. */
91 #undef BITSIZEOF_SIZE_T
92
93 /* Define to the number of bits in type 'wchar_t'. */
94 #undef BITSIZEOF_WCHAR_T
95
96 /* Define to the number of bits in type 'wint_t'. */
97 #undef BITSIZEOF_WINT_T
98
99 /* Define if you wish *printf() functions that have a safe handling of
100    non-IEEE-754 'long double' values. */
101 #undef CHECK_PRINTF_SAFE
102
103 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
104    systems. This function is required for `alloca.c' support on those systems.
105    */
106 #undef CRAY_STACKSEG_END
107
108 /* Define to 1 if using `alloca.c'. */
109 #undef C_ALLOCA
110
111 /* Define as the bit index in the word where to find bit 0 of the exponent of
112    'double'. */
113 #undef DBL_EXPBIT0_BIT
114
115 /* Define as the word index where to find the exponent of 'double'. */
116 #undef DBL_EXPBIT0_WORD
117
118 /* Define as the bit index in the word where to find the sign of 'double'. */
119 #undef DBL_SIGNBIT_BIT
120
121 /* Define as the word index where to find the sign of 'double'. */
122 #undef DBL_SIGNBIT_WORD
123
124 /* the name of the file descriptor member of DIR */
125 #undef DIR_FD_MEMBER_NAME
126
127 #ifdef DIR_FD_MEMBER_NAME
128 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
129 #else
130 # define DIR_TO_FD(Dir_p) -1
131 #endif
132
133
134 /* Define to 1 if // is a file system root distinct from /. */
135 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
136
137 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
138 #undef FCNTL_DUPFD_BUGGY
139
140 /* Define as the bit index in the word where to find bit 0 of the exponent of
141    'float'. */
142 #undef FLT_EXPBIT0_BIT
143
144 /* Define as the word index where to find the exponent of 'float'. */
145 #undef FLT_EXPBIT0_WORD
146
147 /* Define as the bit index in the word where to find the sign of 'float'. */
148 #undef FLT_SIGNBIT_BIT
149
150 /* Define as the word index where to find the sign of 'float'. */
151 #undef FLT_SIGNBIT_WORD
152
153 /* Enable compile-time and run-time bounds-checking, and some warnings,
154       without upsetting glibc 2.15+. */
155    #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
156    # define _FORTIFY_SOURCE 2
157    #endif
158   
159
160 /* Define to 1 if the system's ftello function has the Solaris bug. */
161 #undef FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE
162
163 /* Define to 1 if fflush is known to work on stdin as per POSIX.1-2008, 0 if
164    fflush is known to not work, -1 if unknown. */
165 #undef FUNC_FFLUSH_STDIN
166
167 /* Define to 1 if futimesat mishandles a NULL file name. */
168 #undef FUTIMESAT_NULL_BUG
169
170 /* Define if gettimeofday clobbers the localtime buffer. */
171 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
172
173 /* Define this to 'void' or 'struct timezone' to match the system's
174    declaration of the second argument to gettimeofday. */
175 #undef GETTIMEOFDAY_TIMEZONE
176
177 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
178    whether the gnulib module calloc-gnu shall be considered present. */
179 #undef GNULIB_CALLOC_GNU
180
181 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
182    whether the gnulib module dirent-safer shall be considered present. */
183 #undef GNULIB_DIRENT_SAFER
184
185 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
186    whether the gnulib module fcntl-safer shall be considered present. */
187 #undef GNULIB_FCNTL_SAFER
188
189 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
190    whether the gnulib module fdopendir shall be considered present. */
191 #undef GNULIB_FDOPENDIR
192
193 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
194    whether the gnulib module fd-safer-flag shall be considered present. */
195 #undef GNULIB_FD_SAFER_FLAG
196
197 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
198    whether the gnulib module fflush shall be considered present. */
199 #undef GNULIB_FFLUSH
200
201 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
202    whether the gnulib module fscanf shall be considered present. */
203 #undef GNULIB_FSCANF
204
205 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
206    whether the gnulib module lock shall be considered present. */
207 #undef GNULIB_LOCK
208
209 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
210    whether the gnulib module malloc-gnu shall be considered present. */
211 #undef GNULIB_MALLOC_GNU
212
213 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
214    whether the gnulib module msvc-nothrow shall be considered present. */
215 #undef GNULIB_MSVC_NOTHROW
216
217 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
218    whether the gnulib module openat shall be considered present. */
219 #undef GNULIB_OPENAT
220
221 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
222    whether the gnulib module openat-safer shall be considered present. */
223 #undef GNULIB_OPENAT_SAFER
224
225 /* enable some gnulib portability checks */
226 #undef GNULIB_PORTCHECK
227
228 /* Define to 1 if printf and friends should be labeled with attribute
229    "__gnu_printf__" instead of "__printf__" */
230 #undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU
231
232 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
233    whether the gnulib module realloc-gnu shall be considered present. */
234 #undef GNULIB_REALLOC_GNU
235
236 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
237    whether the gnulib module scanf shall be considered present. */
238 #undef GNULIB_SCANF
239
240 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
241    whether the gnulib module statat shall be considered present. */
242 #undef GNULIB_STATAT
243
244 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
245    whether the gnulib module strerror shall be considered present. */
246 #undef GNULIB_STRERROR
247
248 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
249    whether the gnulib module strerror_r-posix shall be considered present. */
250 #undef GNULIB_STRERROR_R_POSIX
251
252 /* Define to 1 when the gnulib module calloc-posix should be tested. */
253 #undef GNULIB_TEST_CALLOC_POSIX
254
255 /* Define to 1 when the gnulib module chdir should be tested. */
256 #undef GNULIB_TEST_CHDIR
257
258 /* Define to 1 when the gnulib module cloexec should be tested. */
259 #undef GNULIB_TEST_CLOEXEC
260
261 /* Define to 1 when the gnulib module close should be tested. */
262 #undef GNULIB_TEST_CLOSE
263
264 /* Define to 1 when the gnulib module closedir should be tested. */
265 #undef GNULIB_TEST_CLOSEDIR
266
267 /* Define to 1 when the gnulib module dirfd should be tested. */
268 #undef GNULIB_TEST_DIRFD
269
270 /* Define to 1 when the gnulib module dup should be tested. */
271 #undef GNULIB_TEST_DUP
272
273 /* Define to 1 when the gnulib module dup2 should be tested. */
274 #undef GNULIB_TEST_DUP2
275
276 /* Define to 1 when the gnulib module fchdir should be tested. */
277 #undef GNULIB_TEST_FCHDIR
278
279 /* Define to 1 when the gnulib module fclose should be tested. */
280 #undef GNULIB_TEST_FCLOSE
281
282 /* Define to 1 when the gnulib module fcntl should be tested. */
283 #undef GNULIB_TEST_FCNTL
284
285 /* Define to 1 when the gnulib module fdatasync should be tested. */
286 #undef GNULIB_TEST_FDATASYNC
287
288 /* Define to 1 when the gnulib module fdopendir should be tested. */
289 #undef GNULIB_TEST_FDOPENDIR
290
291 /* Define to 1 when the gnulib module fflush should be tested. */
292 #undef GNULIB_TEST_FFLUSH
293
294 /* Define to 1 when the gnulib module fprintf-posix should be tested. */
295 #undef GNULIB_TEST_FPRINTF_POSIX
296
297 /* Define to 1 when the gnulib module fpurge should be tested. */
298 #undef GNULIB_TEST_FPURGE
299
300 /* Define to 1 when the gnulib module frexp should be tested. */
301 #undef GNULIB_TEST_FREXP
302
303 /* Define to 1 when the gnulib module frexpl should be tested. */
304 #undef GNULIB_TEST_FREXPL
305
306 /* Define to 1 when the gnulib module fseek should be tested. */
307 #undef GNULIB_TEST_FSEEK
308
309 /* Define to 1 when the gnulib module fseeko should be tested. */
310 #undef GNULIB_TEST_FSEEKO
311
312 /* Define to 1 when the gnulib module fstat should be tested. */
313 #undef GNULIB_TEST_FSTAT
314
315 /* Define to 1 when the gnulib module fstatat should be tested. */
316 #undef GNULIB_TEST_FSTATAT
317
318 /* Define to 1 when the gnulib module fsync should be tested. */
319 #undef GNULIB_TEST_FSYNC
320
321 /* Define to 1 when the gnulib module ftell should be tested. */
322 #undef GNULIB_TEST_FTELL
323
324 /* Define to 1 when the gnulib module ftello should be tested. */
325 #undef GNULIB_TEST_FTELLO
326
327 /* Define to 1 when the gnulib module getcwd should be tested. */
328 #undef GNULIB_TEST_GETCWD
329
330 /* Define to 1 when the gnulib module getdtablesize should be tested. */
331 #undef GNULIB_TEST_GETDTABLESIZE
332
333 /* Define to 1 when the gnulib module gettimeofday should be tested. */
334 #undef GNULIB_TEST_GETTIMEOFDAY
335
336 /* Define to 1 when the gnulib module lseek should be tested. */
337 #undef GNULIB_TEST_LSEEK
338
339 /* Define to 1 when the gnulib module lstat should be tested. */
340 #undef GNULIB_TEST_LSTAT
341
342 /* Define to 1 when the gnulib module malloc-posix should be tested. */
343 #undef GNULIB_TEST_MALLOC_POSIX
344
345 /* Define to 1 when the gnulib module memchr should be tested. */
346 #undef GNULIB_TEST_MEMCHR
347
348 /* Define to 1 when the gnulib module mempcpy should be tested. */
349 #undef GNULIB_TEST_MEMPCPY
350
351 /* Define to 1 when the gnulib module memrchr should be tested. */
352 #undef GNULIB_TEST_MEMRCHR
353
354 /* Define to 1 when the gnulib module open should be tested. */
355 #undef GNULIB_TEST_OPEN
356
357 /* Define to 1 when the gnulib module openat should be tested. */
358 #undef GNULIB_TEST_OPENAT
359
360 /* Define to 1 when the gnulib module opendir should be tested. */
361 #undef GNULIB_TEST_OPENDIR
362
363 /* Define to 1 when the gnulib module perror should be tested. */
364 #undef GNULIB_TEST_PERROR
365
366 /* Define to 1 when the gnulib module printf-posix should be tested. */
367 #undef GNULIB_TEST_PRINTF_POSIX
368
369 /* Define to 1 when the gnulib module readdir should be tested. */
370 #undef GNULIB_TEST_READDIR
371
372 /* Define to 1 when the gnulib module realloc-posix should be tested. */
373 #undef GNULIB_TEST_REALLOC_POSIX
374
375 /* Define to 1 when the gnulib module rmdir should be tested. */
376 #undef GNULIB_TEST_RMDIR
377
378 /* Define to 1 when the gnulib module signbit should be tested. */
379 #undef GNULIB_TEST_SIGNBIT
380
381 /* Define to 1 when the gnulib module stat should be tested. */
382 #undef GNULIB_TEST_STAT
383
384 /* Define to 1 when the gnulib module stpcpy should be tested. */
385 #undef GNULIB_TEST_STPCPY
386
387 /* Define to 1 when the gnulib module strdup should be tested. */
388 #undef GNULIB_TEST_STRDUP
389
390 /* Define to 1 when the gnulib module strerror should be tested. */
391 #undef GNULIB_TEST_STRERROR
392
393 /* Define to 1 when the gnulib module strerror_r should be tested. */
394 #undef GNULIB_TEST_STRERROR_R
395
396 /* Define to 1 when the gnulib module unlink should be tested. */
397 #undef GNULIB_TEST_UNLINK
398
399 /* Define to 1 when the gnulib module unlinkat should be tested. */
400 #undef GNULIB_TEST_UNLINKAT
401
402 /* Define to 1 when the gnulib module utime should be tested. */
403 #undef GNULIB_TEST_UTIME
404
405 /* Define to 1 when the gnulib module vfprintf-posix should be tested. */
406 #undef GNULIB_TEST_VFPRINTF_POSIX
407
408 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
409    may be supplied by this distribution. */
410 #undef HAVE_ALLOCA
411
412 /* Define to 1 if <alloca.h> works. */
413 #undef HAVE_ALLOCA_H
414
415 /* Define to 1 if you have the <bp-sym.h> header file. */
416 #undef HAVE_BP_SYM_H
417
418 /* Define to 1 if your system has a GNU libc compatible 'calloc' function, and
419    to 0 otherwise. */
420 #undef HAVE_CALLOC_GNU
421
422 /* Define if the 'calloc' function is POSIX compliant. */
423 #undef HAVE_CALLOC_POSIX
424
425 /* Define to 1 if you have the `catgets' function. */
426 #undef HAVE_CATGETS
427
428 /* Define to 1 if you have the `chown' function. */
429 #undef HAVE_CHOWN
430
431 /* Define to 1 if you have the `clock_gettime' function. */
432 #undef HAVE_CLOCK_GETTIME
433
434 /* Define to 1 if you have the `clock_settime' function. */
435 #undef HAVE_CLOCK_SETTIME
436
437 /* Define to 1 if you have the `closedir' function. */
438 #undef HAVE_CLOSEDIR
439
440 /* Define if the copysignf function is declared in <math.h> and available in
441    libc. */
442 #undef HAVE_COPYSIGNF_IN_LIBC
443
444 /* Define if the copysignl function is declared in <math.h> and available in
445    libc. */
446 #undef HAVE_COPYSIGNL_IN_LIBC
447
448 /* Define if the copysign function is declared in <math.h> and available in
449    libc. */
450 #undef HAVE_COPYSIGN_IN_LIBC
451
452 /* Define to 1 if you have the <crtdefs.h> header file. */
453 #undef HAVE_CRTDEFS_H
454
455 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
456    */
457 #undef HAVE_DECL_ALARM
458
459 /* Define to 1 if you have the declaration of `copysign', and to 0 if you
460    don't. */
461 #undef HAVE_DECL_COPYSIGN
462
463 /* Define to 1 if you have the declaration of `copysignf', and to 0 if you
464    don't. */
465 #undef HAVE_DECL_COPYSIGNF
466
467 /* Define to 1 if you have the declaration of `copysignl', and to 0 if you
468    don't. */
469 #undef HAVE_DECL_COPYSIGNL
470
471 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
472    */
473 #undef HAVE_DECL_DIRFD
474
475 /* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
476    */
477 #undef HAVE_DECL_FCHDIR
478
479 /* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
480    don't. */
481 #undef HAVE_DECL_FDATASYNC
482
483 /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
484    don't. */
485 #undef HAVE_DECL_FDOPENDIR
486
487 /* Define to 1 if you have the declaration of `fpurge', and to 0 if you don't.
488    */
489 #undef HAVE_DECL_FPURGE
490
491 /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
492    */
493 #undef HAVE_DECL_FSEEKO
494
495 /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
496    */
497 #undef HAVE_DECL_FTELLO
498
499 /* Define to 1 if you have the declaration of `getdtablesize', and to 0 if you
500    don't. */
501 #undef HAVE_DECL_GETDTABLESIZE
502
503 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
504    don't. */
505 #undef HAVE_DECL_MEMRCHR
506
507 /* Define to 1 if you have the declaration of `program_invocation_name', and
508    to 0 if you don't. */
509 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
510
511 /* Define to 1 if you have the declaration of `program_invocation_short_name',
512    and to 0 if you don't. */
513 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
514
515 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
516    */
517 #undef HAVE_DECL_STRDUP
518
519 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
520    don't. */
521 #undef HAVE_DECL_STRERROR_R
522
523 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
524    don't. */
525 #undef HAVE_DECL__SNPRINTF
526
527 /* Define to 1 if you have the declaration of `__argv', and to 0 if you don't.
528    */
529 #undef HAVE_DECL___ARGV
530
531 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
532    */
533 #undef HAVE_DIRENT_H
534
535 /* Define to 1 if you have the `dirfd' function. */
536 #undef HAVE_DIRFD
537
538 /* Define to 1 if you have the 'dup2' function. */
539 #undef HAVE_DUP2
540
541 /* Define to 1 if you have the `fchdir' function. */
542 #undef HAVE_FCHDIR
543
544 /* Define to 1 if you have the `fchmod' function. */
545 #undef HAVE_FCHMOD
546
547 /* Define to 1 if you have the `fchown' function. */
548 #undef HAVE_FCHOWN
549
550 /* Define to 1 if you have the `fcntl' function. */
551 #undef HAVE_FCNTL
552
553 /* Define to 1 if you have the <fcntl.h> header file. */
554 #undef HAVE_FCNTL_H
555
556 /* Define to 1 if you have the `fdatasync' function. */
557 #undef HAVE_FDATASYNC
558
559 /* Define to 1 if you have the `fdopendir' function. */
560 #undef HAVE_FDOPENDIR
561
562 /* Define to 1 if you have the <features.h> header file. */
563 #undef HAVE_FEATURES_H
564
565 /* Define to 1 if you have the `fpurge' function. */
566 #undef HAVE_FPURGE
567
568 /* Define if the frexpl function is available in libc. */
569 #undef HAVE_FREXPL_IN_LIBC
570
571 /* Define if the frexp function is available in libc. */
572 #undef HAVE_FREXP_IN_LIBC
573
574 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
575 #undef HAVE_FSEEKO
576
577 /* Define to 1 if you have the `fstatat' function. */
578 #undef HAVE_FSTATAT
579
580 /* Define to 1 if you have the `fsync' function. */
581 #undef HAVE_FSYNC
582
583 /* Define to 1 if you have the `futimens' function. */
584 #undef HAVE_FUTIMENS
585
586 /* Define to 1 if you have the `futimes' function. */
587 #undef HAVE_FUTIMES
588
589 /* Define to 1 if you have the `futimesat' function. */
590 #undef HAVE_FUTIMESAT
591
592 /* Define to 1 if you have the `getdtablesize' function. */
593 #undef HAVE_GETDTABLESIZE
594
595 /* Define to 1 if you have the `getexecname' function. */
596 #undef HAVE_GETEXECNAME
597
598 /* Define to 1 if you have the <getopt.h> header file. */
599 #undef HAVE_GETOPT_H
600
601 /* Define to 1 if you have the `getopt_long_only' function. */
602 #undef HAVE_GETOPT_LONG_ONLY
603
604 /* Define to 1 if you have the `getprogname' function. */
605 #undef HAVE_GETPROGNAME
606
607 /* Define to 1 if you have the `gettimeofday' function. */
608 #undef HAVE_GETTIMEOFDAY
609
610 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
611 #undef HAVE_INTMAX_T
612
613 /* Define to 1 if you have the <inttypes.h> header file. */
614 #undef HAVE_INTTYPES_H
615
616 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
617    declares uintmax_t. */
618 #undef HAVE_INTTYPES_H_WITH_UINTMAX
619
620 /* Define if the isnan(double) function is available in libc. */
621 #undef HAVE_ISNAND_IN_LIBC
622
623 /* Define if the isnan(float) function is available in libc. */
624 #undef HAVE_ISNANF_IN_LIBC
625
626 /* Define if the isnan(long double) function is available in libc. */
627 #undef HAVE_ISNANL_IN_LIBC
628
629 /* Define if the ldexpl function is available in libc. */
630 #undef HAVE_LDEXPL_IN_LIBC
631
632 /* Define if the ldexp function is available in libc. */
633 #undef HAVE_LDEXP_IN_LIBC
634
635 /* Define to 1 if you have the <limits.h> header file. */
636 #undef HAVE_LIMITS_H
637
638 /* Define to 1 if the system has the type 'long long int'. */
639 #undef HAVE_LONG_LONG_INT
640
641 /* Define to 1 if you have the `lstat' function. */
642 #undef HAVE_LSTAT
643
644 /* Define to 1 if you have the `lutimes' function. */
645 #undef HAVE_LUTIMES
646
647 /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
648    to 0 otherwise. */
649 #undef HAVE_MALLOC_GNU
650
651 /* Define if the 'malloc' function is POSIX compliant. */
652 #undef HAVE_MALLOC_POSIX
653
654 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
655    config.h and <sys/mman.h>. */
656 #undef HAVE_MAP_ANONYMOUS
657
658 /* Define to 1 if you have the <math.h> header file. */
659 #undef HAVE_MATH_H
660
661 /* Define to 1 if you have the `mbrtowc' function. */
662 #undef HAVE_MBRTOWC
663
664 /* Define to 1 if you have the <memory.h> header file. */
665 #undef HAVE_MEMORY_H
666
667 /* Define to 1 if you have the `mempcpy' function. */
668 #undef HAVE_MEMPCPY
669
670 /* Define to 1 if you have the `memrchr' function. */
671 #undef HAVE_MEMRCHR
672
673 /* Define to 1 if you have the `mprotect' function. */
674 #undef HAVE_MPROTECT
675
676 /* Define to 1 on MSVC platforms that have the "invalid parameter handler"
677    concept. */
678 #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
679
680 /* Define to 1 if you have the `nanotime' function. */
681 #undef HAVE_NANOTIME
682
683 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
684 #undef HAVE_NDIR_H
685
686 /* Define to 1 if you have the `nl_langinfo' function. */
687 #undef HAVE_NL_LANGINFO
688
689 /* Define to 1 if you have the `openat' function. */
690 #undef HAVE_OPENAT
691
692 /* Define to 1 if you have the `opendir' function. */
693 #undef HAVE_OPENDIR
694
695 /* Define to 1 if you have the `pipe' function. */
696 #undef HAVE_PIPE
697
698 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
699 #undef HAVE_PTHREAD_MUTEX_RECURSIVE
700
701 /* Define if the POSIX multithreading library has read/write locks. */
702 #undef HAVE_PTHREAD_RWLOCK
703
704 /* Define if the 'pthread_rwlock_rdlock' function prefers a writer to a
705    reader. */
706 #undef HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER
707
708 /* Define to 1 if you have the `readdir' function. */
709 #undef HAVE_READDIR
710
711 /* Define to 1 if your system has a GNU libc compatible 'realloc' function,
712    and to 0 otherwise. */
713 #undef HAVE_REALLOC_GNU
714
715 /* Define if the 'realloc' function is POSIX compliant. */
716 #undef HAVE_REALLOC_POSIX
717
718 /* Define to 1 if 'long double' and 'double' have the same representation. */
719 #undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
720
721 /* Define to 1 if you have the `setdtablesize' function. */
722 #undef HAVE_SETDTABLESIZE
723
724 /* Define to 1 if you have the `siginterrupt' function. */
725 #undef HAVE_SIGINTERRUPT
726
727 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
728 #undef HAVE_SIGNED_SIG_ATOMIC_T
729
730 /* Define to 1 if 'wchar_t' is a signed integer type. */
731 #undef HAVE_SIGNED_WCHAR_T
732
733 /* Define to 1 if 'wint_t' is a signed integer type. */
734 #undef HAVE_SIGNED_WINT_T
735
736 /* Define to 1 if you have the `snprintf' function. */
737 #undef HAVE_SNPRINTF
738
739 /* Define if the return value of the snprintf function is the number of of
740    bytes (excluding the terminating NUL) that would have been produced if the
741    buffer had been large enough. */
742 #undef HAVE_SNPRINTF_RETVAL_C99
743
744 /* Define to 1 if you have the <stdint.h> header file. */
745 #undef HAVE_STDINT_H
746
747 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
748    uintmax_t. */
749 #undef HAVE_STDINT_H_WITH_UINTMAX
750
751 /* Define to 1 if you have the <stdlib.h> header file. */
752 #undef HAVE_STDLIB_H
753
754 /* Define to 1 if you have the `stpcpy' function. */
755 #undef HAVE_STPCPY
756
757 /* Define to 1 if you have the `strdup' function. */
758 #undef HAVE_STRDUP
759
760 /* Define to 1 if you have the `strerror_r' function. */
761 #undef HAVE_STRERROR_R
762
763 /* Define to 1 if you have the <strings.h> header file. */
764 #undef HAVE_STRINGS_H
765
766 /* Always define to 1, for backward compatibility. You can assume <string.h>
767    exists. */
768 #undef HAVE_STRING_H
769
770 /* Define to 1 if you have the `strnlen' function. */
771 #undef HAVE_STRNLEN
772
773 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
774 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
775
776 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
777 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
778
779 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
780 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
781
782 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
783 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
784
785 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
786 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
787
788 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
789 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
790
791 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
792 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
793
794 /* Define to 1 if you have the `symlink' function. */
795 #undef HAVE_SYMLINK
796
797 /* Define to 1 if you have the <sys/bitypes.h> header file. */
798 #undef HAVE_SYS_BITYPES_H
799
800 /* Define to 1 if you have the <sys/cdefs.h> header file. */
801 #undef HAVE_SYS_CDEFS_H
802
803 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
804    */
805 #undef HAVE_SYS_DIR_H
806
807 /* Define to 1 if you have the <sys/inttypes.h> header file. */
808 #undef HAVE_SYS_INTTYPES_H
809
810 /* Define to 1 if you have the <sys/mman.h> header file. */
811 #undef HAVE_SYS_MMAN_H
812
813 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
814    */
815 #undef HAVE_SYS_NDIR_H
816
817 /* Define to 1 if you have the <sys/param.h> header file. */
818 #undef HAVE_SYS_PARAM_H
819
820 /* Define to 1 if you have the <sys/socket.h> header file. */
821 #undef HAVE_SYS_SOCKET_H
822
823 /* Define to 1 if you have the <sys/stat.h> header file. */
824 #undef HAVE_SYS_STAT_H
825
826 /* Define to 1 if you have the <sys/time.h> header file. */
827 #undef HAVE_SYS_TIME_H
828
829 /* Define to 1 if you have the <sys/types.h> header file. */
830 #undef HAVE_SYS_TYPES_H
831
832 /* Define to 1 if you have the <time.h> header file. */
833 #undef HAVE_TIME_H
834
835 /* Define to 1 if you have the <unistd.h> header file. */
836 #undef HAVE_UNISTD_H
837
838 /* Define to 1 if you have the `unlinkat' function. */
839 #undef HAVE_UNLINKAT
840
841 /* Define to 1 if the system has the type 'unsigned long long int'. */
842 #undef HAVE_UNSIGNED_LONG_LONG_INT
843
844 /* Define to 1 if you have the `utime' function. */
845 #undef HAVE_UTIME
846
847 /* Define to 1 if you have the `utimensat' function. */
848 #undef HAVE_UTIMENSAT
849
850 /* Define to 1 if you have the <utime.h> header file. */
851 #undef HAVE_UTIME_H
852
853 /* Define if you have a global __progname variable */
854 #undef HAVE_VAR___PROGNAME
855
856 /* Define to 1 if you have the `vasnprintf' function. */
857 #undef HAVE_VASNPRINTF
858
859 /* Define to 1 if you have the <wchar.h> header file. */
860 #undef HAVE_WCHAR_H
861
862 /* Define if you have the 'wchar_t' type. */
863 #undef HAVE_WCHAR_T
864
865 /* Define to 1 if you have the `wcrtomb' function. */
866 #undef HAVE_WCRTOMB
867
868 /* Define to 1 if you have the `wcslen' function. */
869 #undef HAVE_WCSLEN
870
871 /* Define to 1 if you have the `wcsnlen' function. */
872 #undef HAVE_WCSNLEN
873
874 /* Define to 1 if you have the <winsock2.h> header file. */
875 #undef HAVE_WINSOCK2_H
876
877 /* Define if you have the 'wint_t' type. */
878 #undef HAVE_WINT_T
879
880 /* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
881    7.1. */
882 #undef HAVE_WORKING_FSTATAT_ZERO_FLAG
883
884 /* Define to 1 if O_NOATIME works. */
885 #undef HAVE_WORKING_O_NOATIME
886
887 /* Define to 1 if O_NOFOLLOW works. */
888 #undef HAVE_WORKING_O_NOFOLLOW
889
890 /* Define if utimes works properly. */
891 #undef HAVE_WORKING_UTIMES
892
893 /* Define to 1 if the system has the type `_Bool'. */
894 #undef HAVE__BOOL
895
896 /* Define to 1 if you have the `_fseeki64' function. */
897 #undef HAVE__FSEEKI64
898
899 /* Define to 1 if you have the `_ftelli64' function. */
900 #undef HAVE__FTELLI64
901
902 /* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
903 #undef HAVE__SET_INVALID_PARAMETER_HANDLER
904
905 /* Define to 1 if you have the `__fpurge' function. */
906 #undef HAVE___FPURGE
907
908 /* Define to 1 if you have the `__freading' function. */
909 #undef HAVE___FREADING
910
911 /* Define to 1 if you have the `__fseterr' function. */
912 #undef HAVE___FSETERR
913
914 /* Define to 1 if you have the `__xpg_strerror_r' function. */
915 #undef HAVE___XPG_STRERROR_R
916
917 /* Define as the bit index in the word where to find bit 0 of the exponent of
918    'long double'. */
919 #undef LDBL_EXPBIT0_BIT
920
921 /* Define as the word index where to find the exponent of 'long double'. */
922 #undef LDBL_EXPBIT0_WORD
923
924 /* Define as the bit index in the word where to find the sign of 'long
925    double'. */
926 #undef LDBL_SIGNBIT_BIT
927
928 /* Define as the word index where to find the sign of 'long double'. */
929 #undef LDBL_SIGNBIT_WORD
930
931 /* Define to 1 if lseek does not detect pipes. */
932 #undef LSEEK_PIPE_BROKEN
933
934 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
935    slash. */
936 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
937
938 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
939 #undef MALLOC_0_IS_NONNULL
940
941 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
942 #undef MAP_ANONYMOUS
943
944 /* Use GNU style printf and scanf.  */
945 #ifndef __USE_MINGW_ANSI_STDIO
946 # undef __USE_MINGW_ANSI_STDIO
947 #endif
948
949
950 /* Define if the vasnprintf implementation needs special code for the 'a' and
951    'A' directives. */
952 #undef NEED_PRINTF_DIRECTIVE_A
953
954 /* Define if the vasnprintf implementation needs special code for the 'F'
955    directive. */
956 #undef NEED_PRINTF_DIRECTIVE_F
957
958 /* Define if the vasnprintf implementation needs special code for the 'ls'
959    directive. */
960 #undef NEED_PRINTF_DIRECTIVE_LS
961
962 /* Define if the vasnprintf implementation needs special code for 'double'
963    arguments. */
964 #undef NEED_PRINTF_DOUBLE
965
966 /* Define if the vasnprintf implementation needs special code for surviving
967    out-of-memory conditions. */
968 #undef NEED_PRINTF_ENOMEM
969
970 /* Define if the vasnprintf implementation needs special code for the ' flag.
971    */
972 #undef NEED_PRINTF_FLAG_GROUPING
973
974 /* Define if the vasnprintf implementation needs special code for the '-'
975    flag. */
976 #undef NEED_PRINTF_FLAG_LEFTADJUST
977
978 /* Define if the vasnprintf implementation needs special code for the 0 flag.
979    */
980 #undef NEED_PRINTF_FLAG_ZERO
981
982 /* Define if the vasnprintf implementation needs special code for infinite
983    'double' arguments. */
984 #undef NEED_PRINTF_INFINITE_DOUBLE
985
986 /* Define if the vasnprintf implementation needs special code for infinite
987    'long double' arguments. */
988 #undef NEED_PRINTF_INFINITE_LONG_DOUBLE
989
990 /* Define if the vasnprintf implementation needs special code for 'long
991    double' arguments. */
992 #undef NEED_PRINTF_LONG_DOUBLE
993
994 /* Define if the vasnprintf implementation needs special code for supporting
995    large precisions without arbitrary bounds. */
996 #undef NEED_PRINTF_UNBOUNDED_PRECISION
997
998 /* Define to 1 if open() fails to recognize a trailing slash. */
999 #undef OPEN_TRAILING_SLASH_BUG
1000
1001 /* Name of package */
1002 #undef PACKAGE
1003
1004 /* Define to the address where bug reports for this package should be sent. */
1005 #undef PACKAGE_BUGREPORT
1006
1007 /* Define to the full name of this package. */
1008 #undef PACKAGE_NAME
1009
1010 /* Define to the full name and version of this package. */
1011 #undef PACKAGE_STRING
1012
1013 /* Define to the one symbol short name of this package. */
1014 #undef PACKAGE_TARNAME
1015
1016 /* Define to the home page for this package. */
1017 #undef PACKAGE_URL
1018
1019 /* Define to the version of this package. */
1020 #undef PACKAGE_VERSION
1021
1022 /* Define to the type that is the result of default argument promotions of
1023    type mode_t. */
1024 #undef PROMOTED_MODE_T
1025
1026 /* Define if the pthread_in_use() detection is hard. */
1027 #undef PTHREAD_IN_USE_DETECTION_HARD
1028
1029 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1030    'ptrdiff_t'. */
1031 #undef PTRDIFF_T_SUFFIX
1032
1033 /* Define to 1 if gnulib's dirfd() replacement is used. */
1034 #undef REPLACE_DIRFD
1035
1036 /* Define to 1 if gnulib's fchdir() replacement is used. */
1037 #undef REPLACE_FCHDIR
1038
1039 /* Define if fprintf is overridden by a POSIX compliant gnulib implementation.
1040    */
1041 #undef REPLACE_FPRINTF_POSIX
1042
1043 /* Define to 1 if stat needs help when passed a file name with a trailing
1044    slash */
1045 #undef REPLACE_FUNC_STAT_FILE
1046
1047 /* Define to 1 if open() should work around the inability to open a directory.
1048    */
1049 #undef REPLACE_OPEN_DIRECTORY
1050
1051 /* Define if printf is overridden by a POSIX compliant gnulib implementation.
1052    */
1053 #undef REPLACE_PRINTF_POSIX
1054
1055 /* Define to 1 if strerror(0) does not return a message implying success. */
1056 #undef REPLACE_STRERROR_0
1057
1058 /* Define if vasnprintf exists but is overridden by gnulib. */
1059 #undef REPLACE_VASNPRINTF
1060
1061 /* Define if vfprintf is overridden by a POSIX compliant gnulib
1062    implementation. */
1063 #undef REPLACE_VFPRINTF_POSIX
1064
1065 /* Define as the return type of signal handlers (`int' or `void'). */
1066 #undef RETSIGTYPE
1067
1068 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1069    'sig_atomic_t'. */
1070 #undef SIG_ATOMIC_T_SUFFIX
1071
1072 /* Define as the maximum value of type 'size_t', if the system doesn't define
1073    it. */
1074 #ifndef SIZE_MAX
1075 # undef SIZE_MAX
1076 #endif
1077
1078 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1079    'size_t'. */
1080 #undef SIZE_T_SUFFIX
1081
1082 /* If using the C implementation of alloca, define if you know the
1083    direction of stack growth for your system; otherwise it will be
1084    automatically deduced at runtime.
1085         STACK_DIRECTION > 0 => grows toward higher addresses
1086         STACK_DIRECTION < 0 => grows toward lower addresses
1087         STACK_DIRECTION = 0 => direction of growth unknown */
1088 #undef STACK_DIRECTION
1089
1090 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1091 #undef STAT_MACROS_BROKEN
1092
1093 /* Always define to 1, for backward compatibility. You can assume the C90
1094    standard headers exist. */
1095 #undef STDC_HEADERS
1096
1097 /* Define to 1 if strerror_r returns char *. */
1098 #undef STRERROR_R_CHAR_P
1099
1100 /* Define to 1 if the type of the st_atim member of a struct stat is struct
1101    timespec. */
1102 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1103
1104 /* Define to 1 if unlink() on a parent directory may succeed */
1105 #undef UNLINK_PARENT_BUG
1106
1107 /* Define to the prefix of C symbols at the assembler and linker level, either
1108    an underscore or empty. */
1109 #undef USER_LABEL_PREFIX
1110
1111 /* Define if the POSIX multithreading library can be used. */
1112 #undef USE_POSIX_THREADS
1113
1114 /* Define if references to the POSIX multithreading library should be made
1115    weak. */
1116 #undef USE_POSIX_THREADS_WEAK
1117
1118 /* Define if the GNU Pth multithreading library can be used. */
1119 #undef USE_PTH_THREADS
1120
1121 /* Define if references to the GNU Pth multithreading library should be made
1122    weak. */
1123 #undef USE_PTH_THREADS_WEAK
1124
1125 /* Define if the old Solaris multithreading library can be used. */
1126 #undef USE_SOLARIS_THREADS
1127
1128 /* Define if references to the old Solaris multithreading library should be
1129    made weak. */
1130 #undef USE_SOLARIS_THREADS_WEAK
1131
1132 /* Enable extensions on AIX 3, Interix.  */
1133 #ifndef _ALL_SOURCE
1134 # undef _ALL_SOURCE
1135 #endif
1136 /* Enable general extensions on macOS.  */
1137 #ifndef _DARWIN_C_SOURCE
1138 # undef _DARWIN_C_SOURCE
1139 #endif
1140 /* Enable GNU extensions on systems that have them.  */
1141 #ifndef _GNU_SOURCE
1142 # undef _GNU_SOURCE
1143 #endif
1144 /* Enable NetBSD extensions on NetBSD.  */
1145 #ifndef _NETBSD_SOURCE
1146 # undef _NETBSD_SOURCE
1147 #endif
1148 /* Enable OpenBSD extensions on NetBSD.  */
1149 #ifndef _OPENBSD_SOURCE
1150 # undef _OPENBSD_SOURCE
1151 #endif
1152 /* Enable threading extensions on Solaris.  */
1153 #ifndef _POSIX_PTHREAD_SEMANTICS
1154 # undef _POSIX_PTHREAD_SEMANTICS
1155 #endif
1156 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
1157 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1158 # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1159 #endif
1160 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
1161 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
1162 # undef __STDC_WANT_IEC_60559_BFP_EXT__
1163 #endif
1164 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
1165 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
1166 # undef __STDC_WANT_IEC_60559_DFP_EXT__
1167 #endif
1168 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
1169 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
1170 # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
1171 #endif
1172 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
1173 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
1174 # undef __STDC_WANT_IEC_60559_TYPES_EXT__
1175 #endif
1176 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
1177 #ifndef __STDC_WANT_LIB_EXT2__
1178 # undef __STDC_WANT_LIB_EXT2__
1179 #endif
1180 /* Enable extensions specified by ISO/IEC 24747:2009.  */
1181 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
1182 # undef __STDC_WANT_MATH_SPEC_FUNCS__
1183 #endif
1184 /* Enable extensions on HP NonStop.  */
1185 #ifndef _TANDEM_SOURCE
1186 # undef _TANDEM_SOURCE
1187 #endif
1188 /* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
1189    mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
1190    whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
1191 #ifndef _XOPEN_SOURCE
1192 # undef _XOPEN_SOURCE
1193 #endif
1194 /* Enable general extensions on Solaris.  */
1195 #ifndef __EXTENSIONS__
1196 # undef __EXTENSIONS__
1197 #endif
1198
1199
1200 /* Define if the native Windows multithreading API can be used. */
1201 #undef USE_WINDOWS_THREADS
1202
1203 /* Version number of package */
1204 #undef VERSION
1205
1206 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1207    'wchar_t'. */
1208 #undef WCHAR_T_SUFFIX
1209
1210 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1211    'wint_t'. */
1212 #undef WINT_T_SUFFIX
1213
1214 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1215    significant byte first (like Motorola and SPARC, unlike Intel). */
1216 #if defined AC_APPLE_UNIVERSAL_BUILD
1217 # if defined __BIG_ENDIAN__
1218 #  define WORDS_BIGENDIAN 1
1219 # endif
1220 #else
1221 # ifndef WORDS_BIGENDIAN
1222 #  undef WORDS_BIGENDIAN
1223 # endif
1224 #endif
1225
1226 /* Enable large inode numbers on Mac OS X 10.5. */
1227 #undef _DARWIN_USE_64_BIT_INODE
1228
1229 /* Number of bits in a file offset, on hosts where this is settable. */
1230 #undef _FILE_OFFSET_BITS
1231
1232 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1233 #undef _LARGEFILE_SOURCE
1234
1235 /* Define for large files, on AIX-style hosts. */
1236 #undef _LARGE_FILES
1237
1238 /* Define to 1 if on MINIX. */
1239 #undef _MINIX
1240
1241 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
1242 #undef _NETBSD_SOURCE
1243
1244 /* The _Noreturn keyword of C11.  */
1245 #if ! (defined _Noreturn \
1246        || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
1247 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1248       || 0x5110 <= __SUNPRO_C)
1249 #  define _Noreturn __attribute__ ((__noreturn__))
1250 # elif defined _MSC_VER && 1200 <= _MSC_VER
1251 #  define _Noreturn __declspec (noreturn)
1252 # else
1253 #  define _Noreturn
1254 # endif
1255 #endif
1256
1257
1258 /* Define to 2 if the system does not provide POSIX.1 features except with
1259    this defined. */
1260 #undef _POSIX_1_SOURCE
1261
1262 /* Define to 1 if you need to in order for 'stat' and other things to work. */
1263 #undef _POSIX_SOURCE
1264
1265 /* For standard stat data types on VMS. */
1266 #undef _USE_STD_STAT
1267
1268 /* Define to rpl_ if the getopt replacement functions and variables should be
1269    used. */
1270 #undef __GETOPT_PREFIX
1271
1272 /* For 64-bit time_t on 32-bit mingw. */
1273 #undef __MINGW_USE_VC2005_COMPAT
1274
1275 /* Define to 1 if the system <stdint.h> predates C++11. */
1276 #undef __STDC_CONSTANT_MACROS
1277
1278 /* Define to 1 if the system <stdint.h> predates C++11. */
1279 #undef __STDC_LIMIT_MACROS
1280
1281 /* Define to empty if `const' does not conform to ANSI C. */
1282 #undef const
1283
1284 /* Please see the Gnulib manual for how to use these macros.
1285
1286    Suppress extern inline with HP-UX cc, as it appears to be broken; see
1287    <https://lists.gnu.org/r/bug-texinfo/2013-02/msg00030.html>.
1288
1289    Suppress extern inline with Sun C in standards-conformance mode, as it
1290    mishandles inline functions that call each other.  E.g., for 'inline void f
1291    (void) { } inline void g (void) { f (); }', c99 incorrectly complains
1292    'reference to static identifier "f" in extern inline function'.
1293    This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
1294
1295    Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
1296    on configurations that mistakenly use 'static inline' to implement
1297    functions or macros in standard C headers like <ctype.h>.  For example,
1298    if isdigit is mistakenly implemented via a static inline function,
1299    a program containing an extern inline function that calls isdigit
1300    may not work since the C standard prohibits extern inline functions
1301    from calling static functions.  This bug is known to occur on:
1302
1303      OS X 10.8 and earlier; see:
1304      https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html
1305
1306      DragonFly; see
1307      http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
1308
1309      FreeBSD; see:
1310      https://lists.gnu.org/r/bug-gnulib/2014-07/msg00104.html
1311
1312    OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
1313    for clang but remains for g++; see <https://trac.macports.org/ticket/41033>.
1314    Assume DragonFly and FreeBSD will be similar.  */
1315 #if (((defined __APPLE__ && defined __MACH__) \
1316       || defined __DragonFly__ || defined __FreeBSD__) \
1317      && (defined __header_inline \
1318          ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
1319             && ! defined __clang__) \
1320          : ((! defined _DONT_USE_CTYPE_INLINE_ \
1321              && (defined __GNUC__ || defined __cplusplus)) \
1322             || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
1323                 && defined __GNUC__ && ! defined __cplusplus))))
1324 # define _GL_EXTERN_INLINE_STDHEADER_BUG
1325 #endif
1326 #if ((__GNUC__ \
1327       ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
1328       : (199901L <= __STDC_VERSION__ \
1329          && !defined __HP_cc \
1330          && !defined __PGI \
1331          && !(defined __SUNPRO_C && __STDC__))) \
1332      && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
1333 # define _GL_INLINE inline
1334 # define _GL_EXTERN_INLINE extern inline
1335 # define _GL_EXTERN_INLINE_IN_USE
1336 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
1337        && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
1338 # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
1339    /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
1340 #  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
1341 # else
1342 #  define _GL_INLINE extern inline
1343 # endif
1344 # define _GL_EXTERN_INLINE extern
1345 # define _GL_EXTERN_INLINE_IN_USE
1346 #else
1347 # define _GL_INLINE static _GL_UNUSED
1348 # define _GL_EXTERN_INLINE static _GL_UNUSED
1349 #endif
1350
1351 /* In GCC 4.6 (inclusive) to 5.1 (exclusive),
1352    suppress bogus "no previous prototype for 'FOO'"
1353    and "no previous declaration for 'FOO'" diagnostics,
1354    when FOO is an inline function in the header; see
1355    <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
1356    <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
1357 #if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
1358 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
1359 #  define _GL_INLINE_HEADER_CONST_PRAGMA
1360 # else
1361 #  define _GL_INLINE_HEADER_CONST_PRAGMA \
1362      _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
1363 # endif
1364 # define _GL_INLINE_HEADER_BEGIN \
1365     _Pragma ("GCC diagnostic push") \
1366     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
1367     _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
1368     _GL_INLINE_HEADER_CONST_PRAGMA
1369 # define _GL_INLINE_HEADER_END \
1370     _Pragma ("GCC diagnostic pop")
1371 #else
1372 # define _GL_INLINE_HEADER_BEGIN
1373 # define _GL_INLINE_HEADER_END
1374 #endif
1375
1376 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1377 #undef intmax_t
1378
1379 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1380    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1381    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1382    __APPLE__ && __MACH__ test for Mac OS X.
1383    __APPLE_CC__ tests for the Apple compiler and its version.
1384    __STDC_VERSION__ tests for the C99 mode.  */
1385 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1386 # define __GNUC_STDC_INLINE__ 1
1387 #endif
1388
1389 /* Define to 1 if the compiler is checking for lint. */
1390 #undef lint
1391
1392 /* Define to `int' if <sys/types.h> does not define. */
1393 #undef mode_t
1394
1395 /* Define to the type of st_nlink in struct stat, or a supertype. */
1396 #undef nlink_t
1397
1398 /* Define to `long int' if <sys/types.h> does not define. */
1399 #undef off_t
1400
1401 /* Define to `int' if <sys/types.h> does not define. */
1402 #undef pid_t
1403
1404 /* Define as the type of the result of subtracting two pointers, if the system
1405    doesn't define it. */
1406 #undef ptrdiff_t
1407
1408 /* Define to the equivalent of the C99 'restrict' keyword, or to
1409    nothing if this is not supported.  Do not define if restrict is
1410    supported directly.  */
1411 #undef restrict
1412 /* Work around a bug in Sun C++: it does not support _Restrict or
1413    __restrict__, even though the corresponding Sun C compiler ends up with
1414    "#define restrict _Restrict" or "#define restrict __restrict__" in the
1415    previous line.  Perhaps some future version of Sun C++ will work with
1416    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1417 #if defined __SUNPRO_CC && !defined __RESTRICT
1418 # define _Restrict
1419 # define __restrict__
1420 #endif
1421
1422 /* Define to `unsigned int' if <sys/types.h> does not define. */
1423 #undef size_t
1424
1425 /* Define as a signed type of the same size as size_t. */
1426 #undef ssize_t
1427
1428 /* Define as a marker that can be attached to declarations that might not
1429     be used.  This helps to reduce warnings, such as from
1430     GCC -Wunused-parameter.  */
1431 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1432 # define _GL_UNUSED __attribute__ ((__unused__))
1433 #else
1434 # define _GL_UNUSED
1435 #endif
1436 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1437    is a misnomer outside of parameter lists.  */
1438 #define _UNUSED_PARAMETER_ _GL_UNUSED
1439
1440 /* gcc supports the "unused" attribute on possibly unused labels, and
1441    g++ has since version 4.5.  Note to support C++ as well as C,
1442    _GL_UNUSED_LABEL should be used with a trailing ;  */
1443 #if !defined __cplusplus || __GNUC__ > 4 \
1444     || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
1445 # define _GL_UNUSED_LABEL _GL_UNUSED
1446 #else
1447 # define _GL_UNUSED_LABEL
1448 #endif
1449
1450 /* The __pure__ attribute was added in gcc 2.96.  */
1451 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1452 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1453 #else
1454 # define _GL_ATTRIBUTE_PURE /* empty */
1455 #endif
1456
1457 /* The __const__ attribute was added in gcc 2.95.  */
1458 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1459 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1460 #else
1461 # define _GL_ATTRIBUTE_CONST /* empty */
1462 #endif
1463