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