Imported Upstream version 1.5
[debian/gzip] / lib / config.hin
1 /* lib/config.hin.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Define if an assembler version of longest_match is available. */
7 #undef ASMV
8
9 /* Define to the number of bits in type 'ptrdiff_t'. */
10 #undef BITSIZEOF_PTRDIFF_T
11
12 /* Define to the number of bits in type 'sig_atomic_t'. */
13 #undef BITSIZEOF_SIG_ATOMIC_T
14
15 /* Define to the number of bits in type 'size_t'. */
16 #undef BITSIZEOF_SIZE_T
17
18 /* Define to the number of bits in type 'wchar_t'. */
19 #undef BITSIZEOF_WCHAR_T
20
21 /* Define to the number of bits in type 'wint_t'. */
22 #undef BITSIZEOF_WINT_T
23
24 /* Define if you wish *printf() functions that have a safe handling of
25    non-IEEE-754 'long double' values. */
26 #undef CHECK_PRINTF_SAFE
27
28 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
29    systems. This function is required for `alloca.c' support on those systems.
30    */
31 #undef CRAY_STACKSEG_END
32
33 /* Define to 1 if using `alloca.c'. */
34 #undef C_ALLOCA
35
36 /* Define as the bit index in the word where to find bit 0 of the exponent of
37    'double'. */
38 #undef DBL_EXPBIT0_BIT
39
40 /* Define as the word index where to find the exponent of 'double'. */
41 #undef DBL_EXPBIT0_WORD
42
43 /* Define as the bit index in the word where to find the sign of 'double'. */
44 #undef DBL_SIGNBIT_BIT
45
46 /* Define as the word index where to find the sign of 'double'. */
47 #undef DBL_SIGNBIT_WORD
48
49 /* the name of the file descriptor member of DIR */
50 #undef DIR_FD_MEMBER_NAME
51
52 #ifdef DIR_FD_MEMBER_NAME
53 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
54 #else
55 # define DIR_TO_FD(Dir_p) -1
56 #endif
57
58
59 /* Define to 1 if // is a file system root distinct from /. */
60 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
61
62 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
63 #undef FCNTL_DUPFD_BUGGY
64
65 /* Define as the bit index in the word where to find bit 0 of the exponent of
66    'float'. */
67 #undef FLT_EXPBIT0_BIT
68
69 /* Define as the word index where to find the exponent of 'float'. */
70 #undef FLT_EXPBIT0_WORD
71
72 /* Define as the bit index in the word where to find the sign of 'float'. */
73 #undef FLT_SIGNBIT_BIT
74
75 /* Define as the word index where to find the sign of 'float'. */
76 #undef FLT_SIGNBIT_WORD
77
78 /* Define to 1 if the system's ftello function has the Solaris bug. */
79 #undef FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE
80
81 /* Define to 1 if futimesat mishandles a NULL file name. */
82 #undef FUTIMESAT_NULL_BUG
83
84 /* Define if gettimeofday clobbers the localtime buffer. */
85 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
86
87 /* Define this to 'void' or 'struct timezone' to match the system's
88    declaration of the second argument to gettimeofday. */
89 #undef GETTIMEOFDAY_TIMEZONE
90
91 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
92    whether the gnulib module calloc-gnu shall be considered present. */
93 #undef GNULIB_CALLOC_GNU
94
95 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
96    whether the gnulib module close-stream shall be considered present. */
97 #undef GNULIB_CLOSE_STREAM
98
99 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
100    whether the gnulib module dirent-safer shall be considered present. */
101 #undef GNULIB_DIRENT_SAFER
102
103 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
104    whether the gnulib module fcntl-safer shall be considered present. */
105 #undef GNULIB_FCNTL_SAFER
106
107 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
108    whether the gnulib module fdopendir shall be considered present. */
109 #undef GNULIB_FDOPENDIR
110
111 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
112    whether the gnulib module fflush shall be considered present. */
113 #undef GNULIB_FFLUSH
114
115 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
116    whether the gnulib module malloc-gnu shall be considered present. */
117 #undef GNULIB_MALLOC_GNU
118
119 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
120    whether the gnulib module openat shall be considered present. */
121 #undef GNULIB_OPENAT
122
123 /* enable some gnulib portability checks */
124 #undef GNULIB_PORTCHECK
125
126 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
127    whether the gnulib module realloc-gnu shall be considered present. */
128 #undef GNULIB_REALLOC_GNU
129
130 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
131    whether the gnulib module strerror shall be considered present. */
132 #undef GNULIB_STRERROR
133
134 /* Define to 1 when the gnulib module calloc-posix should be tested. */
135 #undef GNULIB_TEST_CALLOC_POSIX
136
137 /* Define to 1 when the gnulib module chdir should be tested. */
138 #undef GNULIB_TEST_CHDIR
139
140 /* Define to 1 when the gnulib module cloexec should be tested. */
141 #undef GNULIB_TEST_CLOEXEC
142
143 /* Define to 1 when the gnulib module close should be tested. */
144 #undef GNULIB_TEST_CLOSE
145
146 /* Define to 1 when the gnulib module closedir should be tested. */
147 #undef GNULIB_TEST_CLOSEDIR
148
149 /* Define to 1 when the gnulib module dirfd should be tested. */
150 #undef GNULIB_TEST_DIRFD
151
152 /* Define to 1 when the gnulib module dup should be tested. */
153 #undef GNULIB_TEST_DUP
154
155 /* Define to 1 when the gnulib module dup2 should be tested. */
156 #undef GNULIB_TEST_DUP2
157
158 /* Define to 1 when the gnulib module fchdir should be tested. */
159 #undef GNULIB_TEST_FCHDIR
160
161 /* Define to 1 when the gnulib module fclose should be tested. */
162 #undef GNULIB_TEST_FCLOSE
163
164 /* Define to 1 when the gnulib module fcntl should be tested. */
165 #undef GNULIB_TEST_FCNTL
166
167 /* Define to 1 when the gnulib module fdopendir should be tested. */
168 #undef GNULIB_TEST_FDOPENDIR
169
170 /* Define to 1 when the gnulib module fflush should be tested. */
171 #undef GNULIB_TEST_FFLUSH
172
173 /* Define to 1 when the gnulib module fprintf-posix should be tested. */
174 #undef GNULIB_TEST_FPRINTF_POSIX
175
176 /* Define to 1 when the gnulib module fpurge should be tested. */
177 #undef GNULIB_TEST_FPURGE
178
179 /* Define to 1 when the gnulib module frexp should be tested. */
180 #undef GNULIB_TEST_FREXP
181
182 /* Define to 1 when the gnulib module frexpl should be tested. */
183 #undef GNULIB_TEST_FREXPL
184
185 /* Define to 1 when the gnulib module fseek should be tested. */
186 #undef GNULIB_TEST_FSEEK
187
188 /* Define to 1 when the gnulib module fseeko should be tested. */
189 #undef GNULIB_TEST_FSEEKO
190
191 /* Define to 1 when the gnulib module fstat should be tested. */
192 #undef GNULIB_TEST_FSTAT
193
194 /* Define to 1 when the gnulib module ftell should be tested. */
195 #undef GNULIB_TEST_FTELL
196
197 /* Define to 1 when the gnulib module ftello should be tested. */
198 #undef GNULIB_TEST_FTELLO
199
200 /* Define to 1 when the gnulib module getcwd should be tested. */
201 #undef GNULIB_TEST_GETCWD
202
203 /* Define to 1 when the gnulib module getdtablesize should be tested. */
204 #undef GNULIB_TEST_GETDTABLESIZE
205
206 /* Define to 1 when the gnulib module getopt-gnu should be tested. */
207 #undef GNULIB_TEST_GETOPT_GNU
208
209 /* Define to 1 when the gnulib module gettimeofday should be tested. */
210 #undef GNULIB_TEST_GETTIMEOFDAY
211
212 /* Define to 1 when the gnulib module lseek should be tested. */
213 #undef GNULIB_TEST_LSEEK
214
215 /* Define to 1 when the gnulib module lstat should be tested. */
216 #undef GNULIB_TEST_LSTAT
217
218 /* Define to 1 when the gnulib module malloc-posix should be tested. */
219 #undef GNULIB_TEST_MALLOC_POSIX
220
221 /* Define to 1 when the gnulib module mbrtowc should be tested. */
222 #undef GNULIB_TEST_MBRTOWC
223
224 /* Define to 1 when the gnulib module mbsinit should be tested. */
225 #undef GNULIB_TEST_MBSINIT
226
227 /* Define to 1 when the gnulib module memchr should be tested. */
228 #undef GNULIB_TEST_MEMCHR
229
230 /* Define to 1 when the gnulib module mempcpy should be tested. */
231 #undef GNULIB_TEST_MEMPCPY
232
233 /* Define to 1 when the gnulib module memrchr should be tested. */
234 #undef GNULIB_TEST_MEMRCHR
235
236 /* Define to 1 when the gnulib module open should be tested. */
237 #undef GNULIB_TEST_OPEN
238
239 /* Define to 1 when the gnulib module openat should be tested. */
240 #undef GNULIB_TEST_OPENAT
241
242 /* Define to 1 when the gnulib module opendir should be tested. */
243 #undef GNULIB_TEST_OPENDIR
244
245 /* Define to 1 when the gnulib module perror should be tested. */
246 #undef GNULIB_TEST_PERROR
247
248 /* Define to 1 when the gnulib module printf-posix should be tested. */
249 #undef GNULIB_TEST_PRINTF_POSIX
250
251 /* Define to 1 when the gnulib module readdir should be tested. */
252 #undef GNULIB_TEST_READDIR
253
254 /* Define to 1 when the gnulib module realloc-posix should be tested. */
255 #undef GNULIB_TEST_REALLOC_POSIX
256
257 /* Define to 1 when the gnulib module signbit should be tested. */
258 #undef GNULIB_TEST_SIGNBIT
259
260 /* Define to 1 when the gnulib module stat should be tested. */
261 #undef GNULIB_TEST_STAT
262
263 /* Define to 1 when the gnulib module strdup should be tested. */
264 #undef GNULIB_TEST_STRDUP
265
266 /* Define to 1 when the gnulib module strerror should be tested. */
267 #undef GNULIB_TEST_STRERROR
268
269 /* Define to 1 when the gnulib module strerror_r should be tested. */
270 #undef GNULIB_TEST_STRERROR_R
271
272 /* Define to 1 when the gnulib module vfprintf-posix should be tested. */
273 #undef GNULIB_TEST_VFPRINTF_POSIX
274
275 /* Define to 1 if you have the `alarm' function. */
276 #undef HAVE_ALARM
277
278 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
279    may be supplied by this distribution. */
280 #undef HAVE_ALLOCA
281
282 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
283    */
284 #undef HAVE_ALLOCA_H
285
286 /* Define to 1 if you have the <bp-sym.h> header file. */
287 #undef HAVE_BP_SYM_H
288
289 /* Define to 1 if your system has a GNU libc compatible 'calloc' function, and
290    to 0 otherwise. */
291 #undef HAVE_CALLOC_GNU
292
293 /* Define if the 'calloc' function is POSIX compliant. */
294 #undef HAVE_CALLOC_POSIX
295
296 /* Define to 1 if you have the `catgets' function. */
297 #undef HAVE_CATGETS
298
299 /* Define to 1 if you have the `chown' function. */
300 #undef HAVE_CHOWN
301
302 /* Define to 1 if you have the `clock_gettime' function. */
303 #undef HAVE_CLOCK_GETTIME
304
305 /* Define to 1 if you have the `clock_settime' function. */
306 #undef HAVE_CLOCK_SETTIME
307
308 /* Define to 1 if you have the `closedir' function. */
309 #undef HAVE_CLOSEDIR
310
311 /* Define if the copysignf function is declared in <math.h> and available in
312    libc. */
313 #undef HAVE_COPYSIGNF_IN_LIBC
314
315 /* Define if the copysignl function is declared in <math.h> and available in
316    libc. */
317 #undef HAVE_COPYSIGNL_IN_LIBC
318
319 /* Define if the copysign function is declared in <math.h> and available in
320    libc. */
321 #undef HAVE_COPYSIGN_IN_LIBC
322
323 /* Define to 1 if you have the declaration of `copysign', and to 0 if you
324    don't. */
325 #undef HAVE_DECL_COPYSIGN
326
327 /* Define to 1 if you have the declaration of `copysignf', and to 0 if you
328    don't. */
329 #undef HAVE_DECL_COPYSIGNF
330
331 /* Define to 1 if you have the declaration of `copysignl', and to 0 if you
332    don't. */
333 #undef HAVE_DECL_COPYSIGNL
334
335 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
336    */
337 #undef HAVE_DECL_DIRFD
338
339 /* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
340    */
341 #undef HAVE_DECL_FCHDIR
342
343 /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
344    don't. */
345 #undef HAVE_DECL_FDOPENDIR
346
347 /* Define to 1 if you have the declaration of `fpurge', and to 0 if you don't.
348    */
349 #undef HAVE_DECL_FPURGE
350
351 /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
352    */
353 #undef HAVE_DECL_FSEEKO
354
355 /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
356    */
357 #undef HAVE_DECL_FTELLO
358
359 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
360    don't. */
361 #undef HAVE_DECL_GETC_UNLOCKED
362
363 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
364    */
365 #undef HAVE_DECL_GETENV
366
367 /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
368    don't. */
369 #undef HAVE_DECL_MBRTOWC
370
371 /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
372    don't. */
373 #undef HAVE_DECL_MBSINIT
374
375 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
376    don't. */
377 #undef HAVE_DECL_MEMRCHR
378
379 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
380    */
381 #undef HAVE_DECL_STRDUP
382
383 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
384    don't. */
385 #undef HAVE_DECL_STRERROR_R
386
387 /* Define to 1 if you have the declaration of `towlower', and to 0 if you
388    don't. */
389 #undef HAVE_DECL_TOWLOWER
390
391 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
392    don't. */
393 #undef HAVE_DECL__SNPRINTF
394
395 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
396    don't. */
397 #undef HAVE_DECL___FPENDING
398
399 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
400    */
401 #undef HAVE_DIRENT_H
402
403 /* Define to 1 if you have the `dirfd' function. */
404 #undef HAVE_DIRFD
405
406 /* Define to 1 if you have the 'dup2' function. */
407 #undef HAVE_DUP2
408
409 /* Define to 1 if you have the `fchdir' function. */
410 #undef HAVE_FCHDIR
411
412 /* Define to 1 if you have the `fchmod' function. */
413 #undef HAVE_FCHMOD
414
415 /* Define to 1 if you have the `fchown' function. */
416 #undef HAVE_FCHOWN
417
418 /* Define to 1 if you have the `fcntl' function. */
419 #undef HAVE_FCNTL
420
421 /* Define to 1 if you have the <fcntl.h> header file. */
422 #undef HAVE_FCNTL_H
423
424 /* Define to 1 if you have the `fdopendir' function. */
425 #undef HAVE_FDOPENDIR
426
427 /* Define to 1 if you have the <features.h> header file. */
428 #undef HAVE_FEATURES_H
429
430 /* Define to 1 if you have the `fpurge' function. */
431 #undef HAVE_FPURGE
432
433 /* Define if the frexpl function is available in libc. */
434 #undef HAVE_FREXPL_IN_LIBC
435
436 /* Define if the frexp function is available in libc. */
437 #undef HAVE_FREXP_IN_LIBC
438
439 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
440 #undef HAVE_FSEEKO
441
442 /* Define to 1 if you have the `futimens' function. */
443 #undef HAVE_FUTIMENS
444
445 /* Define to 1 if you have the `futimes' function. */
446 #undef HAVE_FUTIMES
447
448 /* Define to 1 if you have the `futimesat' function. */
449 #undef HAVE_FUTIMESAT
450
451 /* Define to 1 if you have the `getdtablesize' function. */
452 #undef HAVE_GETDTABLESIZE
453
454 /* Define to 1 if you have the <getopt.h> header file. */
455 #undef HAVE_GETOPT_H
456
457 /* Define to 1 if you have the `getopt_long_only' function. */
458 #undef HAVE_GETOPT_LONG_ONLY
459
460 /* Define to 1 if you have the `gettimeofday' function. */
461 #undef HAVE_GETTIMEOFDAY
462
463 /* Define to 1 if the compiler supports one of the keywords 'inline',
464    '__inline__', '__inline' and effectively inlines functions marked as such.
465    */
466 #undef HAVE_INLINE
467
468 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
469 #undef HAVE_INTMAX_T
470
471 /* Define to 1 if you have the <inttypes.h> header file. */
472 #undef HAVE_INTTYPES_H
473
474 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
475    declares uintmax_t. */
476 #undef HAVE_INTTYPES_H_WITH_UINTMAX
477
478 /* Define if the isnan(double) function is available in libc. */
479 #undef HAVE_ISNAND_IN_LIBC
480
481 /* Define if the isnan(float) function is available in libc. */
482 #undef HAVE_ISNANF_IN_LIBC
483
484 /* Define if the isnan(long double) function is available in libc. */
485 #undef HAVE_ISNANL_IN_LIBC
486
487 /* Define to 1 if you have the `iswcntrl' function. */
488 #undef HAVE_ISWCNTRL
489
490 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
491 #undef HAVE_LANGINFO_CODESET
492
493 /* Define if the ldexpl function is available in libc. */
494 #undef HAVE_LDEXPL_IN_LIBC
495
496 /* Define if the ldexp function is available in libc. */
497 #undef HAVE_LDEXP_IN_LIBC
498
499 /* Define to 1 if you have the <limits.h> header file. */
500 #undef HAVE_LIMITS_H
501
502 /* Define to 1 if the system has the type 'long long int'. */
503 #undef HAVE_LONG_LONG_INT
504
505 /* Define to 1 if you have the `lstat' function. */
506 #undef HAVE_LSTAT
507
508 /* Define to 1 if you have the `lutimes' function. */
509 #undef HAVE_LUTIMES
510
511 /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
512    to 0 otherwise. */
513 #undef HAVE_MALLOC_GNU
514
515 /* Define if the 'malloc' function is POSIX compliant. */
516 #undef HAVE_MALLOC_POSIX
517
518 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
519    config.h and <sys/mman.h>. */
520 #undef HAVE_MAP_ANONYMOUS
521
522 /* Define to 1 if you have the <math.h> header file. */
523 #undef HAVE_MATH_H
524
525 /* Define to 1 if you have the `mbrtowc' function. */
526 #undef HAVE_MBRTOWC
527
528 /* Define to 1 if you have the `mbsinit' function. */
529 #undef HAVE_MBSINIT
530
531 /* Define to 1 if <wchar.h> declares mbstate_t. */
532 #undef HAVE_MBSTATE_T
533
534 /* Define to 1 if you have the <memory.h> header file. */
535 #undef HAVE_MEMORY_H
536
537 /* Define to 1 if you have the `mempcpy' function. */
538 #undef HAVE_MEMPCPY
539
540 /* Define to 1 if you have the `memrchr' function. */
541 #undef HAVE_MEMRCHR
542
543 /* Define to 1 if you have the `mprotect' function. */
544 #undef HAVE_MPROTECT
545
546 /* Define to 1 on MSVC platforms that have the "invalid parameter handler"
547    concept. */
548 #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
549
550 /* Define to 1 if you have the `nanotime' function. */
551 #undef HAVE_NANOTIME
552
553 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
554 #undef HAVE_NDIR_H
555
556 /* Define to 1 if you have the `nl_langinfo' function. */
557 #undef HAVE_NL_LANGINFO
558
559 /* Define to 1 if you have the `openat' function. */
560 #undef HAVE_OPENAT
561
562 /* Define to 1 if you have the `opendir' function. */
563 #undef HAVE_OPENDIR
564
565 /* Define to 1 if you have the `pipe' function. */
566 #undef HAVE_PIPE
567
568 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
569 #undef HAVE_PTHREAD_MUTEX_RECURSIVE
570
571 /* Define if the POSIX multithreading library has read/write locks. */
572 #undef HAVE_PTHREAD_RWLOCK
573
574 /* Define to 1 if acosf is declared even after undefining macros. */
575 #undef HAVE_RAW_DECL_ACOSF
576
577 /* Define to 1 if acosl is declared even after undefining macros. */
578 #undef HAVE_RAW_DECL_ACOSL
579
580 /* Define to 1 if alphasort is declared even after undefining macros. */
581 #undef HAVE_RAW_DECL_ALPHASORT
582
583 /* Define to 1 if asinf is declared even after undefining macros. */
584 #undef HAVE_RAW_DECL_ASINF
585
586 /* Define to 1 if asinl is declared even after undefining macros. */
587 #undef HAVE_RAW_DECL_ASINL
588
589 /* Define to 1 if atanf is declared even after undefining macros. */
590 #undef HAVE_RAW_DECL_ATANF
591
592 /* Define to 1 if atanl is declared even after undefining macros. */
593 #undef HAVE_RAW_DECL_ATANL
594
595 /* Define to 1 if atoll is declared even after undefining macros. */
596 #undef HAVE_RAW_DECL_ATOLL
597
598 /* Define to 1 if btowc is declared even after undefining macros. */
599 #undef HAVE_RAW_DECL_BTOWC
600
601 /* Define to 1 if canonicalize_file_name is declared even after undefining
602    macros. */
603 #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
604
605 /* Define to 1 if cbrt is declared even after undefining macros. */
606 #undef HAVE_RAW_DECL_CBRT
607
608 /* Define to 1 if cbrtf is declared even after undefining macros. */
609 #undef HAVE_RAW_DECL_CBRTF
610
611 /* Define to 1 if cbrtl is declared even after undefining macros. */
612 #undef HAVE_RAW_DECL_CBRTL
613
614 /* Define to 1 if ceilf is declared even after undefining macros. */
615 #undef HAVE_RAW_DECL_CEILF
616
617 /* Define to 1 if ceill is declared even after undefining macros. */
618 #undef HAVE_RAW_DECL_CEILL
619
620 /* Define to 1 if chdir is declared even after undefining macros. */
621 #undef HAVE_RAW_DECL_CHDIR
622
623 /* Define to 1 if chown is declared even after undefining macros. */
624 #undef HAVE_RAW_DECL_CHOWN
625
626 /* Define to 1 if closedir is declared even after undefining macros. */
627 #undef HAVE_RAW_DECL_CLOSEDIR
628
629 /* Define to 1 if copysign is declared even after undefining macros. */
630 #undef HAVE_RAW_DECL_COPYSIGN
631
632 /* Define to 1 if copysignf is declared even after undefining macros. */
633 #undef HAVE_RAW_DECL_COPYSIGNF
634
635 /* Define to 1 if copysignl is declared even after undefining macros. */
636 #undef HAVE_RAW_DECL_COPYSIGNL
637
638 /* Define to 1 if cosf is declared even after undefining macros. */
639 #undef HAVE_RAW_DECL_COSF
640
641 /* Define to 1 if coshf is declared even after undefining macros. */
642 #undef HAVE_RAW_DECL_COSHF
643
644 /* Define to 1 if cosl is declared even after undefining macros. */
645 #undef HAVE_RAW_DECL_COSL
646
647 /* Define to 1 if dirfd is declared even after undefining macros. */
648 #undef HAVE_RAW_DECL_DIRFD
649
650 /* Define to 1 if dprintf is declared even after undefining macros. */
651 #undef HAVE_RAW_DECL_DPRINTF
652
653 /* Define to 1 if dup is declared even after undefining macros. */
654 #undef HAVE_RAW_DECL_DUP
655
656 /* Define to 1 if dup2 is declared even after undefining macros. */
657 #undef HAVE_RAW_DECL_DUP2
658
659 /* Define to 1 if dup3 is declared even after undefining macros. */
660 #undef HAVE_RAW_DECL_DUP3
661
662 /* Define to 1 if endusershell is declared even after undefining macros. */
663 #undef HAVE_RAW_DECL_ENDUSERSHELL
664
665 /* Define to 1 if environ is declared even after undefining macros. */
666 #undef HAVE_RAW_DECL_ENVIRON
667
668 /* Define to 1 if euidaccess is declared even after undefining macros. */
669 #undef HAVE_RAW_DECL_EUIDACCESS
670
671 /* Define to 1 if exp2 is declared even after undefining macros. */
672 #undef HAVE_RAW_DECL_EXP2
673
674 /* Define to 1 if exp2f is declared even after undefining macros. */
675 #undef HAVE_RAW_DECL_EXP2F
676
677 /* Define to 1 if exp2l is declared even after undefining macros. */
678 #undef HAVE_RAW_DECL_EXP2L
679
680 /* Define to 1 if expf is declared even after undefining macros. */
681 #undef HAVE_RAW_DECL_EXPF
682
683 /* Define to 1 if expl is declared even after undefining macros. */
684 #undef HAVE_RAW_DECL_EXPL
685
686 /* Define to 1 if expm1 is declared even after undefining macros. */
687 #undef HAVE_RAW_DECL_EXPM1
688
689 /* Define to 1 if expm1f is declared even after undefining macros. */
690 #undef HAVE_RAW_DECL_EXPM1F
691
692 /* Define to 1 if expm1l is declared even after undefining macros. */
693 #undef HAVE_RAW_DECL_EXPM1L
694
695 /* Define to 1 if fabsf is declared even after undefining macros. */
696 #undef HAVE_RAW_DECL_FABSF
697
698 /* Define to 1 if fabsl is declared even after undefining macros. */
699 #undef HAVE_RAW_DECL_FABSL
700
701 /* Define to 1 if faccessat is declared even after undefining macros. */
702 #undef HAVE_RAW_DECL_FACCESSAT
703
704 /* Define to 1 if fchdir is declared even after undefining macros. */
705 #undef HAVE_RAW_DECL_FCHDIR
706
707 /* Define to 1 if fchmodat is declared even after undefining macros. */
708 #undef HAVE_RAW_DECL_FCHMODAT
709
710 /* Define to 1 if fchownat is declared even after undefining macros. */
711 #undef HAVE_RAW_DECL_FCHOWNAT
712
713 /* Define to 1 if fcntl is declared even after undefining macros. */
714 #undef HAVE_RAW_DECL_FCNTL
715
716 /* Define to 1 if fdatasync is declared even after undefining macros. */
717 #undef HAVE_RAW_DECL_FDATASYNC
718
719 /* Define to 1 if fdopendir is declared even after undefining macros. */
720 #undef HAVE_RAW_DECL_FDOPENDIR
721
722 /* Define to 1 if ffsl is declared even after undefining macros. */
723 #undef HAVE_RAW_DECL_FFSL
724
725 /* Define to 1 if ffsll is declared even after undefining macros. */
726 #undef HAVE_RAW_DECL_FFSLL
727
728 /* Define to 1 if floorf is declared even after undefining macros. */
729 #undef HAVE_RAW_DECL_FLOORF
730
731 /* Define to 1 if floorl is declared even after undefining macros. */
732 #undef HAVE_RAW_DECL_FLOORL
733
734 /* Define to 1 if fma is declared even after undefining macros. */
735 #undef HAVE_RAW_DECL_FMA
736
737 /* Define to 1 if fmaf is declared even after undefining macros. */
738 #undef HAVE_RAW_DECL_FMAF
739
740 /* Define to 1 if fmal is declared even after undefining macros. */
741 #undef HAVE_RAW_DECL_FMAL
742
743 /* Define to 1 if fmod is declared even after undefining macros. */
744 #undef HAVE_RAW_DECL_FMOD
745
746 /* Define to 1 if fmodf is declared even after undefining macros. */
747 #undef HAVE_RAW_DECL_FMODF
748
749 /* Define to 1 if fmodl is declared even after undefining macros. */
750 #undef HAVE_RAW_DECL_FMODL
751
752 /* Define to 1 if fpurge is declared even after undefining macros. */
753 #undef HAVE_RAW_DECL_FPURGE
754
755 /* Define to 1 if frexpf is declared even after undefining macros. */
756 #undef HAVE_RAW_DECL_FREXPF
757
758 /* Define to 1 if frexpl is declared even after undefining macros. */
759 #undef HAVE_RAW_DECL_FREXPL
760
761 /* Define to 1 if fseeko is declared even after undefining macros. */
762 #undef HAVE_RAW_DECL_FSEEKO
763
764 /* Define to 1 if fstat is declared even after undefining macros. */
765 #undef HAVE_RAW_DECL_FSTAT
766
767 /* Define to 1 if fstatat is declared even after undefining macros. */
768 #undef HAVE_RAW_DECL_FSTATAT
769
770 /* Define to 1 if fsync is declared even after undefining macros. */
771 #undef HAVE_RAW_DECL_FSYNC
772
773 /* Define to 1 if ftello is declared even after undefining macros. */
774 #undef HAVE_RAW_DECL_FTELLO
775
776 /* Define to 1 if ftruncate is declared even after undefining macros. */
777 #undef HAVE_RAW_DECL_FTRUNCATE
778
779 /* Define to 1 if futimens is declared even after undefining macros. */
780 #undef HAVE_RAW_DECL_FUTIMENS
781
782 /* Define to 1 if getcwd is declared even after undefining macros. */
783 #undef HAVE_RAW_DECL_GETCWD
784
785 /* Define to 1 if getdelim is declared even after undefining macros. */
786 #undef HAVE_RAW_DECL_GETDELIM
787
788 /* Define to 1 if getdomainname is declared even after undefining macros. */
789 #undef HAVE_RAW_DECL_GETDOMAINNAME
790
791 /* Define to 1 if getdtablesize is declared even after undefining macros. */
792 #undef HAVE_RAW_DECL_GETDTABLESIZE
793
794 /* Define to 1 if getgroups is declared even after undefining macros. */
795 #undef HAVE_RAW_DECL_GETGROUPS
796
797 /* Define to 1 if gethostname is declared even after undefining macros. */
798 #undef HAVE_RAW_DECL_GETHOSTNAME
799
800 /* Define to 1 if getline is declared even after undefining macros. */
801 #undef HAVE_RAW_DECL_GETLINE
802
803 /* Define to 1 if getloadavg is declared even after undefining macros. */
804 #undef HAVE_RAW_DECL_GETLOADAVG
805
806 /* Define to 1 if getlogin is declared even after undefining macros. */
807 #undef HAVE_RAW_DECL_GETLOGIN
808
809 /* Define to 1 if getlogin_r is declared even after undefining macros. */
810 #undef HAVE_RAW_DECL_GETLOGIN_R
811
812 /* Define to 1 if getpagesize is declared even after undefining macros. */
813 #undef HAVE_RAW_DECL_GETPAGESIZE
814
815 /* Define to 1 if gets is declared even after undefining macros. */
816 #undef HAVE_RAW_DECL_GETS
817
818 /* Define to 1 if getsubopt is declared even after undefining macros. */
819 #undef HAVE_RAW_DECL_GETSUBOPT
820
821 /* Define to 1 if gettimeofday is declared even after undefining macros. */
822 #undef HAVE_RAW_DECL_GETTIMEOFDAY
823
824 /* Define to 1 if getusershell is declared even after undefining macros. */
825 #undef HAVE_RAW_DECL_GETUSERSHELL
826
827 /* Define to 1 if grantpt is declared even after undefining macros. */
828 #undef HAVE_RAW_DECL_GRANTPT
829
830 /* Define to 1 if group_member is declared even after undefining macros. */
831 #undef HAVE_RAW_DECL_GROUP_MEMBER
832
833 /* Define to 1 if hypotf is declared even after undefining macros. */
834 #undef HAVE_RAW_DECL_HYPOTF
835
836 /* Define to 1 if hypotl is declared even after undefining macros. */
837 #undef HAVE_RAW_DECL_HYPOTL
838
839 /* Define to 1 if ilogb is declared even after undefining macros. */
840 #undef HAVE_RAW_DECL_ILOGB
841
842 /* Define to 1 if ilogbf is declared even after undefining macros. */
843 #undef HAVE_RAW_DECL_ILOGBF
844
845 /* Define to 1 if ilogbl is declared even after undefining macros. */
846 #undef HAVE_RAW_DECL_ILOGBL
847
848 /* Define to 1 if initstate is declared even after undefining macros. */
849 #undef HAVE_RAW_DECL_INITSTATE
850
851 /* Define to 1 if initstate_r is declared even after undefining macros. */
852 #undef HAVE_RAW_DECL_INITSTATE_R
853
854 /* Define to 1 if isatty is declared even after undefining macros. */
855 #undef HAVE_RAW_DECL_ISATTY
856
857 /* Define to 1 if iswctype is declared even after undefining macros. */
858 #undef HAVE_RAW_DECL_ISWCTYPE
859
860 /* Define to 1 if lchmod is declared even after undefining macros. */
861 #undef HAVE_RAW_DECL_LCHMOD
862
863 /* Define to 1 if lchown is declared even after undefining macros. */
864 #undef HAVE_RAW_DECL_LCHOWN
865
866 /* Define to 1 if ldexpf is declared even after undefining macros. */
867 #undef HAVE_RAW_DECL_LDEXPF
868
869 /* Define to 1 if ldexpl is declared even after undefining macros. */
870 #undef HAVE_RAW_DECL_LDEXPL
871
872 /* Define to 1 if link is declared even after undefining macros. */
873 #undef HAVE_RAW_DECL_LINK
874
875 /* Define to 1 if linkat is declared even after undefining macros. */
876 #undef HAVE_RAW_DECL_LINKAT
877
878 /* Define to 1 if log is declared even after undefining macros. */
879 #undef HAVE_RAW_DECL_LOG
880
881 /* Define to 1 if log10 is declared even after undefining macros. */
882 #undef HAVE_RAW_DECL_LOG10
883
884 /* Define to 1 if log10f is declared even after undefining macros. */
885 #undef HAVE_RAW_DECL_LOG10F
886
887 /* Define to 1 if log10l is declared even after undefining macros. */
888 #undef HAVE_RAW_DECL_LOG10L
889
890 /* Define to 1 if log1p is declared even after undefining macros. */
891 #undef HAVE_RAW_DECL_LOG1P
892
893 /* Define to 1 if log1pf is declared even after undefining macros. */
894 #undef HAVE_RAW_DECL_LOG1PF
895
896 /* Define to 1 if log1pl is declared even after undefining macros. */
897 #undef HAVE_RAW_DECL_LOG1PL
898
899 /* Define to 1 if log2 is declared even after undefining macros. */
900 #undef HAVE_RAW_DECL_LOG2
901
902 /* Define to 1 if log2f is declared even after undefining macros. */
903 #undef HAVE_RAW_DECL_LOG2F
904
905 /* Define to 1 if log2l is declared even after undefining macros. */
906 #undef HAVE_RAW_DECL_LOG2L
907
908 /* Define to 1 if logb is declared even after undefining macros. */
909 #undef HAVE_RAW_DECL_LOGB
910
911 /* Define to 1 if logbf is declared even after undefining macros. */
912 #undef HAVE_RAW_DECL_LOGBF
913
914 /* Define to 1 if logbl is declared even after undefining macros. */
915 #undef HAVE_RAW_DECL_LOGBL
916
917 /* Define to 1 if logf is declared even after undefining macros. */
918 #undef HAVE_RAW_DECL_LOGF
919
920 /* Define to 1 if logl is declared even after undefining macros. */
921 #undef HAVE_RAW_DECL_LOGL
922
923 /* Define to 1 if lseek is declared even after undefining macros. */
924 #undef HAVE_RAW_DECL_LSEEK
925
926 /* Define to 1 if lstat is declared even after undefining macros. */
927 #undef HAVE_RAW_DECL_LSTAT
928
929 /* Define to 1 if mbrlen is declared even after undefining macros. */
930 #undef HAVE_RAW_DECL_MBRLEN
931
932 /* Define to 1 if mbrtowc is declared even after undefining macros. */
933 #undef HAVE_RAW_DECL_MBRTOWC
934
935 /* Define to 1 if mbsinit is declared even after undefining macros. */
936 #undef HAVE_RAW_DECL_MBSINIT
937
938 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
939 #undef HAVE_RAW_DECL_MBSNRTOWCS
940
941 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
942 #undef HAVE_RAW_DECL_MBSRTOWCS
943
944 /* Define to 1 if memmem is declared even after undefining macros. */
945 #undef HAVE_RAW_DECL_MEMMEM
946
947 /* Define to 1 if mempcpy is declared even after undefining macros. */
948 #undef HAVE_RAW_DECL_MEMPCPY
949
950 /* Define to 1 if memrchr is declared even after undefining macros. */
951 #undef HAVE_RAW_DECL_MEMRCHR
952
953 /* Define to 1 if mkdirat is declared even after undefining macros. */
954 #undef HAVE_RAW_DECL_MKDIRAT
955
956 /* Define to 1 if mkdtemp is declared even after undefining macros. */
957 #undef HAVE_RAW_DECL_MKDTEMP
958
959 /* Define to 1 if mkfifo is declared even after undefining macros. */
960 #undef HAVE_RAW_DECL_MKFIFO
961
962 /* Define to 1 if mkfifoat is declared even after undefining macros. */
963 #undef HAVE_RAW_DECL_MKFIFOAT
964
965 /* Define to 1 if mknod is declared even after undefining macros. */
966 #undef HAVE_RAW_DECL_MKNOD
967
968 /* Define to 1 if mknodat is declared even after undefining macros. */
969 #undef HAVE_RAW_DECL_MKNODAT
970
971 /* Define to 1 if mkostemp is declared even after undefining macros. */
972 #undef HAVE_RAW_DECL_MKOSTEMP
973
974 /* Define to 1 if mkostemps is declared even after undefining macros. */
975 #undef HAVE_RAW_DECL_MKOSTEMPS
976
977 /* Define to 1 if mkstemp is declared even after undefining macros. */
978 #undef HAVE_RAW_DECL_MKSTEMP
979
980 /* Define to 1 if mkstemps is declared even after undefining macros. */
981 #undef HAVE_RAW_DECL_MKSTEMPS
982
983 /* Define to 1 if modf is declared even after undefining macros. */
984 #undef HAVE_RAW_DECL_MODF
985
986 /* Define to 1 if modff is declared even after undefining macros. */
987 #undef HAVE_RAW_DECL_MODFF
988
989 /* Define to 1 if modfl is declared even after undefining macros. */
990 #undef HAVE_RAW_DECL_MODFL
991
992 /* Define to 1 if openat is declared even after undefining macros. */
993 #undef HAVE_RAW_DECL_OPENAT
994
995 /* Define to 1 if opendir is declared even after undefining macros. */
996 #undef HAVE_RAW_DECL_OPENDIR
997
998 /* Define to 1 if pclose is declared even after undefining macros. */
999 #undef HAVE_RAW_DECL_PCLOSE
1000
1001 /* Define to 1 if pipe is declared even after undefining macros. */
1002 #undef HAVE_RAW_DECL_PIPE
1003
1004 /* Define to 1 if pipe2 is declared even after undefining macros. */
1005 #undef HAVE_RAW_DECL_PIPE2
1006
1007 /* Define to 1 if popen is declared even after undefining macros. */
1008 #undef HAVE_RAW_DECL_POPEN
1009
1010 /* Define to 1 if posix_openpt is declared even after undefining macros. */
1011 #undef HAVE_RAW_DECL_POSIX_OPENPT
1012
1013 /* Define to 1 if powf is declared even after undefining macros. */
1014 #undef HAVE_RAW_DECL_POWF
1015
1016 /* Define to 1 if pread is declared even after undefining macros. */
1017 #undef HAVE_RAW_DECL_PREAD
1018
1019 /* Define to 1 if ptsname is declared even after undefining macros. */
1020 #undef HAVE_RAW_DECL_PTSNAME
1021
1022 /* Define to 1 if ptsname_r is declared even after undefining macros. */
1023 #undef HAVE_RAW_DECL_PTSNAME_R
1024
1025 /* Define to 1 if pwrite is declared even after undefining macros. */
1026 #undef HAVE_RAW_DECL_PWRITE
1027
1028 /* Define to 1 if random is declared even after undefining macros. */
1029 #undef HAVE_RAW_DECL_RANDOM
1030
1031 /* Define to 1 if random_r is declared even after undefining macros. */
1032 #undef HAVE_RAW_DECL_RANDOM_R
1033
1034 /* Define to 1 if rawmemchr is declared even after undefining macros. */
1035 #undef HAVE_RAW_DECL_RAWMEMCHR
1036
1037 /* Define to 1 if readdir is declared even after undefining macros. */
1038 #undef HAVE_RAW_DECL_READDIR
1039
1040 /* Define to 1 if readlink is declared even after undefining macros. */
1041 #undef HAVE_RAW_DECL_READLINK
1042
1043 /* Define to 1 if readlinkat is declared even after undefining macros. */
1044 #undef HAVE_RAW_DECL_READLINKAT
1045
1046 /* Define to 1 if realpath is declared even after undefining macros. */
1047 #undef HAVE_RAW_DECL_REALPATH
1048
1049 /* Define to 1 if remainder is declared even after undefining macros. */
1050 #undef HAVE_RAW_DECL_REMAINDER
1051
1052 /* Define to 1 if remainderf is declared even after undefining macros. */
1053 #undef HAVE_RAW_DECL_REMAINDERF
1054
1055 /* Define to 1 if remainderl is declared even after undefining macros. */
1056 #undef HAVE_RAW_DECL_REMAINDERL
1057
1058 /* Define to 1 if renameat is declared even after undefining macros. */
1059 #undef HAVE_RAW_DECL_RENAMEAT
1060
1061 /* Define to 1 if rewinddir is declared even after undefining macros. */
1062 #undef HAVE_RAW_DECL_REWINDDIR
1063
1064 /* Define to 1 if rint is declared even after undefining macros. */
1065 #undef HAVE_RAW_DECL_RINT
1066
1067 /* Define to 1 if rintf is declared even after undefining macros. */
1068 #undef HAVE_RAW_DECL_RINTF
1069
1070 /* Define to 1 if rintl is declared even after undefining macros. */
1071 #undef HAVE_RAW_DECL_RINTL
1072
1073 /* Define to 1 if rmdir is declared even after undefining macros. */
1074 #undef HAVE_RAW_DECL_RMDIR
1075
1076 /* Define to 1 if round is declared even after undefining macros. */
1077 #undef HAVE_RAW_DECL_ROUND
1078
1079 /* Define to 1 if roundf is declared even after undefining macros. */
1080 #undef HAVE_RAW_DECL_ROUNDF
1081
1082 /* Define to 1 if roundl is declared even after undefining macros. */
1083 #undef HAVE_RAW_DECL_ROUNDL
1084
1085 /* Define to 1 if rpmatch is declared even after undefining macros. */
1086 #undef HAVE_RAW_DECL_RPMATCH
1087
1088 /* Define to 1 if scandir is declared even after undefining macros. */
1089 #undef HAVE_RAW_DECL_SCANDIR
1090
1091 /* Define to 1 if setenv is declared even after undefining macros. */
1092 #undef HAVE_RAW_DECL_SETENV
1093
1094 /* Define to 1 if sethostname is declared even after undefining macros. */
1095 #undef HAVE_RAW_DECL_SETHOSTNAME
1096
1097 /* Define to 1 if setstate is declared even after undefining macros. */
1098 #undef HAVE_RAW_DECL_SETSTATE
1099
1100 /* Define to 1 if setstate_r is declared even after undefining macros. */
1101 #undef HAVE_RAW_DECL_SETSTATE_R
1102
1103 /* Define to 1 if setusershell is declared even after undefining macros. */
1104 #undef HAVE_RAW_DECL_SETUSERSHELL
1105
1106 /* Define to 1 if sinf is declared even after undefining macros. */
1107 #undef HAVE_RAW_DECL_SINF
1108
1109 /* Define to 1 if sinhf is declared even after undefining macros. */
1110 #undef HAVE_RAW_DECL_SINHF
1111
1112 /* Define to 1 if sinl is declared even after undefining macros. */
1113 #undef HAVE_RAW_DECL_SINL
1114
1115 /* Define to 1 if sleep is declared even after undefining macros. */
1116 #undef HAVE_RAW_DECL_SLEEP
1117
1118 /* Define to 1 if snprintf is declared even after undefining macros. */
1119 #undef HAVE_RAW_DECL_SNPRINTF
1120
1121 /* Define to 1 if sqrtf is declared even after undefining macros. */
1122 #undef HAVE_RAW_DECL_SQRTF
1123
1124 /* Define to 1 if sqrtl is declared even after undefining macros. */
1125 #undef HAVE_RAW_DECL_SQRTL
1126
1127 /* Define to 1 if srandom is declared even after undefining macros. */
1128 #undef HAVE_RAW_DECL_SRANDOM
1129
1130 /* Define to 1 if srandom_r is declared even after undefining macros. */
1131 #undef HAVE_RAW_DECL_SRANDOM_R
1132
1133 /* Define to 1 if stat is declared even after undefining macros. */
1134 #undef HAVE_RAW_DECL_STAT
1135
1136 /* Define to 1 if stpcpy is declared even after undefining macros. */
1137 #undef HAVE_RAW_DECL_STPCPY
1138
1139 /* Define to 1 if stpncpy is declared even after undefining macros. */
1140 #undef HAVE_RAW_DECL_STPNCPY
1141
1142 /* Define to 1 if strcasestr is declared even after undefining macros. */
1143 #undef HAVE_RAW_DECL_STRCASESTR
1144
1145 /* Define to 1 if strchrnul is declared even after undefining macros. */
1146 #undef HAVE_RAW_DECL_STRCHRNUL
1147
1148 /* Define to 1 if strdup is declared even after undefining macros. */
1149 #undef HAVE_RAW_DECL_STRDUP
1150
1151 /* Define to 1 if strerror_r is declared even after undefining macros. */
1152 #undef HAVE_RAW_DECL_STRERROR_R
1153
1154 /* Define to 1 if strncat is declared even after undefining macros. */
1155 #undef HAVE_RAW_DECL_STRNCAT
1156
1157 /* Define to 1 if strndup is declared even after undefining macros. */
1158 #undef HAVE_RAW_DECL_STRNDUP
1159
1160 /* Define to 1 if strnlen is declared even after undefining macros. */
1161 #undef HAVE_RAW_DECL_STRNLEN
1162
1163 /* Define to 1 if strpbrk is declared even after undefining macros. */
1164 #undef HAVE_RAW_DECL_STRPBRK
1165
1166 /* Define to 1 if strsep is declared even after undefining macros. */
1167 #undef HAVE_RAW_DECL_STRSEP
1168
1169 /* Define to 1 if strsignal is declared even after undefining macros. */
1170 #undef HAVE_RAW_DECL_STRSIGNAL
1171
1172 /* Define to 1 if strtod is declared even after undefining macros. */
1173 #undef HAVE_RAW_DECL_STRTOD
1174
1175 /* Define to 1 if strtok_r is declared even after undefining macros. */
1176 #undef HAVE_RAW_DECL_STRTOK_R
1177
1178 /* Define to 1 if strtoll is declared even after undefining macros. */
1179 #undef HAVE_RAW_DECL_STRTOLL
1180
1181 /* Define to 1 if strtoull is declared even after undefining macros. */
1182 #undef HAVE_RAW_DECL_STRTOULL
1183
1184 /* Define to 1 if strverscmp is declared even after undefining macros. */
1185 #undef HAVE_RAW_DECL_STRVERSCMP
1186
1187 /* Define to 1 if symlink is declared even after undefining macros. */
1188 #undef HAVE_RAW_DECL_SYMLINK
1189
1190 /* Define to 1 if symlinkat is declared even after undefining macros. */
1191 #undef HAVE_RAW_DECL_SYMLINKAT
1192
1193 /* Define to 1 if tanf is declared even after undefining macros. */
1194 #undef HAVE_RAW_DECL_TANF
1195
1196 /* Define to 1 if tanhf is declared even after undefining macros. */
1197 #undef HAVE_RAW_DECL_TANHF
1198
1199 /* Define to 1 if tanl is declared even after undefining macros. */
1200 #undef HAVE_RAW_DECL_TANL
1201
1202 /* Define to 1 if tmpfile is declared even after undefining macros. */
1203 #undef HAVE_RAW_DECL_TMPFILE
1204
1205 /* Define to 1 if towctrans is declared even after undefining macros. */
1206 #undef HAVE_RAW_DECL_TOWCTRANS
1207
1208 /* Define to 1 if trunc is declared even after undefining macros. */
1209 #undef HAVE_RAW_DECL_TRUNC
1210
1211 /* Define to 1 if truncf is declared even after undefining macros. */
1212 #undef HAVE_RAW_DECL_TRUNCF
1213
1214 /* Define to 1 if truncl is declared even after undefining macros. */
1215 #undef HAVE_RAW_DECL_TRUNCL
1216
1217 /* Define to 1 if ttyname_r is declared even after undefining macros. */
1218 #undef HAVE_RAW_DECL_TTYNAME_R
1219
1220 /* Define to 1 if unlink is declared even after undefining macros. */
1221 #undef HAVE_RAW_DECL_UNLINK
1222
1223 /* Define to 1 if unlinkat is declared even after undefining macros. */
1224 #undef HAVE_RAW_DECL_UNLINKAT
1225
1226 /* Define to 1 if unlockpt is declared even after undefining macros. */
1227 #undef HAVE_RAW_DECL_UNLOCKPT
1228
1229 /* Define to 1 if unsetenv is declared even after undefining macros. */
1230 #undef HAVE_RAW_DECL_UNSETENV
1231
1232 /* Define to 1 if usleep is declared even after undefining macros. */
1233 #undef HAVE_RAW_DECL_USLEEP
1234
1235 /* Define to 1 if utimensat is declared even after undefining macros. */
1236 #undef HAVE_RAW_DECL_UTIMENSAT
1237
1238 /* Define to 1 if vdprintf is declared even after undefining macros. */
1239 #undef HAVE_RAW_DECL_VDPRINTF
1240
1241 /* Define to 1 if vsnprintf is declared even after undefining macros. */
1242 #undef HAVE_RAW_DECL_VSNPRINTF
1243
1244 /* Define to 1 if wcpcpy is declared even after undefining macros. */
1245 #undef HAVE_RAW_DECL_WCPCPY
1246
1247 /* Define to 1 if wcpncpy is declared even after undefining macros. */
1248 #undef HAVE_RAW_DECL_WCPNCPY
1249
1250 /* Define to 1 if wcrtomb is declared even after undefining macros. */
1251 #undef HAVE_RAW_DECL_WCRTOMB
1252
1253 /* Define to 1 if wcscasecmp is declared even after undefining macros. */
1254 #undef HAVE_RAW_DECL_WCSCASECMP
1255
1256 /* Define to 1 if wcscat is declared even after undefining macros. */
1257 #undef HAVE_RAW_DECL_WCSCAT
1258
1259 /* Define to 1 if wcschr is declared even after undefining macros. */
1260 #undef HAVE_RAW_DECL_WCSCHR
1261
1262 /* Define to 1 if wcscmp is declared even after undefining macros. */
1263 #undef HAVE_RAW_DECL_WCSCMP
1264
1265 /* Define to 1 if wcscoll is declared even after undefining macros. */
1266 #undef HAVE_RAW_DECL_WCSCOLL
1267
1268 /* Define to 1 if wcscpy is declared even after undefining macros. */
1269 #undef HAVE_RAW_DECL_WCSCPY
1270
1271 /* Define to 1 if wcscspn is declared even after undefining macros. */
1272 #undef HAVE_RAW_DECL_WCSCSPN
1273
1274 /* Define to 1 if wcsdup is declared even after undefining macros. */
1275 #undef HAVE_RAW_DECL_WCSDUP
1276
1277 /* Define to 1 if wcslen is declared even after undefining macros. */
1278 #undef HAVE_RAW_DECL_WCSLEN
1279
1280 /* Define to 1 if wcsncasecmp is declared even after undefining macros. */
1281 #undef HAVE_RAW_DECL_WCSNCASECMP
1282
1283 /* Define to 1 if wcsncat is declared even after undefining macros. */
1284 #undef HAVE_RAW_DECL_WCSNCAT
1285
1286 /* Define to 1 if wcsncmp is declared even after undefining macros. */
1287 #undef HAVE_RAW_DECL_WCSNCMP
1288
1289 /* Define to 1 if wcsncpy is declared even after undefining macros. */
1290 #undef HAVE_RAW_DECL_WCSNCPY
1291
1292 /* Define to 1 if wcsnlen is declared even after undefining macros. */
1293 #undef HAVE_RAW_DECL_WCSNLEN
1294
1295 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1296 #undef HAVE_RAW_DECL_WCSNRTOMBS
1297
1298 /* Define to 1 if wcspbrk is declared even after undefining macros. */
1299 #undef HAVE_RAW_DECL_WCSPBRK
1300
1301 /* Define to 1 if wcsrchr is declared even after undefining macros. */
1302 #undef HAVE_RAW_DECL_WCSRCHR
1303
1304 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
1305 #undef HAVE_RAW_DECL_WCSRTOMBS
1306
1307 /* Define to 1 if wcsspn is declared even after undefining macros. */
1308 #undef HAVE_RAW_DECL_WCSSPN
1309
1310 /* Define to 1 if wcsstr is declared even after undefining macros. */
1311 #undef HAVE_RAW_DECL_WCSSTR
1312
1313 /* Define to 1 if wcstok is declared even after undefining macros. */
1314 #undef HAVE_RAW_DECL_WCSTOK
1315
1316 /* Define to 1 if wcswidth is declared even after undefining macros. */
1317 #undef HAVE_RAW_DECL_WCSWIDTH
1318
1319 /* Define to 1 if wcsxfrm is declared even after undefining macros. */
1320 #undef HAVE_RAW_DECL_WCSXFRM
1321
1322 /* Define to 1 if wctob is declared even after undefining macros. */
1323 #undef HAVE_RAW_DECL_WCTOB
1324
1325 /* Define to 1 if wctrans is declared even after undefining macros. */
1326 #undef HAVE_RAW_DECL_WCTRANS
1327
1328 /* Define to 1 if wctype is declared even after undefining macros. */
1329 #undef HAVE_RAW_DECL_WCTYPE
1330
1331 /* Define to 1 if wcwidth is declared even after undefining macros. */
1332 #undef HAVE_RAW_DECL_WCWIDTH
1333
1334 /* Define to 1 if wmemchr is declared even after undefining macros. */
1335 #undef HAVE_RAW_DECL_WMEMCHR
1336
1337 /* Define to 1 if wmemcmp is declared even after undefining macros. */
1338 #undef HAVE_RAW_DECL_WMEMCMP
1339
1340 /* Define to 1 if wmemcpy is declared even after undefining macros. */
1341 #undef HAVE_RAW_DECL_WMEMCPY
1342
1343 /* Define to 1 if wmemmove is declared even after undefining macros. */
1344 #undef HAVE_RAW_DECL_WMEMMOVE
1345
1346 /* Define to 1 if wmemset is declared even after undefining macros. */
1347 #undef HAVE_RAW_DECL_WMEMSET
1348
1349 /* Define to 1 if _Exit is declared even after undefining macros. */
1350 #undef HAVE_RAW_DECL__EXIT
1351
1352 /* Define to 1 if you have the `readdir' function. */
1353 #undef HAVE_READDIR
1354
1355 /* Define to 1 if your system has a GNU libc compatible 'realloc' function,
1356    and to 0 otherwise. */
1357 #undef HAVE_REALLOC_GNU
1358
1359 /* Define if the 'realloc' function is POSIX compliant. */
1360 #undef HAVE_REALLOC_POSIX
1361
1362 /* Define to 1 if 'long double' and 'double' have the same representation. */
1363 #undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
1364
1365 /* Define to 1 if you have the `siginterrupt' function. */
1366 #undef HAVE_SIGINTERRUPT
1367
1368 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1369 #undef HAVE_SIGNED_SIG_ATOMIC_T
1370
1371 /* Define to 1 if 'wchar_t' is a signed integer type. */
1372 #undef HAVE_SIGNED_WCHAR_T
1373
1374 /* Define to 1 if 'wint_t' is a signed integer type. */
1375 #undef HAVE_SIGNED_WINT_T
1376
1377 /* Define to 1 if you have the `snprintf' function. */
1378 #undef HAVE_SNPRINTF
1379
1380 /* Define if the return value of the snprintf function is the number of of
1381    bytes (excluding the terminating NUL) that would have been produced if the
1382    buffer had been large enough. */
1383 #undef HAVE_SNPRINTF_RETVAL_C99
1384
1385 /* Define to 1 if you have the <stdint.h> header file. */
1386 #undef HAVE_STDINT_H
1387
1388 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1389    uintmax_t. */
1390 #undef HAVE_STDINT_H_WITH_UINTMAX
1391
1392 /* Define to 1 if you have the <stdio_ext.h> header file. */
1393 #undef HAVE_STDIO_EXT_H
1394
1395 /* Define to 1 if you have the <stdlib.h> header file. */
1396 #undef HAVE_STDLIB_H
1397
1398 /* Define to 1 if you have the `strdup' function. */
1399 #undef HAVE_STRDUP
1400
1401 /* Define to 1 if you have the `strerror_r' function. */
1402 #undef HAVE_STRERROR_R
1403
1404 /* Define to 1 if you have the <strings.h> header file. */
1405 #undef HAVE_STRINGS_H
1406
1407 /* Define to 1 if you have the <string.h> header file. */
1408 #undef HAVE_STRING_H
1409
1410 /* Define to 1 if you have the `strnlen' function. */
1411 #undef HAVE_STRNLEN
1412
1413 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
1414 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
1415
1416 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
1417 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
1418
1419 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
1420 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
1421
1422 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
1423 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
1424
1425 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
1426 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
1427
1428 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
1429 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
1430
1431 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
1432 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
1433
1434 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
1435    have utime.h but don't declare the struct anywhere. */
1436 #undef HAVE_STRUCT_UTIMBUF
1437
1438 /* Define to 1 if you have the `symlink' function. */
1439 #undef HAVE_SYMLINK
1440
1441 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1442 #undef HAVE_SYS_BITYPES_H
1443
1444 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1445    */
1446 #undef HAVE_SYS_DIR_H
1447
1448 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1449 #undef HAVE_SYS_INTTYPES_H
1450
1451 /* Define to 1 if you have the <sys/mman.h> header file. */
1452 #undef HAVE_SYS_MMAN_H
1453
1454 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1455    */
1456 #undef HAVE_SYS_NDIR_H
1457
1458 /* Define to 1 if you have the <sys/param.h> header file. */
1459 #undef HAVE_SYS_PARAM_H
1460
1461 /* Define to 1 if you have the <sys/socket.h> header file. */
1462 #undef HAVE_SYS_SOCKET_H
1463
1464 /* Define to 1 if you have the <sys/stat.h> header file. */
1465 #undef HAVE_SYS_STAT_H
1466
1467 /* Define to 1 if you have the <sys/timeb.h> header file. */
1468 #undef HAVE_SYS_TIMEB_H
1469
1470 /* Define to 1 if you have the <sys/time.h> header file. */
1471 #undef HAVE_SYS_TIME_H
1472
1473 /* Define to 1 if you have the <sys/types.h> header file. */
1474 #undef HAVE_SYS_TYPES_H
1475
1476 /* Define to 1 if you have the <time.h> header file. */
1477 #undef HAVE_TIME_H
1478
1479 /* Define to 1 if you have the `towlower' function. */
1480 #undef HAVE_TOWLOWER
1481
1482 /* Define to 1 if you have the <unistd.h> header file. */
1483 #undef HAVE_UNISTD_H
1484
1485 /* Define to 1 if the system has the type 'unsigned long long int'. */
1486 #undef HAVE_UNSIGNED_LONG_LONG_INT
1487
1488 /* Define to 1 if you have the `utimensat' function. */
1489 #undef HAVE_UTIMENSAT
1490
1491 /* Define to 1 if you have the <utime.h> header file. */
1492 #undef HAVE_UTIME_H
1493
1494 /* Define to 1 if you have the `vasnprintf' function. */
1495 #undef HAVE_VASNPRINTF
1496
1497 /* Define to 1 if you have the <wchar.h> header file. */
1498 #undef HAVE_WCHAR_H
1499
1500 /* Define if you have the 'wchar_t' type. */
1501 #undef HAVE_WCHAR_T
1502
1503 /* Define to 1 if you have the `wcrtomb' function. */
1504 #undef HAVE_WCRTOMB
1505
1506 /* Define to 1 if you have the `wcslen' function. */
1507 #undef HAVE_WCSLEN
1508
1509 /* Define to 1 if you have the `wcsnlen' function. */
1510 #undef HAVE_WCSNLEN
1511
1512 /* Define to 1 if you have the <wctype.h> header file. */
1513 #undef HAVE_WCTYPE_H
1514
1515 /* Define to 1 if you have the <winsock2.h> header file. */
1516 #undef HAVE_WINSOCK2_H
1517
1518 /* Define if you have the 'wint_t' type. */
1519 #undef HAVE_WINT_T
1520
1521 /* Define to 1 if O_NOATIME works. */
1522 #undef HAVE_WORKING_O_NOATIME
1523
1524 /* Define to 1 if O_NOFOLLOW works. */
1525 #undef HAVE_WORKING_O_NOFOLLOW
1526
1527 /* Define if utimes works properly. */
1528 #undef HAVE_WORKING_UTIMES
1529
1530 /* Define to 1 if the system has the type `_Bool'. */
1531 #undef HAVE__BOOL
1532
1533 /* Define to 1 if you have the `_fseeki64' function. */
1534 #undef HAVE__FSEEKI64
1535
1536 /* Define to 1 if you have the `_ftelli64' function. */
1537 #undef HAVE__FTELLI64
1538
1539 /* Define to 1 if you have the `_ftime' function. */
1540 #undef HAVE__FTIME
1541
1542 /* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
1543 #undef HAVE__SET_INVALID_PARAMETER_HANDLER
1544
1545 /* Define to 1 if you have the `__fpending' function. */
1546 #undef HAVE___FPENDING
1547
1548 /* Define to 1 if you have the `__fpurge' function. */
1549 #undef HAVE___FPURGE
1550
1551 /* Define to 1 if you have the `__freading' function. */
1552 #undef HAVE___FREADING
1553
1554 /* Define to 1 if you have the `__xpg_strerror_r' function. */
1555 #undef HAVE___XPG_STRERROR_R
1556
1557 /* Define as the bit index in the word where to find bit 0 of the exponent of
1558    'long double'. */
1559 #undef LDBL_EXPBIT0_BIT
1560
1561 /* Define as the word index where to find the exponent of 'long double'. */
1562 #undef LDBL_EXPBIT0_WORD
1563
1564 /* Define as the bit index in the word where to find the sign of 'long
1565    double'. */
1566 #undef LDBL_SIGNBIT_BIT
1567
1568 /* Define as the word index where to find the sign of 'long double'. */
1569 #undef LDBL_SIGNBIT_WORD
1570
1571 /* Define to 1 if lseek does not detect pipes. */
1572 #undef LSEEK_PIPE_BROKEN
1573
1574 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1575    slash. */
1576 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1577
1578 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1579 #undef MAP_ANONYMOUS
1580
1581 /* Define if the mbrtowc function has the NULL pwc argument bug. */
1582 #undef MBRTOWC_NULL_ARG1_BUG
1583
1584 /* Define if the mbrtowc function has the NULL string argument bug. */
1585 #undef MBRTOWC_NULL_ARG2_BUG
1586
1587 /* Define if the mbrtowc function does not return 0 for a NUL character. */
1588 #undef MBRTOWC_NUL_RETVAL_BUG
1589
1590 /* Define if the mbrtowc function returns a wrong return value. */
1591 #undef MBRTOWC_RETVAL_BUG
1592
1593 /* Define if the vasnprintf implementation needs special code for the 'a' and
1594    'A' directives. */
1595 #undef NEED_PRINTF_DIRECTIVE_A
1596
1597 /* Define if the vasnprintf implementation needs special code for the 'F'
1598    directive. */
1599 #undef NEED_PRINTF_DIRECTIVE_F
1600
1601 /* Define if the vasnprintf implementation needs special code for the 'ls'
1602    directive. */
1603 #undef NEED_PRINTF_DIRECTIVE_LS
1604
1605 /* Define if the vasnprintf implementation needs special code for 'double'
1606    arguments. */
1607 #undef NEED_PRINTF_DOUBLE
1608
1609 /* Define if the vasnprintf implementation needs special code for surviving
1610    out-of-memory conditions. */
1611 #undef NEED_PRINTF_ENOMEM
1612
1613 /* Define if the vasnprintf implementation needs special code for the ' flag.
1614    */
1615 #undef NEED_PRINTF_FLAG_GROUPING
1616
1617 /* Define if the vasnprintf implementation needs special code for the '-'
1618    flag. */
1619 #undef NEED_PRINTF_FLAG_LEFTADJUST
1620
1621 /* Define if the vasnprintf implementation needs special code for the 0 flag.
1622    */
1623 #undef NEED_PRINTF_FLAG_ZERO
1624
1625 /* Define if the vasnprintf implementation needs special code for infinite
1626    'double' arguments. */
1627 #undef NEED_PRINTF_INFINITE_DOUBLE
1628
1629 /* Define if the vasnprintf implementation needs special code for infinite
1630    'long double' arguments. */
1631 #undef NEED_PRINTF_INFINITE_LONG_DOUBLE
1632
1633 /* Define if the vasnprintf implementation needs special code for 'long
1634    double' arguments. */
1635 #undef NEED_PRINTF_LONG_DOUBLE
1636
1637 /* Define if the vasnprintf implementation needs special code for supporting
1638    large precisions without arbitrary bounds. */
1639 #undef NEED_PRINTF_UNBOUNDED_PRECISION
1640
1641 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1642 #undef NO_MINUS_C_MINUS_O
1643
1644 /* Define to 1 if open() fails to recognize a trailing slash. */
1645 #undef OPEN_TRAILING_SLASH_BUG
1646
1647 /* Name of package */
1648 #undef PACKAGE
1649
1650 /* Define to the address where bug reports for this package should be sent. */
1651 #undef PACKAGE_BUGREPORT
1652
1653 /* Define to the full name of this package. */
1654 #undef PACKAGE_NAME
1655
1656 /* Define to the full name and version of this package. */
1657 #undef PACKAGE_STRING
1658
1659 /* Define to the one symbol short name of this package. */
1660 #undef PACKAGE_TARNAME
1661
1662 /* Define to the home page for this package. */
1663 #undef PACKAGE_URL
1664
1665 /* Define to the version of this package. */
1666 #undef PACKAGE_VERSION
1667
1668 /* the number of pending output bytes on stream 'fp' */
1669 #undef PENDING_OUTPUT_N_BYTES
1670
1671 /* Define to the type that is the result of default argument promotions of
1672    type mode_t. */
1673 #undef PROMOTED_MODE_T
1674
1675 /* Define if the pthread_in_use() detection is hard. */
1676 #undef PTHREAD_IN_USE_DETECTION_HARD
1677
1678 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1679    'ptrdiff_t'. */
1680 #undef PTRDIFF_T_SUFFIX
1681
1682 /* Define to 1 if gnulib's fchdir() replacement is used. */
1683 #undef REPLACE_FCHDIR
1684
1685 /* Define if fprintf is overridden by a POSIX compliant gnulib implementation.
1686    */
1687 #undef REPLACE_FPRINTF_POSIX
1688
1689 /* Define to 1 if stat needs help when passed a directory name with a trailing
1690    slash */
1691 #undef REPLACE_FUNC_STAT_DIR
1692
1693 /* Define to 1 if stat needs help when passed a file name with a trailing
1694    slash */
1695 #undef REPLACE_FUNC_STAT_FILE
1696
1697 /* Define to 1 if open() should work around the inability to open a directory.
1698    */
1699 #undef REPLACE_OPEN_DIRECTORY
1700
1701 /* Define if printf is overridden by a POSIX compliant gnulib implementation.
1702    */
1703 #undef REPLACE_PRINTF_POSIX
1704
1705 /* Define to 1 if strerror(0) does not return a message implying success. */
1706 #undef REPLACE_STRERROR_0
1707
1708 /* Define if vasnprintf exists but is overridden by gnulib. */
1709 #undef REPLACE_VASNPRINTF
1710
1711 /* Define if vfprintf is overridden by a POSIX compliant gnulib
1712    implementation. */
1713 #undef REPLACE_VFPRINTF_POSIX
1714
1715 /* Define as the return type of signal handlers (`int' or `void'). */
1716 #undef RETSIGTYPE
1717
1718 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1719    'sig_atomic_t'. */
1720 #undef SIG_ATOMIC_T_SUFFIX
1721
1722 /* Define as the maximum value of type 'size_t', if the system doesn't define
1723    it. */
1724 #ifndef SIZE_MAX
1725 # undef SIZE_MAX
1726 #endif
1727
1728 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1729    'size_t'. */
1730 #undef SIZE_T_SUFFIX
1731
1732 /* If using the C implementation of alloca, define if you know the
1733    direction of stack growth for your system; otherwise it will be
1734    automatically deduced at runtime.
1735         STACK_DIRECTION > 0 => grows toward higher addresses
1736         STACK_DIRECTION < 0 => grows toward lower addresses
1737         STACK_DIRECTION = 0 => direction of growth unknown */
1738 #undef STACK_DIRECTION
1739
1740 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1741 #undef STAT_MACROS_BROKEN
1742
1743 /* Define to 1 if you have the ANSI C header files. */
1744 #undef STDC_HEADERS
1745
1746 /* Define to 1 if strerror_r returns char *. */
1747 #undef STRERROR_R_CHAR_P
1748
1749 /* Define to 1 if the type of the st_atim member of a struct stat is struct
1750    timespec. */
1751 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1752
1753 /* Define to the prefix of C symbols at the assembler and linker level, either
1754    an underscore or empty. */
1755 #undef USER_LABEL_PREFIX
1756
1757 /* Define if the POSIX multithreading library can be used. */
1758 #undef USE_POSIX_THREADS
1759
1760 /* Define if references to the POSIX multithreading library should be made
1761    weak. */
1762 #undef USE_POSIX_THREADS_WEAK
1763
1764 /* Define if the GNU Pth multithreading library can be used. */
1765 #undef USE_PTH_THREADS
1766
1767 /* Define if references to the GNU Pth multithreading library should be made
1768    weak. */
1769 #undef USE_PTH_THREADS_WEAK
1770
1771 /* Define if the old Solaris multithreading library can be used. */
1772 #undef USE_SOLARIS_THREADS
1773
1774 /* Define if references to the old Solaris multithreading library should be
1775    made weak. */
1776 #undef USE_SOLARIS_THREADS_WEAK
1777
1778 /* Define if the native Windows multithreading API can be used. */
1779 #undef USE_WINDOWS_THREADS
1780
1781 /* Version number of package */
1782 #undef VERSION
1783
1784 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1785    'wchar_t'. */
1786 #undef WCHAR_T_SUFFIX
1787
1788 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1789    'wint_t'. */
1790 #undef WINT_T_SUFFIX
1791
1792 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1793    significant byte first (like Motorola and SPARC, unlike Intel). */
1794 #if defined AC_APPLE_UNIVERSAL_BUILD
1795 # if defined __BIG_ENDIAN__
1796 #  define WORDS_BIGENDIAN 1
1797 # endif
1798 #else
1799 # ifndef WORDS_BIGENDIAN
1800 #  undef WORDS_BIGENDIAN
1801 # endif
1802 #endif
1803
1804 /* Enable large inode numbers on Mac OS X 10.5.  */
1805 #ifndef _DARWIN_USE_64_BIT_INODE
1806 # define _DARWIN_USE_64_BIT_INODE 1
1807 #endif
1808
1809 /* Number of bits in a file offset, on hosts where this is settable. */
1810 #undef _FILE_OFFSET_BITS
1811
1812 /* enable compile-time and run-time bounds-checking, and some warnings */
1813 #undef _FORTIFY_SOURCE
1814
1815 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
1816    stat.st_size becomes 64-bit. */
1817 #undef _GL_WINDOWS_64_BIT_ST_SIZE
1818
1819 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1820 #undef _LARGEFILE_SOURCE
1821
1822 /* Define for large files, on AIX-style hosts. */
1823 #undef _LARGE_FILES
1824
1825 /* Define to 1 if on MINIX. */
1826 #undef _MINIX
1827
1828 /* The _Noreturn keyword of C11.  */
1829 #if ! (defined _Noreturn \
1830        || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
1831 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1832       || 0x5110 <= __SUNPRO_C)
1833 #  define _Noreturn __attribute__ ((__noreturn__))
1834 # elif defined _MSC_VER && 1200 <= _MSC_VER
1835 #  define _Noreturn __declspec (noreturn)
1836 # else
1837 #  define _Noreturn
1838 # endif
1839 #endif
1840
1841
1842 /* Define to 2 if the system does not provide POSIX.1 features except with
1843    this defined. */
1844 #undef _POSIX_1_SOURCE
1845
1846 /* Define to 1 if you need to in order for 'stat' and other things to work. */
1847 #undef _POSIX_SOURCE
1848
1849 /* Define to 500 only on HP-UX. */
1850 #undef _XOPEN_SOURCE
1851
1852 /* Enable extensions on AIX 3, Interix.  */
1853 #ifndef _ALL_SOURCE
1854 # undef _ALL_SOURCE
1855 #endif
1856 /* Enable general extensions on MacOS X.  */
1857 #ifndef _DARWIN_C_SOURCE
1858 # undef _DARWIN_C_SOURCE
1859 #endif
1860 /* Enable GNU extensions on systems that have them.  */
1861 #ifndef _GNU_SOURCE
1862 # undef _GNU_SOURCE
1863 #endif
1864 /* Enable threading extensions on Solaris.  */
1865 #ifndef _POSIX_PTHREAD_SEMANTICS
1866 # undef _POSIX_PTHREAD_SEMANTICS
1867 #endif
1868 /* Enable extensions on HP NonStop.  */
1869 #ifndef _TANDEM_SOURCE
1870 # undef _TANDEM_SOURCE
1871 #endif
1872 /* Enable general extensions on Solaris.  */
1873 #ifndef __EXTENSIONS__
1874 # undef __EXTENSIONS__
1875 #endif
1876
1877
1878 /* Define to rpl_ if the getopt replacement functions and variables should be
1879    used. */
1880 #undef __GETOPT_PREFIX
1881
1882 /* Define to empty if `const' does not conform to ANSI C. */
1883 #undef const
1884
1885 /* Define to rpl_gmtime if the replacement function should be used. */
1886 #undef gmtime
1887
1888 /* Define to `__inline__' or `__inline' if that's what the C compiler
1889    calls it, or to nothing if 'inline' is not supported under any name.  */
1890 #ifndef __cplusplus
1891 #undef inline
1892 #endif
1893
1894 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1895 #undef intmax_t
1896
1897 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1898    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1899    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1900    __APPLE__ && __MACH__ test for MacOS X.
1901    __APPLE_CC__ tests for the Apple compiler and its version.
1902    __STDC_VERSION__ tests for the C99 mode.  */
1903 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1904 # define __GNUC_STDC_INLINE__ 1
1905 #endif
1906
1907 /* Define to 1 if the compiler is checking for lint. */
1908 #undef lint
1909
1910 /* Define to rpl_localtime if the replacement function should be used. */
1911 #undef localtime
1912
1913 /* Define to a type if <wchar.h> does not define. */
1914 #undef mbstate_t
1915
1916 /* Define to `int' if <sys/types.h> does not define. */
1917 #undef mode_t
1918
1919 /* Define to the type of st_nlink in struct stat, or a supertype. */
1920 #undef nlink_t
1921
1922 /* Define to `long int' if <sys/types.h> does not define. */
1923 #undef off_t
1924
1925 /* Define to `int' if <sys/types.h> does not define. */
1926 #undef pid_t
1927
1928 /* Define as the type of the result of subtracting two pointers, if the system
1929    doesn't define it. */
1930 #undef ptrdiff_t
1931
1932 /* Define to the equivalent of the C99 'restrict' keyword, or to
1933    nothing if this is not supported.  Do not define if restrict is
1934    supported directly.  */
1935 #undef restrict
1936 /* Work around a bug in Sun C++: it does not support _Restrict or
1937    __restrict__, even though the corresponding Sun C compiler ends up with
1938    "#define restrict _Restrict" or "#define restrict __restrict__" in the
1939    previous line.  Perhaps some future version of Sun C++ will work with
1940    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1941 #if defined __SUNPRO_CC && !defined __RESTRICT
1942 # define _Restrict
1943 # define __restrict__
1944 #endif
1945
1946 /* Define to `unsigned int' if <sys/types.h> does not define. */
1947 #undef size_t
1948
1949 /* Define as a signed type of the same size as size_t. */
1950 #undef ssize_t
1951
1952 /* Define as a marker that can be attached to declarations that might not
1953     be used.  This helps to reduce warnings, such as from
1954     GCC -Wunused-parameter.  */
1955 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1956 # define _GL_UNUSED __attribute__ ((__unused__))
1957 #else
1958 # define _GL_UNUSED
1959 #endif
1960 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1961    is a misnomer outside of parameter lists.  */
1962 #define _UNUSED_PARAMETER_ _GL_UNUSED
1963
1964 /* The __pure__ attribute was added in gcc 2.96.  */
1965 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1966 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1967 #else
1968 # define _GL_ATTRIBUTE_PURE /* empty */
1969 #endif
1970
1971 /* The __const__ attribute was added in gcc 2.95.  */
1972 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1973 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1974 #else
1975 # define _GL_ATTRIBUTE_CONST /* empty */
1976 #endif
1977