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