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