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