update-gnulib.sh: work around aclocal warning with Perl >= 5.16
[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
88b48903
WN
29/* Define as the bit index in the word where to find bit 0 of the exponent of
30 'double'. */
31#undef DBL_EXPBIT0_BIT
32
33/* Define as the word index where to find the exponent of 'double'. */
34#undef DBL_EXPBIT0_WORD
35
18848e28
GF
36/* the name of the file descriptor member of DIR */
37#undef DIR_FD_MEMBER_NAME
38
39#ifdef DIR_FD_MEMBER_NAME
40# define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
41#else
42# define DIR_TO_FD(Dir_p) -1
43#endif
44
45
98399780
YQ
46/* Define to 1 if // is a file system root distinct from /. */
47#undef DOUBLE_SLASH_IS_DISTINCT_ROOT
48
49/* Define to 1 if realpath() can malloc memory, always gives an absolute path,
50 and handles trailing slash correctly. */
51#undef FUNC_REALPATH_WORKS
52
53/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
54 whether the gnulib module canonicalize-lgpl shall be considered present. */
55#undef GNULIB_CANONICALIZE_LGPL
56
6a29c58e
YQ
57/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
58 whether the gnulib module fscanf shall be considered present. */
59#undef GNULIB_FSCANF
60
61/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
62 whether the gnulib module scanf shall be considered present. */
63#undef GNULIB_SCANF
64
98399780
YQ
65/* Define to 1 when the gnulib module canonicalize_file_name should be tested.
66 */
67#undef GNULIB_TEST_CANONICALIZE_FILE_NAME
68
6a29c58e
YQ
69/* Define to 1 when the gnulib module chdir should be tested. */
70#undef GNULIB_TEST_CHDIR
71
18848e28
GF
72/* Define to 1 when the gnulib module dirfd should be tested. */
73#undef GNULIB_TEST_DIRFD
74
88b48903
WN
75/* Define to 1 when the gnulib module frexp should be tested. */
76#undef GNULIB_TEST_FREXP
77
78/* Define to 1 when the gnulib module frexpl should be tested. */
79#undef GNULIB_TEST_FREXPL
80
f45c62c4
YQ
81/* Define to 1 when the gnulib module lstat should be tested. */
82#undef GNULIB_TEST_LSTAT
83
6a29c58e
YQ
84/* Define to 1 when the gnulib module malloc-posix should be tested. */
85#undef GNULIB_TEST_MALLOC_POSIX
86
8690e634
JK
87/* Define to 1 when the gnulib module mbrtowc should be tested. */
88#undef GNULIB_TEST_MBRTOWC
89
90/* Define to 1 when the gnulib module mbsinit should be tested. */
91#undef GNULIB_TEST_MBSINIT
92
93/* Define to 1 when the gnulib module mbsrtowcs should be tested. */
94#undef GNULIB_TEST_MBSRTOWCS
95
c971b7fa
PA
96/* Define to 1 when the gnulib module memchr should be tested. */
97#undef GNULIB_TEST_MEMCHR
98
99/* Define to 1 when the gnulib module memmem should be tested. */
100#undef GNULIB_TEST_MEMMEM
101
2196f55f
YQ
102/* Define to 1 when the gnulib module readlink should be tested. */
103#undef GNULIB_TEST_READLINK
104
98399780
YQ
105/* Define to 1 when the gnulib module realpath should be tested. */
106#undef GNULIB_TEST_REALPATH
107
6a29c58e
YQ
108/* Define to 1 when the gnulib module rename should be tested. */
109#undef GNULIB_TEST_RENAME
110
111/* Define to 1 when the gnulib module rmdir should be tested. */
112#undef GNULIB_TEST_RMDIR
113
2196f55f
YQ
114/* Define to 1 when the gnulib module stat should be tested. */
115#undef GNULIB_TEST_STAT
116
63ce7108
TT
117/* Define to 1 when the gnulib module strstr should be tested. */
118#undef GNULIB_TEST_STRSTR
119
3574124b 120/* Define to 1 if you have the `alarm' function. */
88b48903
WN
121#undef HAVE_ALARM
122
8690e634
JK
123/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
124 may be supplied by this distribution. */
125#undef HAVE_ALLOCA
126
127/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
128 */
129#undef HAVE_ALLOCA_H
130
c971b7fa
PA
131/* Define to 1 if you have the <bp-sym.h> header file. */
132#undef HAVE_BP_SYM_H
133
3574124b 134/* Define to 1 if you have the `btowc' function. */
8690e634
JK
135#undef HAVE_BTOWC
136
98399780
YQ
137/* Define to 1 if you have the `canonicalize_file_name' function. */
138#undef HAVE_CANONICALIZE_FILE_NAME
139
18848e28
GF
140/* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
141 */
142#undef HAVE_DECL_DIRFD
143
8690e634
JK
144/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
145 don't. */
146#undef HAVE_DECL_GETC_UNLOCKED
147
148/* Define to 1 if you have the declaration of `isblank', and to 0 if you
149 don't. */
150#undef HAVE_DECL_ISBLANK
151
152/* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
153 don't. */
154#undef HAVE_DECL_MBRTOWC
155
156/* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
157 don't. */
158#undef HAVE_DECL_MBSINIT
159
160/* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you
161 don't. */
162#undef HAVE_DECL_MBSRTOWCS
163
c971b7fa
PA
164/* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
165 */
166#undef HAVE_DECL_MEMMEM
167
8690e634
JK
168/* Define to 1 if you have the declaration of `towlower', and to 0 if you
169 don't. */
170#undef HAVE_DECL_TOWLOWER
171
e26b6bb0
TT
172/* Define to 1 if you have the <dirent.h> header file. */
173#undef HAVE_DIRENT_H
174
18848e28
GF
175/* Define to 1 if you have the `dirfd' function. */
176#undef HAVE_DIRFD
177
8690e634
JK
178/* Define to 1 if you have the <features.h> header file. */
179#undef HAVE_FEATURES_H
180
88b48903
WN
181/* Define if the frexp() function is available and works. */
182#undef HAVE_FREXP
183
184/* Define if the frexpl() function is available. */
185#undef HAVE_FREXPL
186
98399780
YQ
187/* Define to 1 if you have the `getcwd' function. */
188#undef HAVE_GETCWD
189
c971b7fa
PA
190/* Define to 1 if you have the <inttypes.h> header file. */
191#undef HAVE_INTTYPES_H
192
3574124b 193/* Define to 1 if you have the `isblank' function. */
8690e634
JK
194#undef HAVE_ISBLANK
195
88b48903
WN
196/* Define if the isnan(double) function is available in libc. */
197#undef HAVE_ISNAND_IN_LIBC
198
199/* Define if the isnan(long double) function is available in libc. */
200#undef HAVE_ISNANL_IN_LIBC
201
3574124b 202/* Define to 1 if you have the `iswcntrl' function. */
8690e634
JK
203#undef HAVE_ISWCNTRL
204
3574124b 205/* Define to 1 if you have the `iswctype' function. */
8690e634
JK
206#undef HAVE_ISWCTYPE
207
208/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
209#undef HAVE_LANGINFO_CODESET
210
6a29c58e
YQ
211/* Define to 1 if you have the `link' function. */
212#undef HAVE_LINK
213
c971b7fa
PA
214/* Define to 1 if the system has the type 'long long int'. */
215#undef HAVE_LONG_LONG_INT
216
2196f55f
YQ
217/* Define to 1 if you have the `lstat' function. */
218#undef HAVE_LSTAT
219
6a29c58e
YQ
220/* Define if the 'malloc' function is POSIX compliant. */
221#undef HAVE_MALLOC_POSIX
222
c971b7fa
PA
223/* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
224 config.h and <sys/mman.h>. */
225#undef HAVE_MAP_ANONYMOUS
226
88b48903
WN
227/* Define to 1 if you have the <math.h> header file. */
228#undef HAVE_MATH_H
229
3574124b 230/* Define to 1 if you have the `mbrtowc' function. */
8690e634
JK
231#undef HAVE_MBRTOWC
232
3574124b 233/* Define to 1 if you have the `mbsinit' function. */
8690e634
JK
234#undef HAVE_MBSINIT
235
3574124b 236/* Define to 1 if you have the `mbsrtowcs' function. */
8690e634
JK
237#undef HAVE_MBSRTOWCS
238
239/* Define to 1 if <wchar.h> declares mbstate_t. */
240#undef HAVE_MBSTATE_T
241
c971b7fa
PA
242/* Define to 1 if you have the `memmem' function. */
243#undef HAVE_MEMMEM
244
245/* Define to 1 if you have the <memory.h> header file. */
246#undef HAVE_MEMORY_H
247
3574124b 248/* Define to 1 if you have the `mempcpy' function. */
8690e634
JK
249#undef HAVE_MEMPCPY
250
3574124b 251/* Define to 1 if you have the `mprotect' function. */
c971b7fa
PA
252#undef HAVE_MPROTECT
253
88b48903
WN
254/* Define to 1 if acosf is declared even after undefining macros. */
255#undef HAVE_RAW_DECL_ACOSF
256
257/* Define to 1 if acosl is declared even after undefining macros. */
258#undef HAVE_RAW_DECL_ACOSL
259
e26b6bb0
TT
260/* Define to 1 if alphasort is declared even after undefining macros. */
261#undef HAVE_RAW_DECL_ALPHASORT
262
88b48903
WN
263/* Define to 1 if asinf is declared even after undefining macros. */
264#undef HAVE_RAW_DECL_ASINF
265
266/* Define to 1 if asinl is declared even after undefining macros. */
267#undef HAVE_RAW_DECL_ASINL
268
269/* Define to 1 if atanf is declared even after undefining macros. */
270#undef HAVE_RAW_DECL_ATANF
271
272/* Define to 1 if atanl is declared even after undefining macros. */
273#undef HAVE_RAW_DECL_ATANL
274
98399780
YQ
275/* Define to 1 if atoll is declared even after undefining macros. */
276#undef HAVE_RAW_DECL_ATOLL
277
8690e634
JK
278/* Define to 1 if btowc is declared even after undefining macros. */
279#undef HAVE_RAW_DECL_BTOWC
280
98399780
YQ
281/* Define to 1 if canonicalize_file_name is declared even after undefining
282 macros. */
283#undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
284
88b48903
WN
285/* Define to 1 if cbrt is declared even after undefining macros. */
286#undef HAVE_RAW_DECL_CBRT
287
288/* Define to 1 if cbrtf is declared even after undefining macros. */
289#undef HAVE_RAW_DECL_CBRTF
290
291/* Define to 1 if cbrtl is declared even after undefining macros. */
292#undef HAVE_RAW_DECL_CBRTL
293
294/* Define to 1 if ceilf is declared even after undefining macros. */
295#undef HAVE_RAW_DECL_CEILF
296
297/* Define to 1 if ceill is declared even after undefining macros. */
298#undef HAVE_RAW_DECL_CEILL
299
8839a007
PA
300/* Define to 1 if chdir is declared even after undefining macros. */
301#undef HAVE_RAW_DECL_CHDIR
302
303/* Define to 1 if chown is declared even after undefining macros. */
304#undef HAVE_RAW_DECL_CHOWN
305
e26b6bb0
TT
306/* Define to 1 if closedir is declared even after undefining macros. */
307#undef HAVE_RAW_DECL_CLOSEDIR
308
88b48903
WN
309/* Define to 1 if copysign is declared even after undefining macros. */
310#undef HAVE_RAW_DECL_COPYSIGN
311
312/* Define to 1 if copysignf is declared even after undefining macros. */
313#undef HAVE_RAW_DECL_COPYSIGNF
314
315/* Define to 1 if copysignl is declared even after undefining macros. */
316#undef HAVE_RAW_DECL_COPYSIGNL
317
318/* Define to 1 if cosf is declared even after undefining macros. */
319#undef HAVE_RAW_DECL_COSF
320
321/* Define to 1 if coshf is declared even after undefining macros. */
322#undef HAVE_RAW_DECL_COSHF
323
324/* Define to 1 if cosl is declared even after undefining macros. */
325#undef HAVE_RAW_DECL_COSL
326
e26b6bb0
TT
327/* Define to 1 if dirfd is declared even after undefining macros. */
328#undef HAVE_RAW_DECL_DIRFD
329
6a29c58e
YQ
330/* Define to 1 if dprintf is declared even after undefining macros. */
331#undef HAVE_RAW_DECL_DPRINTF
332
8839a007
PA
333/* Define to 1 if dup is declared even after undefining macros. */
334#undef HAVE_RAW_DECL_DUP
335
336/* Define to 1 if dup2 is declared even after undefining macros. */
337#undef HAVE_RAW_DECL_DUP2
338
339/* Define to 1 if dup3 is declared even after undefining macros. */
340#undef HAVE_RAW_DECL_DUP3
341
342/* Define to 1 if endusershell is declared even after undefining macros. */
343#undef HAVE_RAW_DECL_ENDUSERSHELL
344
345/* Define to 1 if environ is declared even after undefining macros. */
346#undef HAVE_RAW_DECL_ENVIRON
347
348/* Define to 1 if euidaccess is declared even after undefining macros. */
349#undef HAVE_RAW_DECL_EUIDACCESS
350
88b48903
WN
351/* Define to 1 if exp2 is declared even after undefining macros. */
352#undef HAVE_RAW_DECL_EXP2
353
354/* Define to 1 if exp2f is declared even after undefining macros. */
355#undef HAVE_RAW_DECL_EXP2F
356
357/* Define to 1 if exp2l is declared even after undefining macros. */
358#undef HAVE_RAW_DECL_EXP2L
359
360/* Define to 1 if expf is declared even after undefining macros. */
361#undef HAVE_RAW_DECL_EXPF
362
363/* Define to 1 if expl is declared even after undefining macros. */
364#undef HAVE_RAW_DECL_EXPL
365
366/* Define to 1 if expm1 is declared even after undefining macros. */
367#undef HAVE_RAW_DECL_EXPM1
368
369/* Define to 1 if expm1f is declared even after undefining macros. */
370#undef HAVE_RAW_DECL_EXPM1F
371
372/* Define to 1 if expm1l is declared even after undefining macros. */
373#undef HAVE_RAW_DECL_EXPM1L
374
375/* Define to 1 if fabsf is declared even after undefining macros. */
376#undef HAVE_RAW_DECL_FABSF
377
378/* Define to 1 if fabsl is declared even after undefining macros. */
379#undef HAVE_RAW_DECL_FABSL
380
8839a007
PA
381/* Define to 1 if faccessat is declared even after undefining macros. */
382#undef HAVE_RAW_DECL_FACCESSAT
383
384/* Define to 1 if fchdir is declared even after undefining macros. */
385#undef HAVE_RAW_DECL_FCHDIR
386
09607c9e
TT
387/* Define to 1 if fchmodat is declared even after undefining macros. */
388#undef HAVE_RAW_DECL_FCHMODAT
389
8839a007
PA
390/* Define to 1 if fchownat is declared even after undefining macros. */
391#undef HAVE_RAW_DECL_FCHOWNAT
392
393/* Define to 1 if fdatasync is declared even after undefining macros. */
394#undef HAVE_RAW_DECL_FDATASYNC
395
e26b6bb0
TT
396/* Define to 1 if fdopendir is declared even after undefining macros. */
397#undef HAVE_RAW_DECL_FDOPENDIR
398
c971b7fa
PA
399/* Define to 1 if ffsl is declared even after undefining macros. */
400#undef HAVE_RAW_DECL_FFSL
401
402/* Define to 1 if ffsll is declared even after undefining macros. */
403#undef HAVE_RAW_DECL_FFSLL
404
88b48903
WN
405/* Define to 1 if floorf is declared even after undefining macros. */
406#undef HAVE_RAW_DECL_FLOORF
407
408/* Define to 1 if floorl is declared even after undefining macros. */
409#undef HAVE_RAW_DECL_FLOORL
410
411/* Define to 1 if fma is declared even after undefining macros. */
412#undef HAVE_RAW_DECL_FMA
413
414/* Define to 1 if fmaf is declared even after undefining macros. */
415#undef HAVE_RAW_DECL_FMAF
416
417/* Define to 1 if fmal is declared even after undefining macros. */
418#undef HAVE_RAW_DECL_FMAL
419
420/* Define to 1 if fmod is declared even after undefining macros. */
421#undef HAVE_RAW_DECL_FMOD
422
423/* Define to 1 if fmodf is declared even after undefining macros. */
424#undef HAVE_RAW_DECL_FMODF
425
426/* Define to 1 if fmodl is declared even after undefining macros. */
427#undef HAVE_RAW_DECL_FMODL
428
6a29c58e
YQ
429/* Define to 1 if fpurge is declared even after undefining macros. */
430#undef HAVE_RAW_DECL_FPURGE
431
88b48903
WN
432/* Define to 1 if frexpf is declared even after undefining macros. */
433#undef HAVE_RAW_DECL_FREXPF
434
435/* Define to 1 if frexpl is declared even after undefining macros. */
436#undef HAVE_RAW_DECL_FREXPL
437
6a29c58e
YQ
438/* Define to 1 if fseeko is declared even after undefining macros. */
439#undef HAVE_RAW_DECL_FSEEKO
440
09607c9e
TT
441/* Define to 1 if fstat is declared even after undefining macros. */
442#undef HAVE_RAW_DECL_FSTAT
443
444/* Define to 1 if fstatat is declared even after undefining macros. */
445#undef HAVE_RAW_DECL_FSTATAT
446
8839a007
PA
447/* Define to 1 if fsync is declared even after undefining macros. */
448#undef HAVE_RAW_DECL_FSYNC
449
6a29c58e
YQ
450/* Define to 1 if ftello is declared even after undefining macros. */
451#undef HAVE_RAW_DECL_FTELLO
452
8839a007
PA
453/* Define to 1 if ftruncate is declared even after undefining macros. */
454#undef HAVE_RAW_DECL_FTRUNCATE
455
09607c9e
TT
456/* Define to 1 if futimens is declared even after undefining macros. */
457#undef HAVE_RAW_DECL_FUTIMENS
458
8839a007
PA
459/* Define to 1 if getcwd is declared even after undefining macros. */
460#undef HAVE_RAW_DECL_GETCWD
461
6a29c58e
YQ
462/* Define to 1 if getdelim is declared even after undefining macros. */
463#undef HAVE_RAW_DECL_GETDELIM
464
8839a007
PA
465/* Define to 1 if getdomainname is declared even after undefining macros. */
466#undef HAVE_RAW_DECL_GETDOMAINNAME
467
468/* Define to 1 if getdtablesize is declared even after undefining macros. */
469#undef HAVE_RAW_DECL_GETDTABLESIZE
470
471/* Define to 1 if getgroups is declared even after undefining macros. */
472#undef HAVE_RAW_DECL_GETGROUPS
473
474/* Define to 1 if gethostname is declared even after undefining macros. */
475#undef HAVE_RAW_DECL_GETHOSTNAME
476
6a29c58e
YQ
477/* Define to 1 if getline is declared even after undefining macros. */
478#undef HAVE_RAW_DECL_GETLINE
479
98399780
YQ
480/* Define to 1 if getloadavg is declared even after undefining macros. */
481#undef HAVE_RAW_DECL_GETLOADAVG
482
8839a007
PA
483/* Define to 1 if getlogin is declared even after undefining macros. */
484#undef HAVE_RAW_DECL_GETLOGIN
485
486/* Define to 1 if getlogin_r is declared even after undefining macros. */
487#undef HAVE_RAW_DECL_GETLOGIN_R
488
489/* Define to 1 if getpagesize is declared even after undefining macros. */
490#undef HAVE_RAW_DECL_GETPAGESIZE
491
6a29c58e
YQ
492/* Define to 1 if gets is declared even after undefining macros. */
493#undef HAVE_RAW_DECL_GETS
494
98399780
YQ
495/* Define to 1 if getsubopt is declared even after undefining macros. */
496#undef HAVE_RAW_DECL_GETSUBOPT
497
8839a007
PA
498/* Define to 1 if getusershell is declared even after undefining macros. */
499#undef HAVE_RAW_DECL_GETUSERSHELL
500
98399780
YQ
501/* Define to 1 if grantpt is declared even after undefining macros. */
502#undef HAVE_RAW_DECL_GRANTPT
503
8839a007
PA
504/* Define to 1 if group_member is declared even after undefining macros. */
505#undef HAVE_RAW_DECL_GROUP_MEMBER
506
88b48903
WN
507/* Define to 1 if hypotf is declared even after undefining macros. */
508#undef HAVE_RAW_DECL_HYPOTF
509
510/* Define to 1 if hypotl is declared even after undefining macros. */
511#undef HAVE_RAW_DECL_HYPOTL
512
513/* Define to 1 if ilogb is declared even after undefining macros. */
514#undef HAVE_RAW_DECL_ILOGB
515
516/* Define to 1 if ilogbf is declared even after undefining macros. */
517#undef HAVE_RAW_DECL_ILOGBF
518
519/* Define to 1 if ilogbl is declared even after undefining macros. */
520#undef HAVE_RAW_DECL_ILOGBL
521
c971b7fa
PA
522/* Define to 1 if imaxabs is declared even after undefining macros. */
523#undef HAVE_RAW_DECL_IMAXABS
524
525/* Define to 1 if imaxdiv is declared even after undefining macros. */
526#undef HAVE_RAW_DECL_IMAXDIV
527
98399780
YQ
528/* Define to 1 if initstate is declared even after undefining macros. */
529#undef HAVE_RAW_DECL_INITSTATE
530
531/* Define to 1 if initstate_r is declared even after undefining macros. */
532#undef HAVE_RAW_DECL_INITSTATE_R
533
8839a007
PA
534/* Define to 1 if isatty is declared even after undefining macros. */
535#undef HAVE_RAW_DECL_ISATTY
536
8690e634
JK
537/* Define to 1 if iswctype is declared even after undefining macros. */
538#undef HAVE_RAW_DECL_ISWCTYPE
539
09607c9e
TT
540/* Define to 1 if lchmod is declared even after undefining macros. */
541#undef HAVE_RAW_DECL_LCHMOD
542
8839a007
PA
543/* Define to 1 if lchown is declared even after undefining macros. */
544#undef HAVE_RAW_DECL_LCHOWN
545
88b48903
WN
546/* Define to 1 if ldexpf is declared even after undefining macros. */
547#undef HAVE_RAW_DECL_LDEXPF
548
549/* Define to 1 if ldexpl is declared even after undefining macros. */
550#undef HAVE_RAW_DECL_LDEXPL
551
8839a007
PA
552/* Define to 1 if link is declared even after undefining macros. */
553#undef HAVE_RAW_DECL_LINK
554
555/* Define to 1 if linkat is declared even after undefining macros. */
556#undef HAVE_RAW_DECL_LINKAT
557
88b48903
WN
558/* Define to 1 if log is declared even after undefining macros. */
559#undef HAVE_RAW_DECL_LOG
560
561/* Define to 1 if log10 is declared even after undefining macros. */
562#undef HAVE_RAW_DECL_LOG10
563
564/* Define to 1 if log10f is declared even after undefining macros. */
565#undef HAVE_RAW_DECL_LOG10F
566
567/* Define to 1 if log10l is declared even after undefining macros. */
568#undef HAVE_RAW_DECL_LOG10L
569
570/* Define to 1 if log1p is declared even after undefining macros. */
571#undef HAVE_RAW_DECL_LOG1P
572
573/* Define to 1 if log1pf is declared even after undefining macros. */
574#undef HAVE_RAW_DECL_LOG1PF
575
576/* Define to 1 if log1pl is declared even after undefining macros. */
577#undef HAVE_RAW_DECL_LOG1PL
578
579/* Define to 1 if log2 is declared even after undefining macros. */
580#undef HAVE_RAW_DECL_LOG2
581
582/* Define to 1 if log2f is declared even after undefining macros. */
583#undef HAVE_RAW_DECL_LOG2F
584
585/* Define to 1 if log2l is declared even after undefining macros. */
586#undef HAVE_RAW_DECL_LOG2L
587
588/* Define to 1 if logb is declared even after undefining macros. */
589#undef HAVE_RAW_DECL_LOGB
590
591/* Define to 1 if logbf is declared even after undefining macros. */
592#undef HAVE_RAW_DECL_LOGBF
593
594/* Define to 1 if logbl is declared even after undefining macros. */
595#undef HAVE_RAW_DECL_LOGBL
596
597/* Define to 1 if logf is declared even after undefining macros. */
598#undef HAVE_RAW_DECL_LOGF
599
600/* Define to 1 if logl is declared even after undefining macros. */
601#undef HAVE_RAW_DECL_LOGL
602
8839a007
PA
603/* Define to 1 if lseek is declared even after undefining macros. */
604#undef HAVE_RAW_DECL_LSEEK
605
09607c9e
TT
606/* Define to 1 if lstat is declared even after undefining macros. */
607#undef HAVE_RAW_DECL_LSTAT
608
8690e634
JK
609/* Define to 1 if mbrlen is declared even after undefining macros. */
610#undef HAVE_RAW_DECL_MBRLEN
611
612/* Define to 1 if mbrtowc is declared even after undefining macros. */
613#undef HAVE_RAW_DECL_MBRTOWC
614
615/* Define to 1 if mbsinit is declared even after undefining macros. */
616#undef HAVE_RAW_DECL_MBSINIT
617
618/* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
619#undef HAVE_RAW_DECL_MBSNRTOWCS
620
621/* Define to 1 if mbsrtowcs is declared even after undefining macros. */
622#undef HAVE_RAW_DECL_MBSRTOWCS
623
c971b7fa
PA
624/* Define to 1 if memmem is declared even after undefining macros. */
625#undef HAVE_RAW_DECL_MEMMEM
626
627/* Define to 1 if mempcpy is declared even after undefining macros. */
628#undef HAVE_RAW_DECL_MEMPCPY
629
630/* Define to 1 if memrchr is declared even after undefining macros. */
631#undef HAVE_RAW_DECL_MEMRCHR
632
09607c9e
TT
633/* Define to 1 if mkdirat is declared even after undefining macros. */
634#undef HAVE_RAW_DECL_MKDIRAT
635
98399780
YQ
636/* Define to 1 if mkdtemp is declared even after undefining macros. */
637#undef HAVE_RAW_DECL_MKDTEMP
638
09607c9e
TT
639/* Define to 1 if mkfifo is declared even after undefining macros. */
640#undef HAVE_RAW_DECL_MKFIFO
641
642/* Define to 1 if mkfifoat is declared even after undefining macros. */
643#undef HAVE_RAW_DECL_MKFIFOAT
644
645/* Define to 1 if mknod is declared even after undefining macros. */
646#undef HAVE_RAW_DECL_MKNOD
647
648/* Define to 1 if mknodat is declared even after undefining macros. */
649#undef HAVE_RAW_DECL_MKNODAT
650
98399780
YQ
651/* Define to 1 if mkostemp is declared even after undefining macros. */
652#undef HAVE_RAW_DECL_MKOSTEMP
653
654/* Define to 1 if mkostemps is declared even after undefining macros. */
655#undef HAVE_RAW_DECL_MKOSTEMPS
656
657/* Define to 1 if mkstemp is declared even after undefining macros. */
658#undef HAVE_RAW_DECL_MKSTEMP
659
660/* Define to 1 if mkstemps is declared even after undefining macros. */
661#undef HAVE_RAW_DECL_MKSTEMPS
662
88b48903
WN
663/* Define to 1 if modf is declared even after undefining macros. */
664#undef HAVE_RAW_DECL_MODF
665
666/* Define to 1 if modff is declared even after undefining macros. */
667#undef HAVE_RAW_DECL_MODFF
668
669/* Define to 1 if modfl is declared even after undefining macros. */
670#undef HAVE_RAW_DECL_MODFL
671
e26b6bb0
TT
672/* Define to 1 if opendir is declared even after undefining macros. */
673#undef HAVE_RAW_DECL_OPENDIR
674
6a29c58e
YQ
675/* Define to 1 if pclose is declared even after undefining macros. */
676#undef HAVE_RAW_DECL_PCLOSE
677
8839a007
PA
678/* Define to 1 if pipe is declared even after undefining macros. */
679#undef HAVE_RAW_DECL_PIPE
680
681/* Define to 1 if pipe2 is declared even after undefining macros. */
682#undef HAVE_RAW_DECL_PIPE2
683
6a29c58e
YQ
684/* Define to 1 if popen is declared even after undefining macros. */
685#undef HAVE_RAW_DECL_POPEN
686
98399780
YQ
687/* Define to 1 if posix_openpt is declared even after undefining macros. */
688#undef HAVE_RAW_DECL_POSIX_OPENPT
689
88b48903
WN
690/* Define to 1 if powf is declared even after undefining macros. */
691#undef HAVE_RAW_DECL_POWF
692
8839a007
PA
693/* Define to 1 if pread is declared even after undefining macros. */
694#undef HAVE_RAW_DECL_PREAD
695
98399780
YQ
696/* Define to 1 if ptsname is declared even after undefining macros. */
697#undef HAVE_RAW_DECL_PTSNAME
698
699/* Define to 1 if ptsname_r is declared even after undefining macros. */
700#undef HAVE_RAW_DECL_PTSNAME_R
701
8839a007
PA
702/* Define to 1 if pwrite is declared even after undefining macros. */
703#undef HAVE_RAW_DECL_PWRITE
704
98399780
YQ
705/* Define to 1 if random is declared even after undefining macros. */
706#undef HAVE_RAW_DECL_RANDOM
707
708/* Define to 1 if random_r is declared even after undefining macros. */
709#undef HAVE_RAW_DECL_RANDOM_R
710
c971b7fa
PA
711/* Define to 1 if rawmemchr is declared even after undefining macros. */
712#undef HAVE_RAW_DECL_RAWMEMCHR
713
e26b6bb0
TT
714/* Define to 1 if readdir is declared even after undefining macros. */
715#undef HAVE_RAW_DECL_READDIR
716
8839a007
PA
717/* Define to 1 if readlink is declared even after undefining macros. */
718#undef HAVE_RAW_DECL_READLINK
719
720/* Define to 1 if readlinkat is declared even after undefining macros. */
721#undef HAVE_RAW_DECL_READLINKAT
722
98399780
YQ
723/* Define to 1 if realpath is declared even after undefining macros. */
724#undef HAVE_RAW_DECL_REALPATH
725
88b48903
WN
726/* Define to 1 if remainder is declared even after undefining macros. */
727#undef HAVE_RAW_DECL_REMAINDER
728
729/* Define to 1 if remainderf is declared even after undefining macros. */
730#undef HAVE_RAW_DECL_REMAINDERF
731
732/* Define to 1 if remainderl is declared even after undefining macros. */
733#undef HAVE_RAW_DECL_REMAINDERL
734
6a29c58e
YQ
735/* Define to 1 if renameat is declared even after undefining macros. */
736#undef HAVE_RAW_DECL_RENAMEAT
737
e26b6bb0
TT
738/* Define to 1 if rewinddir is declared even after undefining macros. */
739#undef HAVE_RAW_DECL_REWINDDIR
740
88b48903
WN
741/* Define to 1 if rint is declared even after undefining macros. */
742#undef HAVE_RAW_DECL_RINT
743
744/* Define to 1 if rintf is declared even after undefining macros. */
745#undef HAVE_RAW_DECL_RINTF
746
747/* Define to 1 if rintl is declared even after undefining macros. */
748#undef HAVE_RAW_DECL_RINTL
749
8839a007
PA
750/* Define to 1 if rmdir is declared even after undefining macros. */
751#undef HAVE_RAW_DECL_RMDIR
752
88b48903
WN
753/* Define to 1 if round is declared even after undefining macros. */
754#undef HAVE_RAW_DECL_ROUND
755
756/* Define to 1 if roundf is declared even after undefining macros. */
757#undef HAVE_RAW_DECL_ROUNDF
758
759/* Define to 1 if roundl is declared even after undefining macros. */
760#undef HAVE_RAW_DECL_ROUNDL
761
98399780
YQ
762/* Define to 1 if rpmatch is declared even after undefining macros. */
763#undef HAVE_RAW_DECL_RPMATCH
764
e26b6bb0
TT
765/* Define to 1 if scandir is declared even after undefining macros. */
766#undef HAVE_RAW_DECL_SCANDIR
767
98399780
YQ
768/* Define to 1 if setenv is declared even after undefining macros. */
769#undef HAVE_RAW_DECL_SETENV
770
8839a007
PA
771/* Define to 1 if sethostname is declared even after undefining macros. */
772#undef HAVE_RAW_DECL_SETHOSTNAME
773
98399780
YQ
774/* Define to 1 if setstate is declared even after undefining macros. */
775#undef HAVE_RAW_DECL_SETSTATE
776
777/* Define to 1 if setstate_r is declared even after undefining macros. */
778#undef HAVE_RAW_DECL_SETSTATE_R
779
8839a007
PA
780/* Define to 1 if setusershell is declared even after undefining macros. */
781#undef HAVE_RAW_DECL_SETUSERSHELL
782
88b48903
WN
783/* Define to 1 if sinf is declared even after undefining macros. */
784#undef HAVE_RAW_DECL_SINF
785
786/* Define to 1 if sinhf is declared even after undefining macros. */
787#undef HAVE_RAW_DECL_SINHF
788
789/* Define to 1 if sinl is declared even after undefining macros. */
790#undef HAVE_RAW_DECL_SINL
791
8839a007
PA
792/* Define to 1 if sleep is declared even after undefining macros. */
793#undef HAVE_RAW_DECL_SLEEP
794
6a29c58e
YQ
795/* Define to 1 if snprintf is declared even after undefining macros. */
796#undef HAVE_RAW_DECL_SNPRINTF
797
88b48903
WN
798/* Define to 1 if sqrtf is declared even after undefining macros. */
799#undef HAVE_RAW_DECL_SQRTF
800
801/* Define to 1 if sqrtl is declared even after undefining macros. */
802#undef HAVE_RAW_DECL_SQRTL
803
98399780
YQ
804/* Define to 1 if srandom is declared even after undefining macros. */
805#undef HAVE_RAW_DECL_SRANDOM
806
807/* Define to 1 if srandom_r is declared even after undefining macros. */
808#undef HAVE_RAW_DECL_SRANDOM_R
809
09607c9e
TT
810/* Define to 1 if stat is declared even after undefining macros. */
811#undef HAVE_RAW_DECL_STAT
812
c971b7fa
PA
813/* Define to 1 if stpcpy is declared even after undefining macros. */
814#undef HAVE_RAW_DECL_STPCPY
815
816/* Define to 1 if stpncpy is declared even after undefining macros. */
817#undef HAVE_RAW_DECL_STPNCPY
818
819/* Define to 1 if strcasestr is declared even after undefining macros. */
820#undef HAVE_RAW_DECL_STRCASESTR
821
822/* Define to 1 if strchrnul is declared even after undefining macros. */
823#undef HAVE_RAW_DECL_STRCHRNUL
824
825/* Define to 1 if strdup is declared even after undefining macros. */
826#undef HAVE_RAW_DECL_STRDUP
827
828/* Define to 1 if strerror_r is declared even after undefining macros. */
829#undef HAVE_RAW_DECL_STRERROR_R
830
831/* Define to 1 if strncat is declared even after undefining macros. */
832#undef HAVE_RAW_DECL_STRNCAT
833
834/* Define to 1 if strndup is declared even after undefining macros. */
835#undef HAVE_RAW_DECL_STRNDUP
836
837/* Define to 1 if strnlen is declared even after undefining macros. */
838#undef HAVE_RAW_DECL_STRNLEN
839
840/* Define to 1 if strpbrk is declared even after undefining macros. */
841#undef HAVE_RAW_DECL_STRPBRK
842
843/* Define to 1 if strsep is declared even after undefining macros. */
844#undef HAVE_RAW_DECL_STRSEP
845
846/* Define to 1 if strsignal is declared even after undefining macros. */
847#undef HAVE_RAW_DECL_STRSIGNAL
848
98399780
YQ
849/* Define to 1 if strtod is declared even after undefining macros. */
850#undef HAVE_RAW_DECL_STRTOD
851
c971b7fa
PA
852/* Define to 1 if strtoimax is declared even after undefining macros. */
853#undef HAVE_RAW_DECL_STRTOIMAX
854
855/* Define to 1 if strtok_r is declared even after undefining macros. */
856#undef HAVE_RAW_DECL_STRTOK_R
857
98399780
YQ
858/* Define to 1 if strtoll is declared even after undefining macros. */
859#undef HAVE_RAW_DECL_STRTOLL
860
861/* Define to 1 if strtoull is declared even after undefining macros. */
862#undef HAVE_RAW_DECL_STRTOULL
863
c971b7fa
PA
864/* Define to 1 if strtoumax is declared even after undefining macros. */
865#undef HAVE_RAW_DECL_STRTOUMAX
866
867/* Define to 1 if strverscmp is declared even after undefining macros. */
868#undef HAVE_RAW_DECL_STRVERSCMP
869
8839a007
PA
870/* Define to 1 if symlink is declared even after undefining macros. */
871#undef HAVE_RAW_DECL_SYMLINK
872
873/* Define to 1 if symlinkat is declared even after undefining macros. */
874#undef HAVE_RAW_DECL_SYMLINKAT
875
88b48903
WN
876/* Define to 1 if tanf is declared even after undefining macros. */
877#undef HAVE_RAW_DECL_TANF
878
879/* Define to 1 if tanhf is declared even after undefining macros. */
880#undef HAVE_RAW_DECL_TANHF
881
882/* Define to 1 if tanl is declared even after undefining macros. */
883#undef HAVE_RAW_DECL_TANL
884
6a29c58e
YQ
885/* Define to 1 if tmpfile is declared even after undefining macros. */
886#undef HAVE_RAW_DECL_TMPFILE
887
8690e634
JK
888/* Define to 1 if towctrans is declared even after undefining macros. */
889#undef HAVE_RAW_DECL_TOWCTRANS
890
88b48903
WN
891/* Define to 1 if trunc is declared even after undefining macros. */
892#undef HAVE_RAW_DECL_TRUNC
893
894/* Define to 1 if truncf is declared even after undefining macros. */
895#undef HAVE_RAW_DECL_TRUNCF
896
897/* Define to 1 if truncl is declared even after undefining macros. */
898#undef HAVE_RAW_DECL_TRUNCL
899
8839a007
PA
900/* Define to 1 if ttyname_r is declared even after undefining macros. */
901#undef HAVE_RAW_DECL_TTYNAME_R
902
903/* Define to 1 if unlink is declared even after undefining macros. */
904#undef HAVE_RAW_DECL_UNLINK
905
906/* Define to 1 if unlinkat is declared even after undefining macros. */
907#undef HAVE_RAW_DECL_UNLINKAT
908
98399780
YQ
909/* Define to 1 if unlockpt is declared even after undefining macros. */
910#undef HAVE_RAW_DECL_UNLOCKPT
911
912/* Define to 1 if unsetenv is declared even after undefining macros. */
913#undef HAVE_RAW_DECL_UNSETENV
914
8839a007
PA
915/* Define to 1 if usleep is declared even after undefining macros. */
916#undef HAVE_RAW_DECL_USLEEP
917
09607c9e
TT
918/* Define to 1 if utimensat is declared even after undefining macros. */
919#undef HAVE_RAW_DECL_UTIMENSAT
920
6a29c58e
YQ
921/* Define to 1 if vdprintf is declared even after undefining macros. */
922#undef HAVE_RAW_DECL_VDPRINTF
923
924/* Define to 1 if vsnprintf is declared even after undefining macros. */
925#undef HAVE_RAW_DECL_VSNPRINTF
926
8690e634
JK
927/* Define to 1 if wcpcpy is declared even after undefining macros. */
928#undef HAVE_RAW_DECL_WCPCPY
929
930/* Define to 1 if wcpncpy is declared even after undefining macros. */
931#undef HAVE_RAW_DECL_WCPNCPY
932
933/* Define to 1 if wcrtomb is declared even after undefining macros. */
934#undef HAVE_RAW_DECL_WCRTOMB
935
936/* Define to 1 if wcscasecmp is declared even after undefining macros. */
937#undef HAVE_RAW_DECL_WCSCASECMP
938
939/* Define to 1 if wcscat is declared even after undefining macros. */
940#undef HAVE_RAW_DECL_WCSCAT
941
942/* Define to 1 if wcschr is declared even after undefining macros. */
943#undef HAVE_RAW_DECL_WCSCHR
944
945/* Define to 1 if wcscmp is declared even after undefining macros. */
946#undef HAVE_RAW_DECL_WCSCMP
947
948/* Define to 1 if wcscoll is declared even after undefining macros. */
949#undef HAVE_RAW_DECL_WCSCOLL
950
951/* Define to 1 if wcscpy is declared even after undefining macros. */
952#undef HAVE_RAW_DECL_WCSCPY
953
954/* Define to 1 if wcscspn is declared even after undefining macros. */
955#undef HAVE_RAW_DECL_WCSCSPN
956
957/* Define to 1 if wcsdup is declared even after undefining macros. */
958#undef HAVE_RAW_DECL_WCSDUP
959
960/* Define to 1 if wcslen is declared even after undefining macros. */
961#undef HAVE_RAW_DECL_WCSLEN
962
963/* Define to 1 if wcsncasecmp is declared even after undefining macros. */
964#undef HAVE_RAW_DECL_WCSNCASECMP
965
966/* Define to 1 if wcsncat is declared even after undefining macros. */
967#undef HAVE_RAW_DECL_WCSNCAT
968
969/* Define to 1 if wcsncmp is declared even after undefining macros. */
970#undef HAVE_RAW_DECL_WCSNCMP
971
972/* Define to 1 if wcsncpy is declared even after undefining macros. */
973#undef HAVE_RAW_DECL_WCSNCPY
974
975/* Define to 1 if wcsnlen is declared even after undefining macros. */
976#undef HAVE_RAW_DECL_WCSNLEN
977
978/* Define to 1 if wcsnrtombs is declared even after undefining macros. */
979#undef HAVE_RAW_DECL_WCSNRTOMBS
980
981/* Define to 1 if wcspbrk is declared even after undefining macros. */
982#undef HAVE_RAW_DECL_WCSPBRK
983
984/* Define to 1 if wcsrchr is declared even after undefining macros. */
985#undef HAVE_RAW_DECL_WCSRCHR
986
987/* Define to 1 if wcsrtombs is declared even after undefining macros. */
988#undef HAVE_RAW_DECL_WCSRTOMBS
989
990/* Define to 1 if wcsspn is declared even after undefining macros. */
991#undef HAVE_RAW_DECL_WCSSPN
992
993/* Define to 1 if wcsstr is declared even after undefining macros. */
994#undef HAVE_RAW_DECL_WCSSTR
995
996/* Define to 1 if wcstok is declared even after undefining macros. */
997#undef HAVE_RAW_DECL_WCSTOK
998
999/* Define to 1 if wcswidth is declared even after undefining macros. */
1000#undef HAVE_RAW_DECL_WCSWIDTH
1001
1002/* Define to 1 if wcsxfrm is declared even after undefining macros. */
1003#undef HAVE_RAW_DECL_WCSXFRM
1004
1005/* Define to 1 if wctob is declared even after undefining macros. */
1006#undef HAVE_RAW_DECL_WCTOB
1007
1008/* Define to 1 if wctrans is declared even after undefining macros. */
1009#undef HAVE_RAW_DECL_WCTRANS
1010
1011/* Define to 1 if wctype is declared even after undefining macros. */
1012#undef HAVE_RAW_DECL_WCTYPE
1013
1014/* Define to 1 if wcwidth is declared even after undefining macros. */
1015#undef HAVE_RAW_DECL_WCWIDTH
1016
1017/* Define to 1 if wmemchr is declared even after undefining macros. */
1018#undef HAVE_RAW_DECL_WMEMCHR
1019
1020/* Define to 1 if wmemcmp is declared even after undefining macros. */
1021#undef HAVE_RAW_DECL_WMEMCMP
1022
1023/* Define to 1 if wmemcpy is declared even after undefining macros. */
1024#undef HAVE_RAW_DECL_WMEMCPY
1025
1026/* Define to 1 if wmemmove is declared even after undefining macros. */
1027#undef HAVE_RAW_DECL_WMEMMOVE
1028
1029/* Define to 1 if wmemset is declared even after undefining macros. */
1030#undef HAVE_RAW_DECL_WMEMSET
1031
98399780
YQ
1032/* Define to 1 if _Exit is declared even after undefining macros. */
1033#undef HAVE_RAW_DECL__EXIT
1034
2196f55f
YQ
1035/* Define to 1 if you have the `readlink' function. */
1036#undef HAVE_READLINK
1037
98399780
YQ
1038/* Define to 1 if you have the `realpath' function. */
1039#undef HAVE_REALPATH
1040
88b48903
WN
1041/* Define to 1 if 'long double' and 'double' have the same representation. */
1042#undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
1043
c971b7fa
PA
1044/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1045#undef HAVE_SIGNED_SIG_ATOMIC_T
1046
1047/* Define to 1 if 'wchar_t' is a signed integer type. */
1048#undef HAVE_SIGNED_WCHAR_T
1049
1050/* Define to 1 if 'wint_t' is a signed integer type. */
1051#undef HAVE_SIGNED_WINT_T
1052
1053/* Define to 1 if you have the <stdint.h> header file. */
1054#undef HAVE_STDINT_H
1055
1056/* Define to 1 if you have the <stdlib.h> header file. */
1057#undef HAVE_STDLIB_H
1058
1059/* Define to 1 if you have the <strings.h> header file. */
1060#undef HAVE_STRINGS_H
1061
1062/* Define to 1 if you have the <string.h> header file. */
1063#undef HAVE_STRING_H
1064
3574124b 1065/* Define to 1 if you have the `symlink' function. */
8690e634
JK
1066#undef HAVE_SYMLINK
1067
c971b7fa
PA
1068/* Define to 1 if you have the <sys/bitypes.h> header file. */
1069#undef HAVE_SYS_BITYPES_H
1070
1071/* Define to 1 if you have the <sys/inttypes.h> header file. */
1072#undef HAVE_SYS_INTTYPES_H
1073
1074/* Define to 1 if you have the <sys/mman.h> header file. */
1075#undef HAVE_SYS_MMAN_H
1076
38ec2207
PA
1077/* Define to 1 if you have the <sys/param.h> header file. */
1078#undef HAVE_SYS_PARAM_H
1079
c971b7fa
PA
1080/* Define to 1 if you have the <sys/stat.h> header file. */
1081#undef HAVE_SYS_STAT_H
1082
09607c9e
TT
1083/* Define to 1 if you have the <sys/time.h> header file. */
1084#undef HAVE_SYS_TIME_H
1085
c971b7fa
PA
1086/* Define to 1 if you have the <sys/types.h> header file. */
1087#undef HAVE_SYS_TYPES_H
1088
8690e634
JK
1089/* Define to 1 if you have the `towlower' function. */
1090#undef HAVE_TOWLOWER
1091
c971b7fa
PA
1092/* Define to 1 if you have the <unistd.h> header file. */
1093#undef HAVE_UNISTD_H
1094
1095/* Define to 1 if the system has the type 'unsigned long long int'. */
1096#undef HAVE_UNSIGNED_LONG_LONG_INT
1097
1098/* Define to 1 if you have the <wchar.h> header file. */
1099#undef HAVE_WCHAR_H
1100
1101/* Define if you have the 'wchar_t' type. */
1102#undef HAVE_WCHAR_T
1103
8690e634
JK
1104/* Define to 1 if you have the <wctype.h> header file. */
1105#undef HAVE_WCTYPE_H
1106
1107/* Define if you have the 'wint_t' type. */
1108#undef HAVE_WINT_T
1109
3574124b 1110/* Define to 1 if you have the `wmemchr' function. */
8690e634
JK
1111#undef HAVE_WMEMCHR
1112
3574124b 1113/* Define to 1 if you have the `wmemcpy' function. */
8690e634
JK
1114#undef HAVE_WMEMCPY
1115
3574124b 1116/* Define to 1 if you have the `wmempcpy' function. */
8690e634
JK
1117#undef HAVE_WMEMPCPY
1118
1119/* Define to 1 if O_NOATIME works. */
1120#undef HAVE_WORKING_O_NOATIME
1121
1122/* Define to 1 if O_NOFOLLOW works. */
1123#undef HAVE_WORKING_O_NOFOLLOW
1124
1125/* Define to 1 if the system has the type `_Bool'. */
1126#undef HAVE__BOOL
1127
88b48903
WN
1128/* Define as the bit index in the word where to find bit 0 of the exponent of
1129 'long double'. */
1130#undef LDBL_EXPBIT0_BIT
1131
1132/* Define as the word index where to find the exponent of 'long double'. */
1133#undef LDBL_EXPBIT0_WORD
1134
f45c62c4
YQ
1135/* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1136 slash. */
1137#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1138
98399780
YQ
1139/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1140#undef MALLOC_0_IS_NONNULL
1141
c971b7fa
PA
1142/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1143#undef MAP_ANONYMOUS
1144
8690e634
JK
1145/* Define if the mbrtowc function has the NULL pwc argument bug. */
1146#undef MBRTOWC_NULL_ARG1_BUG
1147
1148/* Define if the mbrtowc function has the NULL string argument bug. */
1149#undef MBRTOWC_NULL_ARG2_BUG
1150
1151/* Define if the mbrtowc function does not return 0 for a NUL character. */
1152#undef MBRTOWC_NUL_RETVAL_BUG
1153
1154/* Define if the mbrtowc function returns a wrong return value. */
1155#undef MBRTOWC_RETVAL_BUG
1156
c971b7fa
PA
1157/* Define to the address where bug reports for this package should be sent. */
1158#undef PACKAGE_BUGREPORT
1159
1160/* Define to the full name of this package. */
1161#undef PACKAGE_NAME
1162
1163/* Define to the full name and version of this package. */
1164#undef PACKAGE_STRING
1165
1166/* Define to the one symbol short name of this package. */
1167#undef PACKAGE_TARNAME
1168
1169/* Define to the home page for this package. */
1170#undef PACKAGE_URL
1171
1172/* Define to the version of this package. */
1173#undef PACKAGE_VERSION
1174
1175/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1176#undef PRI_MACROS_BROKEN
1177
1178/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1179 'ptrdiff_t'. */
1180#undef PTRDIFF_T_SUFFIX
1181
2196f55f
YQ
1182/* Define to 1 if readlink fails to recognize a trailing slash. */
1183#undef READLINK_TRAILING_SLASH_BUG
1184
6a29c58e
YQ
1185/* Define if rename does not work when the destination file exists, as on
1186 Cygwin 1.5 or Windows. */
1187#undef RENAME_DEST_EXISTS_BUG
1188
1189/* Define if rename fails to leave hard links alone, as on NetBSD 1.6 or
1190 Cygwin 1.5. */
1191#undef RENAME_HARD_LINK_BUG
1192
1193/* Define if rename does not correctly handle slashes on the destination
1194 argument, such as on Solaris 10 or NetBSD 1.6. */
1195#undef RENAME_TRAILING_SLASH_DEST_BUG
1196
1197/* Define if rename does not correctly handle slashes on the source argument,
1198 such as on Solaris 9 or cygwin 1.5. */
1199#undef RENAME_TRAILING_SLASH_SOURCE_BUG
1200
2196f55f
YQ
1201/* Define to 1 if stat needs help when passed a directory name with a trailing
1202 slash */
1203#undef REPLACE_FUNC_STAT_DIR
1204
1205/* Define to 1 if stat needs help when passed a file name with a trailing
1206 slash */
1207#undef REPLACE_FUNC_STAT_FILE
1208
c971b7fa
PA
1209/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1210 'sig_atomic_t'. */
1211#undef SIG_ATOMIC_T_SUFFIX
1212
1213/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1214 'size_t'. */
1215#undef SIZE_T_SUFFIX
1216
8690e634
JK
1217/* If using the C implementation of alloca, define if you know the
1218 direction of stack growth for your system; otherwise it will be
1219 automatically deduced at runtime.
1220 STACK_DIRECTION > 0 => grows toward higher addresses
1221 STACK_DIRECTION < 0 => grows toward lower addresses
1222 STACK_DIRECTION = 0 => direction of growth unknown */
1223#undef STACK_DIRECTION
1224
09607c9e
TT
1225/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1226#undef STAT_MACROS_BROKEN
1227
c971b7fa
PA
1228/* Define to 1 if you have the ANSI C header files. */
1229#undef STDC_HEADERS
1230
1231/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1232 'wchar_t'. */
1233#undef WCHAR_T_SUFFIX
1234
1235/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1236 'wint_t'. */
1237#undef WINT_T_SUFFIX
1238
88b48903
WN
1239/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1240 significant byte first (like Motorola and SPARC, unlike Intel). */
1241#if defined AC_APPLE_UNIVERSAL_BUILD
1242# if defined __BIG_ENDIAN__
1243# define WORDS_BIGENDIAN 1
1244# endif
1245#else
1246# ifndef WORDS_BIGENDIAN
1247# undef WORDS_BIGENDIAN
1248# endif
1249#endif
1250
2196f55f
YQ
1251/* Enable large inode numbers on Mac OS X. */
1252#ifndef _DARWIN_USE_64_BIT_INODE
1253# define _DARWIN_USE_64_BIT_INODE 1
1254#endif
1255
1256/* Number of bits in a file offset, on hosts where this is settable. */
1257#undef _FILE_OFFSET_BITS
1258
09607c9e
TT
1259/* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
1260 stat.st_size becomes 64-bit. */
1261#undef _GL_WINDOWS_64_BIT_ST_SIZE
1262
2196f55f
YQ
1263/* Define for large files, on AIX-style hosts. */
1264#undef _LARGE_FILES
1265
c971b7fa
PA
1266/* Define to 1 if on MINIX. */
1267#undef _MINIX
1268
1269/* The _Noreturn keyword of C11. */
40a73391
JK
1270#if ! (defined _Noreturn \
1271 || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
c971b7fa
PA
1272# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1273 || 0x5110 <= __SUNPRO_C)
1274# define _Noreturn __attribute__ ((__noreturn__))
1275# elif defined _MSC_VER && 1200 <= _MSC_VER
1276# define _Noreturn __declspec (noreturn)
1277# else
1278# define _Noreturn
1279# endif
1280#endif
1281
1282
1283/* Define to 2 if the system does not provide POSIX.1 features except with
1284 this defined. */
1285#undef _POSIX_1_SOURCE
1286
1287/* Define to 1 if you need to in order for 'stat' and other things to work. */
1288#undef _POSIX_SOURCE
1289
1290/* Define to 500 only on HP-UX. */
1291#undef _XOPEN_SOURCE
1292
1293/* Enable extensions on AIX 3, Interix. */
1294#ifndef _ALL_SOURCE
1295# undef _ALL_SOURCE
1296#endif
40a73391 1297/* Enable general extensions on Mac OS X. */
c971b7fa
PA
1298#ifndef _DARWIN_C_SOURCE
1299# undef _DARWIN_C_SOURCE
1300#endif
1301/* Enable GNU extensions on systems that have them. */
1302#ifndef _GNU_SOURCE
1303# undef _GNU_SOURCE
1304#endif
1305/* Enable threading extensions on Solaris. */
1306#ifndef _POSIX_PTHREAD_SEMANTICS
1307# undef _POSIX_PTHREAD_SEMANTICS
1308#endif
1309/* Enable extensions on HP NonStop. */
1310#ifndef _TANDEM_SOURCE
1311# undef _TANDEM_SOURCE
1312#endif
1313/* Enable general extensions on Solaris. */
1314#ifndef __EXTENSIONS__
1315# undef __EXTENSIONS__
1316#endif
1317
1318
a512b375
JB
1319/* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
1320 _GL_EXTERN_INLINE is a portable alternative to 'extern inline'.
1321 _GL_INLINE_HEADER_BEGIN contains useful stuff to put
1322 in an include file, before uses of _GL_INLINE.
1323 It suppresses GCC's bogus "no previous prototype for 'FOO'" diagnostic,
1324 when FOO is an inline function in the header; see
1325 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.
1326 _GL_INLINE_HEADER_END contains useful stuff to put
1327 in the same include file, after uses of _GL_INLINE.
1328
1329 Suppress the use of extern inline on Apple's platforms,
1330 as Libc-825.25 (2012-09-19) is incompatible with it; see
1331 <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
1332 Perhaps Apple will fix this some day. */
1333#if ((__GNUC__ \
1334 ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
1335 : 199901L <= __STDC_VERSION__) \
1336 && !defined __APPLE__)
1337# define _GL_INLINE inline
1338# define _GL_EXTERN_INLINE extern inline
1339#elif 2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __APPLE__
1340# if __GNUC_GNU_INLINE__
1341 /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */
1342# define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
1343# else
1344# define _GL_INLINE extern inline
1345# endif
1346# define _GL_EXTERN_INLINE extern
1347#else
1348# define _GL_INLINE static _GL_UNUSED
1349# define _GL_EXTERN_INLINE static _GL_UNUSED
1350#endif
8690e634 1351
a512b375
JB
1352#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
1353# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
1354# define _GL_INLINE_HEADER_CONST_PRAGMA
1355# else
1356# define _GL_INLINE_HEADER_CONST_PRAGMA \
1357 _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
1358# endif
1359# define _GL_INLINE_HEADER_BEGIN \
1360 _Pragma ("GCC diagnostic push") \
1361 _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
1362 _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
1363 _GL_INLINE_HEADER_CONST_PRAGMA
1364# define _GL_INLINE_HEADER_END \
1365 _Pragma ("GCC diagnostic pop")
1366#else
1367# define _GL_INLINE_HEADER_BEGIN
1368# define _GL_INLINE_HEADER_END
8690e634
JK
1369#endif
1370
a512b375
JB
1371/* Define to a replacement function name for fnmatch(). */
1372#undef fnmatch
1373
c971b7fa
PA
1374/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1375 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1376 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
40a73391 1377 __APPLE__ && __MACH__ test for Mac OS X.
c971b7fa
PA
1378 __APPLE_CC__ tests for the Apple compiler and its version.
1379 __STDC_VERSION__ tests for the C99 mode. */
1380#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1381# define __GNUC_STDC_INLINE__ 1
1382#endif
1383
8690e634
JK
1384/* Define to a type if <wchar.h> does not define. */
1385#undef mbstate_t
1386
8839a007
PA
1387/* Define to `int' if <sys/types.h> does not define. */
1388#undef mode_t
1389
09607c9e
TT
1390/* Define to the type of st_nlink in struct stat, or a supertype. */
1391#undef nlink_t
1392
8839a007
PA
1393/* Define to `int' if <sys/types.h> does not define. */
1394#undef pid_t
1395
c971b7fa
PA
1396/* Define to the equivalent of the C99 'restrict' keyword, or to
1397 nothing if this is not supported. Do not define if restrict is
1398 supported directly. */
1399#undef restrict
1400/* Work around a bug in Sun C++: it does not support _Restrict or
1401 __restrict__, even though the corresponding Sun C compiler ends up with
1402 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1403 previous line. Perhaps some future version of Sun C++ will work with
1404 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
1405#if defined __SUNPRO_CC && !defined __RESTRICT
1406# define _Restrict
1407# define __restrict__
1408#endif
1409
8839a007
PA
1410/* Define as a signed type of the same size as size_t. */
1411#undef ssize_t
1412
c971b7fa
PA
1413/* Define as a marker that can be attached to declarations that might not
1414 be used. This helps to reduce warnings, such as from
1415 GCC -Wunused-parameter. */
1416#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1417# define _GL_UNUSED __attribute__ ((__unused__))
1418#else
1419# define _GL_UNUSED
1420#endif
1421/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1422 is a misnomer outside of parameter lists. */
1423#define _UNUSED_PARAMETER_ _GL_UNUSED
1424
1425/* The __pure__ attribute was added in gcc 2.96. */
1426#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1427# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1428#else
1429# define _GL_ATTRIBUTE_PURE /* empty */
1430#endif
1431
1432/* The __const__ attribute was added in gcc 2.95. */
1433#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1434# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1435#else
1436# define _GL_ATTRIBUTE_CONST /* empty */
1437#endif
1438
This page took 0.331484 seconds and 4 git commands to generate.