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