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