068b540b9071fb855cdfba90b0182bfeed6e8073
[deliverable/binutils-gdb.git] / 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 to 1 if the C locale may have encoding errors. */
30 #undef C_LOCALE_MAYBE_EILSEQ
31
32 /* Define as the bit index in the word where to find bit 0 of the exponent of
33 'double'. */
34 #undef DBL_EXPBIT0_BIT
35
36 /* Define as the word index where to find the exponent of 'double'. */
37 #undef DBL_EXPBIT0_WORD
38
39 /* the name of the file descriptor member of DIR */
40 #undef DIR_FD_MEMBER_NAME
41
42 #ifdef DIR_FD_MEMBER_NAME
43 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
44 #else
45 # define DIR_TO_FD(Dir_p) -1
46 #endif
47
48
49 /* Define to 1 if // is a file system root distinct from /. */
50 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
51
52 /* Define if struct dirent has a member d_ino that actually works. */
53 #undef D_INO_IN_DIRENT
54
55 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
56 #undef FCNTL_DUPFD_BUGGY
57
58 /* Define to nothing if C supports flexible array members, and to 1 if it does
59 not. That way, with a declaration like 'struct s { int n; double
60 d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
61 compilers. When computing the size of such an object, don't use 'sizeof
62 (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
63 instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
64 MSVC and with C++ compilers. */
65 #undef FLEXIBLE_ARRAY_MEMBER
66
67 /* Define to 1 if mkdir mistakenly creates a directory given with a trailing
68 dot component. */
69 #undef FUNC_MKDIR_DOT_BUG
70
71 /* Define to 1 if realpath() can malloc memory, always gives an absolute path,
72 and handles trailing slash correctly. */
73 #undef FUNC_REALPATH_WORKS
74
75 /* Define if gettimeofday clobbers the localtime buffer. */
76 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
77
78 /* Define this to 'void' or 'struct timezone' to match the system's
79 declaration of the second argument to gettimeofday. */
80 #undef GETTIMEOFDAY_TIMEZONE
81
82 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
83 whether the gnulib module canonicalize-lgpl shall be considered present. */
84 #undef GNULIB_CANONICALIZE_LGPL
85
86 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
87 whether the gnulib module fdopendir shall be considered present. */
88 #undef GNULIB_FDOPENDIR
89
90 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
91 whether the gnulib module fscanf shall be considered present. */
92 #undef GNULIB_FSCANF
93
94 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
95 whether the gnulib module getcwd shall be considered present. */
96 #undef GNULIB_GETCWD
97
98 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
99 whether the gnulib module lock shall be considered present. */
100 #undef GNULIB_LOCK
101
102 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
103 whether the gnulib module mkostemp shall be considered present. */
104 #undef GNULIB_MKOSTEMP
105
106 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
107 whether the gnulib module openat shall be considered present. */
108 #undef GNULIB_OPENAT
109
110 /* Define to 1 if printf and friends should be labeled with attribute
111 "__gnu_printf__" instead of "__printf__" */
112 #undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU
113
114 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
115 whether the gnulib module scanf shall be considered present. */
116 #undef GNULIB_SCANF
117
118 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
119 whether the gnulib module strerror shall be considered present. */
120 #undef GNULIB_STRERROR
121
122 /* Define to 1 when the gnulib module canonicalize_file_name should be tested.
123 */
124 #undef GNULIB_TEST_CANONICALIZE_FILE_NAME
125
126 /* Define to 1 when the gnulib module chdir should be tested. */
127 #undef GNULIB_TEST_CHDIR
128
129 /* Define to 1 when the gnulib module cloexec should be tested. */
130 #undef GNULIB_TEST_CLOEXEC
131
132 /* Define to 1 when the gnulib module close should be tested. */
133 #undef GNULIB_TEST_CLOSE
134
135 /* Define to 1 when the gnulib module closedir should be tested. */
136 #undef GNULIB_TEST_CLOSEDIR
137
138 /* Define to 1 when the gnulib module dirfd should be tested. */
139 #undef GNULIB_TEST_DIRFD
140
141 /* Define to 1 when the gnulib module dup should be tested. */
142 #undef GNULIB_TEST_DUP
143
144 /* Define to 1 when the gnulib module dup2 should be tested. */
145 #undef GNULIB_TEST_DUP2
146
147 /* Define to 1 when the gnulib module environ should be tested. */
148 #undef GNULIB_TEST_ENVIRON
149
150 /* Define to 1 when the gnulib module fchdir should be tested. */
151 #undef GNULIB_TEST_FCHDIR
152
153 /* Define to 1 when the gnulib module fcntl should be tested. */
154 #undef GNULIB_TEST_FCNTL
155
156 /* Define to 1 when the gnulib module fdopendir should be tested. */
157 #undef GNULIB_TEST_FDOPENDIR
158
159 /* Define to 1 when the gnulib module frexp should be tested. */
160 #undef GNULIB_TEST_FREXP
161
162 /* Define to 1 when the gnulib module frexpl should be tested. */
163 #undef GNULIB_TEST_FREXPL
164
165 /* Define to 1 when the gnulib module fstat should be tested. */
166 #undef GNULIB_TEST_FSTAT
167
168 /* Define to 1 when the gnulib module fstatat should be tested. */
169 #undef GNULIB_TEST_FSTATAT
170
171 /* Define to 1 when the gnulib module getcwd should be tested. */
172 #undef GNULIB_TEST_GETCWD
173
174 /* Define to 1 when the gnulib module getdtablesize should be tested. */
175 #undef GNULIB_TEST_GETDTABLESIZE
176
177 /* Define to 1 when the gnulib module getlogin_r should be tested. */
178 #undef GNULIB_TEST_GETLOGIN_R
179
180 /* Define to 1 when the gnulib module gettimeofday should be tested. */
181 #undef GNULIB_TEST_GETTIMEOFDAY
182
183 /* Define to 1 when the gnulib module lstat should be tested. */
184 #undef GNULIB_TEST_LSTAT
185
186 /* Define to 1 when the gnulib module malloc-posix should be tested. */
187 #undef GNULIB_TEST_MALLOC_POSIX
188
189 /* Define to 1 when the gnulib module mbrtowc should be tested. */
190 #undef GNULIB_TEST_MBRTOWC
191
192 /* Define to 1 when the gnulib module mbsinit should be tested. */
193 #undef GNULIB_TEST_MBSINIT
194
195 /* Define to 1 when the gnulib module mbsrtowcs should be tested. */
196 #undef GNULIB_TEST_MBSRTOWCS
197
198 /* Define to 1 when the gnulib module memchr should be tested. */
199 #undef GNULIB_TEST_MEMCHR
200
201 /* Define to 1 when the gnulib module memmem should be tested. */
202 #undef GNULIB_TEST_MEMMEM
203
204 /* Define to 1 when the gnulib module mempcpy should be tested. */
205 #undef GNULIB_TEST_MEMPCPY
206
207 /* Define to 1 when the gnulib module memrchr should be tested. */
208 #undef GNULIB_TEST_MEMRCHR
209
210 /* Define to 1 when the gnulib module mkdtemp should be tested. */
211 #undef GNULIB_TEST_MKDTEMP
212
213 /* Define to 1 when the gnulib module mkostemp should be tested. */
214 #undef GNULIB_TEST_MKOSTEMP
215
216 /* Define to 1 when the gnulib module open should be tested. */
217 #undef GNULIB_TEST_OPEN
218
219 /* Define to 1 when the gnulib module openat should be tested. */
220 #undef GNULIB_TEST_OPENAT
221
222 /* Define to 1 when the gnulib module opendir should be tested. */
223 #undef GNULIB_TEST_OPENDIR
224
225 /* Define to 1 when the gnulib module rawmemchr should be tested. */
226 #undef GNULIB_TEST_RAWMEMCHR
227
228 /* Define to 1 when the gnulib module readdir should be tested. */
229 #undef GNULIB_TEST_READDIR
230
231 /* Define to 1 when the gnulib module readlink should be tested. */
232 #undef GNULIB_TEST_READLINK
233
234 /* Define to 1 when the gnulib module realloc-posix should be tested. */
235 #undef GNULIB_TEST_REALLOC_POSIX
236
237 /* Define to 1 when the gnulib module realpath should be tested. */
238 #undef GNULIB_TEST_REALPATH
239
240 /* Define to 1 when the gnulib module rename should be tested. */
241 #undef GNULIB_TEST_RENAME
242
243 /* Define to 1 when the gnulib module rewinddir should be tested. */
244 #undef GNULIB_TEST_REWINDDIR
245
246 /* Define to 1 when the gnulib module rmdir should be tested. */
247 #undef GNULIB_TEST_RMDIR
248
249 /* Define to 1 when the gnulib module secure_getenv should be tested. */
250 #undef GNULIB_TEST_SECURE_GETENV
251
252 /* Define to 1 when the gnulib module setenv should be tested. */
253 #undef GNULIB_TEST_SETENV
254
255 /* Define to 1 when the gnulib module stat should be tested. */
256 #undef GNULIB_TEST_STAT
257
258 /* Define to 1 when the gnulib module strchrnul should be tested. */
259 #undef GNULIB_TEST_STRCHRNUL
260
261 /* Define to 1 when the gnulib module strdup should be tested. */
262 #undef GNULIB_TEST_STRDUP
263
264 /* Define to 1 when the gnulib module strerror should be tested. */
265 #undef GNULIB_TEST_STRERROR
266
267 /* Define to 1 when the gnulib module strerror_r should be tested. */
268 #undef GNULIB_TEST_STRERROR_R
269
270 /* Define to 1 when the gnulib module strstr should be tested. */
271 #undef GNULIB_TEST_STRSTR
272
273 /* Define to 1 when the gnulib module strtok_r should be tested. */
274 #undef GNULIB_TEST_STRTOK_R
275
276 /* Define to 1 when the gnulib module time_r should be tested. */
277 #undef GNULIB_TEST_TIME_R
278
279 /* Define to 1 when the gnulib module unsetenv should be tested. */
280 #undef GNULIB_TEST_UNSETENV
281
282 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
283 may be supplied by this distribution. */
284 #undef HAVE_ALLOCA
285
286 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
287 */
288 #undef HAVE_ALLOCA_H
289
290 /* Define to 1 if you have the <arpa/inet.h> header file. */
291 #undef HAVE_ARPA_INET_H
292
293 /* Define to 1 if you have the <bp-sym.h> header file. */
294 #undef HAVE_BP_SYM_H
295
296 /* Define to 1 if you have the 'btowc' function. */
297 #undef HAVE_BTOWC
298
299 /* Define to 1 if you have the 'canonicalize_file_name' function. */
300 #undef HAVE_CANONICALIZE_FILE_NAME
301
302 /* Define to 1 if you have the 'catgets' function. */
303 #undef HAVE_CATGETS
304
305 /* Define to 1 if you have the `closedir' function. */
306 #undef HAVE_CLOSEDIR
307
308 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
309 */
310 #undef HAVE_DECL_ALARM
311
312 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
313 */
314 #undef HAVE_DECL_DIRFD
315
316 /* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
317 */
318 #undef HAVE_DECL_FCHDIR
319
320 /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
321 don't. */
322 #undef HAVE_DECL_FDOPENDIR
323
324 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
325 */
326 #undef HAVE_DECL_GETCWD
327
328 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
329 don't. */
330 #undef HAVE_DECL_GETC_UNLOCKED
331
332 /* Define to 1 if you have the declaration of `getdtablesize', and to 0 if you
333 don't. */
334 #undef HAVE_DECL_GETDTABLESIZE
335
336 /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
337 don't. */
338 #undef HAVE_DECL_GETLOGIN
339
340 /* Define to 1 if you have the declaration of `getlogin_r', and to 0 if you
341 don't. */
342 #undef HAVE_DECL_GETLOGIN_R
343
344 /* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
345 don't. */
346 #undef HAVE_DECL_INET_NTOP
347
348 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
349 don't. */
350 #undef HAVE_DECL_ISBLANK
351
352 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
353 don't. */
354 #undef HAVE_DECL_LOCALTIME_R
355
356 /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
357 don't. */
358 #undef HAVE_DECL_MBRTOWC
359
360 /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
361 don't. */
362 #undef HAVE_DECL_MBSINIT
363
364 /* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you
365 don't. */
366 #undef HAVE_DECL_MBSRTOWCS
367
368 /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
369 */
370 #undef HAVE_DECL_MEMMEM
371
372 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
373 don't. */
374 #undef HAVE_DECL_MEMRCHR
375
376 /* Define to 1 if you have the declaration of `program_invocation_name', and
377 to 0 if you don't. */
378 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
379
380 /* Define to 1 if you have the declaration of `program_invocation_short_name',
381 and to 0 if you don't. */
382 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
383
384 /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
385 */
386 #undef HAVE_DECL_SETENV
387
388 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
389 */
390 #undef HAVE_DECL_STRDUP
391
392 /* Define to 1, since you should have the declaration of strerror_r. */
393 #undef HAVE_DECL_STRERROR_R
394
395 /* Define to 1 if you have the declaration of 'strerror_r' in the system
396 include files, or to 0 otherwise. */
397 #undef HAVE_DECL_STRERROR_R_ORIG
398
399 /* Define to 1 if you have the declaration of `strtok_r', and to 0 if you
400 don't. */
401 #undef HAVE_DECL_STRTOK_R
402
403 /* Define to 1 if you have the declaration of `towlower', and to 0 if you
404 don't. */
405 #undef HAVE_DECL_TOWLOWER
406
407 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
408 don't. */
409 #undef HAVE_DECL_UNSETENV
410
411 /* Define to 1 if you have the declaration of `__argv', and to 0 if you don't.
412 */
413 #undef HAVE_DECL___ARGV
414
415 /* Define to 1 if you have the <dirent.h> header file. */
416 #undef HAVE_DIRENT_H
417
418 /* Define to 1 if you have the `dirfd' function. */
419 #undef HAVE_DIRFD
420
421 /* Define to 1 if you have the <dlfcn.h> header file. */
422 #undef HAVE_DLFCN_H
423
424 /* Define to 1 if you have the 'dup2' function. */
425 #undef HAVE_DUP2
426
427 /* Define if you have the declaration of environ. */
428 #undef HAVE_ENVIRON_DECL
429
430 /* Define to 1 if you have the 'fchdir' function. */
431 #undef HAVE_FCHDIR
432
433 /* Define to 1 if you have the 'fcntl' function. */
434 #undef HAVE_FCNTL
435
436 /* Define to 1 if you have the 'fdopendir' function. */
437 #undef HAVE_FDOPENDIR
438
439 /* Define to 1 if you have the <features.h> header file. */
440 #undef HAVE_FEATURES_H
441
442 /* Define if the frexp() function is available and works. */
443 #undef HAVE_FREXP
444
445 /* Define if the frexpl() function is available. */
446 #undef HAVE_FREXPL
447
448 /* Define to 1 if you have the 'fstatat' function. */
449 #undef HAVE_FSTATAT
450
451 /* Define to 1 if you have the 'getcwd' function. */
452 #undef HAVE_GETCWD
453
454 /* Define to 1 if getcwd works, but with shorter paths than is generally
455 tested with the replacement. */
456 #undef HAVE_GETCWD_SHORTER
457
458 /* Define to 1 if you have the 'getdtablesize' function. */
459 #undef HAVE_GETDTABLESIZE
460
461 /* Define to 1 if you have the 'getegid' function. */
462 #undef HAVE_GETEGID
463
464 /* Define to 1 if you have the 'geteuid' function. */
465 #undef HAVE_GETEUID
466
467 /* Define to 1 if you have the 'getexecname' function. */
468 #undef HAVE_GETEXECNAME
469
470 /* Define to 1 if you have the 'getgid' function. */
471 #undef HAVE_GETGID
472
473 /* Define to 1 if you have the 'getlogin_r' function. */
474 #undef HAVE_GETLOGIN_R
475
476 /* Define to 1 if you have the `getpagesize' function. */
477 #undef HAVE_GETPAGESIZE
478
479 /* Define to 1 if you have the 'getprogname' function. */
480 #undef HAVE_GETPROGNAME
481
482 /* Define to 1 if you have the 'getpwnam_r' function. */
483 #undef HAVE_GETPWNAM_R
484
485 /* Define to 1 if you have the 'gettimeofday' function. */
486 #undef HAVE_GETTIMEOFDAY
487
488 /* Define to 1 if you have the 'getuid' function. */
489 #undef HAVE_GETUID
490
491 /* Define to 1 if you have the <glob.h> header file. */
492 #undef HAVE_GLOB_H
493
494 /* Define to 1 if you have the `inet_ntop' function. */
495 #undef HAVE_INET_NTOP
496
497 /* Define to 1 if you have the <inttypes.h> header file. */
498 #undef HAVE_INTTYPES_H
499
500 /* Define to 1 if <sys/socket.h> defines AF_INET. */
501 #undef HAVE_IPV4
502
503 /* Define to 1 if <sys/socket.h> defines AF_INET6. */
504 #undef HAVE_IPV6
505
506 /* Define to 1 if you have the 'isblank' function. */
507 #undef HAVE_ISBLANK
508
509 /* Define if the isnan(double) function is available in libc. */
510 #undef HAVE_ISNAND_IN_LIBC
511
512 /* Define if the isnan(long double) function is available in libc. */
513 #undef HAVE_ISNANL_IN_LIBC
514
515 /* Define to 1 if you have the `issetugid' function. */
516 #undef HAVE_ISSETUGID
517
518 /* Define to 1 if you have the 'iswcntrl' function. */
519 #undef HAVE_ISWCNTRL
520
521 /* Define to 1 if you have the 'iswctype' function. */
522 #undef HAVE_ISWCTYPE
523
524 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
525 #undef HAVE_LANGINFO_CODESET
526
527 /* Define to 1 if you have the <limits.h> header file. */
528 #undef HAVE_LIMITS_H
529
530 /* Define to 1 if you have the 'link' function. */
531 #undef HAVE_LINK
532
533 /* Define to 1 if you have the 'localtime_r' function. */
534 #undef HAVE_LOCALTIME_R
535
536 /* Define to 1 if the system has the type 'long long int'. */
537 #undef HAVE_LONG_LONG_INT
538
539 /* Define to 1 if you have the 'lstat' function. */
540 #undef HAVE_LSTAT
541
542 /* Define if the 'malloc' function is POSIX compliant. */
543 #undef HAVE_MALLOC_POSIX
544
545 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
546 config.h and <sys/mman.h>. */
547 #undef HAVE_MAP_ANONYMOUS
548
549 /* Define to 1 if you have the <math.h> header file. */
550 #undef HAVE_MATH_H
551
552 /* Define to 1 if you have the 'mbrtowc' function. */
553 #undef HAVE_MBRTOWC
554
555 /* Define to 1 if you have the 'mbsinit' function. */
556 #undef HAVE_MBSINIT
557
558 /* Define to 1 if you have the 'mbsrtowcs' function. */
559 #undef HAVE_MBSRTOWCS
560
561 /* Define to 1 if <wchar.h> declares mbstate_t. */
562 #undef HAVE_MBSTATE_T
563
564 /* Define to 1 if you have the `memmem' function. */
565 #undef HAVE_MEMMEM
566
567 /* Define to 1 if you have the <memory.h> header file. */
568 #undef HAVE_MEMORY_H
569
570 /* Define to 1 if you have the `mempcpy' function. */
571 #undef HAVE_MEMPCPY
572
573 /* Define to 1 if you have the `memrchr' function. */
574 #undef HAVE_MEMRCHR
575
576 /* Define to 1 if getcwd minimally works, that is, its result can be trusted
577 when it succeeds. */
578 #undef HAVE_MINIMALLY_WORKING_GETCWD
579
580 /* Define to 1 if you have the `mkdtemp' function. */
581 #undef HAVE_MKDTEMP
582
583 /* Define to 1 if you have the 'mkostemp' function. */
584 #undef HAVE_MKOSTEMP
585
586 /* Define to 1 if you have the 'mprotect' function. */
587 #undef HAVE_MPROTECT
588
589 /* Define to 1 on MSVC platforms that have the "invalid parameter handler"
590 concept. */
591 #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
592
593 /* Define to 1 if you have the <netdb.h> header file. */
594 #undef HAVE_NETDB_H
595
596 /* Define to 1 if you have the <netinet/in.h> header file. */
597 #undef HAVE_NETINET_IN_H
598
599 /* Define to 1 if you have the 'openat' function. */
600 #undef HAVE_OPENAT
601
602 /* Define to 1 if you have the `opendir' function. */
603 #undef HAVE_OPENDIR
604
605 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
606 setting errno to ERANGE, ENAMETOOLONG, or ENOENT. */
607 #undef HAVE_PARTLY_WORKING_GETCWD
608
609 /* Define to 1 if you have the 'pipe' function. */
610 #undef HAVE_PIPE
611
612 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
613 #undef HAVE_PTHREAD_MUTEX_RECURSIVE
614
615 /* Define if the POSIX multithreading library has read/write locks. */
616 #undef HAVE_PTHREAD_RWLOCK
617
618 /* Define to 1 if you have the `rawmemchr' function. */
619 #undef HAVE_RAWMEMCHR
620
621 /* Define to 1 if accept is declared even after undefining macros. */
622 #undef HAVE_RAW_DECL_ACCEPT
623
624 /* Define to 1 if accept4 is declared even after undefining macros. */
625 #undef HAVE_RAW_DECL_ACCEPT4
626
627 /* Define to 1 if acosf is declared even after undefining macros. */
628 #undef HAVE_RAW_DECL_ACOSF
629
630 /* Define to 1 if acosl is declared even after undefining macros. */
631 #undef HAVE_RAW_DECL_ACOSL
632
633 /* Define to 1 if alphasort is declared even after undefining macros. */
634 #undef HAVE_RAW_DECL_ALPHASORT
635
636 /* Define to 1 if asinf is declared even after undefining macros. */
637 #undef HAVE_RAW_DECL_ASINF
638
639 /* Define to 1 if asinl is declared even after undefining macros. */
640 #undef HAVE_RAW_DECL_ASINL
641
642 /* Define to 1 if atanf is declared even after undefining macros. */
643 #undef HAVE_RAW_DECL_ATANF
644
645 /* Define to 1 if atanl is declared even after undefining macros. */
646 #undef HAVE_RAW_DECL_ATANL
647
648 /* Define to 1 if atoll is declared even after undefining macros. */
649 #undef HAVE_RAW_DECL_ATOLL
650
651 /* Define to 1 if bind is declared even after undefining macros. */
652 #undef HAVE_RAW_DECL_BIND
653
654 /* Define to 1 if btowc is declared even after undefining macros. */
655 #undef HAVE_RAW_DECL_BTOWC
656
657 /* Define to 1 if canonicalize_file_name is declared even after undefining
658 macros. */
659 #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
660
661 /* Define to 1 if cbrt is declared even after undefining macros. */
662 #undef HAVE_RAW_DECL_CBRT
663
664 /* Define to 1 if cbrtf is declared even after undefining macros. */
665 #undef HAVE_RAW_DECL_CBRTF
666
667 /* Define to 1 if cbrtl is declared even after undefining macros. */
668 #undef HAVE_RAW_DECL_CBRTL
669
670 /* Define to 1 if ceilf is declared even after undefining macros. */
671 #undef HAVE_RAW_DECL_CEILF
672
673 /* Define to 1 if ceill is declared even after undefining macros. */
674 #undef HAVE_RAW_DECL_CEILL
675
676 /* Define to 1 if chdir is declared even after undefining macros. */
677 #undef HAVE_RAW_DECL_CHDIR
678
679 /* Define to 1 if chown is declared even after undefining macros. */
680 #undef HAVE_RAW_DECL_CHOWN
681
682 /* Define to 1 if closedir is declared even after undefining macros. */
683 #undef HAVE_RAW_DECL_CLOSEDIR
684
685 /* Define to 1 if connect is declared even after undefining macros. */
686 #undef HAVE_RAW_DECL_CONNECT
687
688 /* Define to 1 if copysign is declared even after undefining macros. */
689 #undef HAVE_RAW_DECL_COPYSIGN
690
691 /* Define to 1 if copysignf is declared even after undefining macros. */
692 #undef HAVE_RAW_DECL_COPYSIGNF
693
694 /* Define to 1 if copysignl is declared even after undefining macros. */
695 #undef HAVE_RAW_DECL_COPYSIGNL
696
697 /* Define to 1 if cosf is declared even after undefining macros. */
698 #undef HAVE_RAW_DECL_COSF
699
700 /* Define to 1 if coshf is declared even after undefining macros. */
701 #undef HAVE_RAW_DECL_COSHF
702
703 /* Define to 1 if cosl is declared even after undefining macros. */
704 #undef HAVE_RAW_DECL_COSL
705
706 /* Define to 1 if dirfd is declared even after undefining macros. */
707 #undef HAVE_RAW_DECL_DIRFD
708
709 /* Define to 1 if dprintf is declared even after undefining macros. */
710 #undef HAVE_RAW_DECL_DPRINTF
711
712 /* Define to 1 if dup is declared even after undefining macros. */
713 #undef HAVE_RAW_DECL_DUP
714
715 /* Define to 1 if dup2 is declared even after undefining macros. */
716 #undef HAVE_RAW_DECL_DUP2
717
718 /* Define to 1 if dup3 is declared even after undefining macros. */
719 #undef HAVE_RAW_DECL_DUP3
720
721 /* Define to 1 if endusershell is declared even after undefining macros. */
722 #undef HAVE_RAW_DECL_ENDUSERSHELL
723
724 /* Define to 1 if environ is declared even after undefining macros. */
725 #undef HAVE_RAW_DECL_ENVIRON
726
727 /* Define to 1 if euidaccess is declared even after undefining macros. */
728 #undef HAVE_RAW_DECL_EUIDACCESS
729
730 /* Define to 1 if exp2 is declared even after undefining macros. */
731 #undef HAVE_RAW_DECL_EXP2
732
733 /* Define to 1 if exp2f is declared even after undefining macros. */
734 #undef HAVE_RAW_DECL_EXP2F
735
736 /* Define to 1 if exp2l is declared even after undefining macros. */
737 #undef HAVE_RAW_DECL_EXP2L
738
739 /* Define to 1 if expf is declared even after undefining macros. */
740 #undef HAVE_RAW_DECL_EXPF
741
742 /* Define to 1 if expl is declared even after undefining macros. */
743 #undef HAVE_RAW_DECL_EXPL
744
745 /* Define to 1 if expm1 is declared even after undefining macros. */
746 #undef HAVE_RAW_DECL_EXPM1
747
748 /* Define to 1 if expm1f is declared even after undefining macros. */
749 #undef HAVE_RAW_DECL_EXPM1F
750
751 /* Define to 1 if expm1l is declared even after undefining macros. */
752 #undef HAVE_RAW_DECL_EXPM1L
753
754 /* Define to 1 if fabsf is declared even after undefining macros. */
755 #undef HAVE_RAW_DECL_FABSF
756
757 /* Define to 1 if fabsl is declared even after undefining macros. */
758 #undef HAVE_RAW_DECL_FABSL
759
760 /* Define to 1 if faccessat is declared even after undefining macros. */
761 #undef HAVE_RAW_DECL_FACCESSAT
762
763 /* Define to 1 if fchdir is declared even after undefining macros. */
764 #undef HAVE_RAW_DECL_FCHDIR
765
766 /* Define to 1 if fchmodat is declared even after undefining macros. */
767 #undef HAVE_RAW_DECL_FCHMODAT
768
769 /* Define to 1 if fchownat is declared even after undefining macros. */
770 #undef HAVE_RAW_DECL_FCHOWNAT
771
772 /* Define to 1 if fcntl is declared even after undefining macros. */
773 #undef HAVE_RAW_DECL_FCNTL
774
775 /* Define to 1 if fdatasync is declared even after undefining macros. */
776 #undef HAVE_RAW_DECL_FDATASYNC
777
778 /* Define to 1 if fdopendir is declared even after undefining macros. */
779 #undef HAVE_RAW_DECL_FDOPENDIR
780
781 /* Define to 1 if ffsl is declared even after undefining macros. */
782 #undef HAVE_RAW_DECL_FFSL
783
784 /* Define to 1 if ffsll is declared even after undefining macros. */
785 #undef HAVE_RAW_DECL_FFSLL
786
787 /* Define to 1 if floorf is declared even after undefining macros. */
788 #undef HAVE_RAW_DECL_FLOORF
789
790 /* Define to 1 if floorl is declared even after undefining macros. */
791 #undef HAVE_RAW_DECL_FLOORL
792
793 /* Define to 1 if fma is declared even after undefining macros. */
794 #undef HAVE_RAW_DECL_FMA
795
796 /* Define to 1 if fmaf is declared even after undefining macros. */
797 #undef HAVE_RAW_DECL_FMAF
798
799 /* Define to 1 if fmal is declared even after undefining macros. */
800 #undef HAVE_RAW_DECL_FMAL
801
802 /* Define to 1 if fmod is declared even after undefining macros. */
803 #undef HAVE_RAW_DECL_FMOD
804
805 /* Define to 1 if fmodf is declared even after undefining macros. */
806 #undef HAVE_RAW_DECL_FMODF
807
808 /* Define to 1 if fmodl is declared even after undefining macros. */
809 #undef HAVE_RAW_DECL_FMODL
810
811 /* Define to 1 if fpurge is declared even after undefining macros. */
812 #undef HAVE_RAW_DECL_FPURGE
813
814 /* Define to 1 if frexpf is declared even after undefining macros. */
815 #undef HAVE_RAW_DECL_FREXPF
816
817 /* Define to 1 if frexpl is declared even after undefining macros. */
818 #undef HAVE_RAW_DECL_FREXPL
819
820 /* Define to 1 if fseeko is declared even after undefining macros. */
821 #undef HAVE_RAW_DECL_FSEEKO
822
823 /* Define to 1 if fstat is declared even after undefining macros. */
824 #undef HAVE_RAW_DECL_FSTAT
825
826 /* Define to 1 if fstatat is declared even after undefining macros. */
827 #undef HAVE_RAW_DECL_FSTATAT
828
829 /* Define to 1 if fsync is declared even after undefining macros. */
830 #undef HAVE_RAW_DECL_FSYNC
831
832 /* Define to 1 if ftello is declared even after undefining macros. */
833 #undef HAVE_RAW_DECL_FTELLO
834
835 /* Define to 1 if ftruncate is declared even after undefining macros. */
836 #undef HAVE_RAW_DECL_FTRUNCATE
837
838 /* Define to 1 if futimens is declared even after undefining macros. */
839 #undef HAVE_RAW_DECL_FUTIMENS
840
841 /* Define to 1 if getcwd is declared even after undefining macros. */
842 #undef HAVE_RAW_DECL_GETCWD
843
844 /* Define to 1 if getdelim is declared even after undefining macros. */
845 #undef HAVE_RAW_DECL_GETDELIM
846
847 /* Define to 1 if getdomainname is declared even after undefining macros. */
848 #undef HAVE_RAW_DECL_GETDOMAINNAME
849
850 /* Define to 1 if getdtablesize is declared even after undefining macros. */
851 #undef HAVE_RAW_DECL_GETDTABLESIZE
852
853 /* Define to 1 if getgroups is declared even after undefining macros. */
854 #undef HAVE_RAW_DECL_GETGROUPS
855
856 /* Define to 1 if gethostname is declared even after undefining macros. */
857 #undef HAVE_RAW_DECL_GETHOSTNAME
858
859 /* Define to 1 if getline is declared even after undefining macros. */
860 #undef HAVE_RAW_DECL_GETLINE
861
862 /* Define to 1 if getloadavg is declared even after undefining macros. */
863 #undef HAVE_RAW_DECL_GETLOADAVG
864
865 /* Define to 1 if getlogin is declared even after undefining macros. */
866 #undef HAVE_RAW_DECL_GETLOGIN
867
868 /* Define to 1 if getlogin_r is declared even after undefining macros. */
869 #undef HAVE_RAW_DECL_GETLOGIN_R
870
871 /* Define to 1 if getpagesize is declared even after undefining macros. */
872 #undef HAVE_RAW_DECL_GETPAGESIZE
873
874 /* Define to 1 if getpeername is declared even after undefining macros. */
875 #undef HAVE_RAW_DECL_GETPEERNAME
876
877 /* Define to 1 if gets is declared even after undefining macros. */
878 #undef HAVE_RAW_DECL_GETS
879
880 /* Define to 1 if getsockname is declared even after undefining macros. */
881 #undef HAVE_RAW_DECL_GETSOCKNAME
882
883 /* Define to 1 if getsockopt is declared even after undefining macros. */
884 #undef HAVE_RAW_DECL_GETSOCKOPT
885
886 /* Define to 1 if getsubopt is declared even after undefining macros. */
887 #undef HAVE_RAW_DECL_GETSUBOPT
888
889 /* Define to 1 if gettimeofday is declared even after undefining macros. */
890 #undef HAVE_RAW_DECL_GETTIMEOFDAY
891
892 /* Define to 1 if getusershell is declared even after undefining macros. */
893 #undef HAVE_RAW_DECL_GETUSERSHELL
894
895 /* Define to 1 if grantpt is declared even after undefining macros. */
896 #undef HAVE_RAW_DECL_GRANTPT
897
898 /* Define to 1 if group_member is declared even after undefining macros. */
899 #undef HAVE_RAW_DECL_GROUP_MEMBER
900
901 /* Define to 1 if hypotf is declared even after undefining macros. */
902 #undef HAVE_RAW_DECL_HYPOTF
903
904 /* Define to 1 if hypotl is declared even after undefining macros. */
905 #undef HAVE_RAW_DECL_HYPOTL
906
907 /* Define to 1 if ilogb is declared even after undefining macros. */
908 #undef HAVE_RAW_DECL_ILOGB
909
910 /* Define to 1 if ilogbf is declared even after undefining macros. */
911 #undef HAVE_RAW_DECL_ILOGBF
912
913 /* Define to 1 if ilogbl is declared even after undefining macros. */
914 #undef HAVE_RAW_DECL_ILOGBL
915
916 /* Define to 1 if imaxabs is declared even after undefining macros. */
917 #undef HAVE_RAW_DECL_IMAXABS
918
919 /* Define to 1 if imaxdiv is declared even after undefining macros. */
920 #undef HAVE_RAW_DECL_IMAXDIV
921
922 /* Define to 1 if inet_ntop is declared even after undefining macros. */
923 #undef HAVE_RAW_DECL_INET_NTOP
924
925 /* Define to 1 if inet_pton is declared even after undefining macros. */
926 #undef HAVE_RAW_DECL_INET_PTON
927
928 /* Define to 1 if initstate is declared even after undefining macros. */
929 #undef HAVE_RAW_DECL_INITSTATE
930
931 /* Define to 1 if initstate_r is declared even after undefining macros. */
932 #undef HAVE_RAW_DECL_INITSTATE_R
933
934 /* Define to 1 if isatty is declared even after undefining macros. */
935 #undef HAVE_RAW_DECL_ISATTY
936
937 /* Define to 1 if iswctype is declared even after undefining macros. */
938 #undef HAVE_RAW_DECL_ISWCTYPE
939
940 /* Define to 1 if lchmod is declared even after undefining macros. */
941 #undef HAVE_RAW_DECL_LCHMOD
942
943 /* Define to 1 if lchown is declared even after undefining macros. */
944 #undef HAVE_RAW_DECL_LCHOWN
945
946 /* Define to 1 if ldexpf is declared even after undefining macros. */
947 #undef HAVE_RAW_DECL_LDEXPF
948
949 /* Define to 1 if ldexpl is declared even after undefining macros. */
950 #undef HAVE_RAW_DECL_LDEXPL
951
952 /* Define to 1 if link is declared even after undefining macros. */
953 #undef HAVE_RAW_DECL_LINK
954
955 /* Define to 1 if linkat is declared even after undefining macros. */
956 #undef HAVE_RAW_DECL_LINKAT
957
958 /* Define to 1 if listen is declared even after undefining macros. */
959 #undef HAVE_RAW_DECL_LISTEN
960
961 /* Define to 1 if log is declared even after undefining macros. */
962 #undef HAVE_RAW_DECL_LOG
963
964 /* Define to 1 if log10 is declared even after undefining macros. */
965 #undef HAVE_RAW_DECL_LOG10
966
967 /* Define to 1 if log10f is declared even after undefining macros. */
968 #undef HAVE_RAW_DECL_LOG10F
969
970 /* Define to 1 if log10l is declared even after undefining macros. */
971 #undef HAVE_RAW_DECL_LOG10L
972
973 /* Define to 1 if log1p is declared even after undefining macros. */
974 #undef HAVE_RAW_DECL_LOG1P
975
976 /* Define to 1 if log1pf is declared even after undefining macros. */
977 #undef HAVE_RAW_DECL_LOG1PF
978
979 /* Define to 1 if log1pl is declared even after undefining macros. */
980 #undef HAVE_RAW_DECL_LOG1PL
981
982 /* Define to 1 if log2 is declared even after undefining macros. */
983 #undef HAVE_RAW_DECL_LOG2
984
985 /* Define to 1 if log2f is declared even after undefining macros. */
986 #undef HAVE_RAW_DECL_LOG2F
987
988 /* Define to 1 if log2l is declared even after undefining macros. */
989 #undef HAVE_RAW_DECL_LOG2L
990
991 /* Define to 1 if logb is declared even after undefining macros. */
992 #undef HAVE_RAW_DECL_LOGB
993
994 /* Define to 1 if logbf is declared even after undefining macros. */
995 #undef HAVE_RAW_DECL_LOGBF
996
997 /* Define to 1 if logbl is declared even after undefining macros. */
998 #undef HAVE_RAW_DECL_LOGBL
999
1000 /* Define to 1 if logf is declared even after undefining macros. */
1001 #undef HAVE_RAW_DECL_LOGF
1002
1003 /* Define to 1 if logl is declared even after undefining macros. */
1004 #undef HAVE_RAW_DECL_LOGL
1005
1006 /* Define to 1 if lseek is declared even after undefining macros. */
1007 #undef HAVE_RAW_DECL_LSEEK
1008
1009 /* Define to 1 if lstat is declared even after undefining macros. */
1010 #undef HAVE_RAW_DECL_LSTAT
1011
1012 /* Define to 1 if mbrlen is declared even after undefining macros. */
1013 #undef HAVE_RAW_DECL_MBRLEN
1014
1015 /* Define to 1 if mbrtowc is declared even after undefining macros. */
1016 #undef HAVE_RAW_DECL_MBRTOWC
1017
1018 /* Define to 1 if mbsinit is declared even after undefining macros. */
1019 #undef HAVE_RAW_DECL_MBSINIT
1020
1021 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
1022 #undef HAVE_RAW_DECL_MBSNRTOWCS
1023
1024 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
1025 #undef HAVE_RAW_DECL_MBSRTOWCS
1026
1027 /* Define to 1 if memmem is declared even after undefining macros. */
1028 #undef HAVE_RAW_DECL_MEMMEM
1029
1030 /* Define to 1 if mempcpy is declared even after undefining macros. */
1031 #undef HAVE_RAW_DECL_MEMPCPY
1032
1033 /* Define to 1 if memrchr is declared even after undefining macros. */
1034 #undef HAVE_RAW_DECL_MEMRCHR
1035
1036 /* Define to 1 if mkdirat is declared even after undefining macros. */
1037 #undef HAVE_RAW_DECL_MKDIRAT
1038
1039 /* Define to 1 if mkdtemp is declared even after undefining macros. */
1040 #undef HAVE_RAW_DECL_MKDTEMP
1041
1042 /* Define to 1 if mkfifo is declared even after undefining macros. */
1043 #undef HAVE_RAW_DECL_MKFIFO
1044
1045 /* Define to 1 if mkfifoat is declared even after undefining macros. */
1046 #undef HAVE_RAW_DECL_MKFIFOAT
1047
1048 /* Define to 1 if mknod is declared even after undefining macros. */
1049 #undef HAVE_RAW_DECL_MKNOD
1050
1051 /* Define to 1 if mknodat is declared even after undefining macros. */
1052 #undef HAVE_RAW_DECL_MKNODAT
1053
1054 /* Define to 1 if mkostemp is declared even after undefining macros. */
1055 #undef HAVE_RAW_DECL_MKOSTEMP
1056
1057 /* Define to 1 if mkostemps is declared even after undefining macros. */
1058 #undef HAVE_RAW_DECL_MKOSTEMPS
1059
1060 /* Define to 1 if mkstemp is declared even after undefining macros. */
1061 #undef HAVE_RAW_DECL_MKSTEMP
1062
1063 /* Define to 1 if mkstemps is declared even after undefining macros. */
1064 #undef HAVE_RAW_DECL_MKSTEMPS
1065
1066 /* Define to 1 if modf is declared even after undefining macros. */
1067 #undef HAVE_RAW_DECL_MODF
1068
1069 /* Define to 1 if modff is declared even after undefining macros. */
1070 #undef HAVE_RAW_DECL_MODFF
1071
1072 /* Define to 1 if modfl is declared even after undefining macros. */
1073 #undef HAVE_RAW_DECL_MODFL
1074
1075 /* Define to 1 if openat is declared even after undefining macros. */
1076 #undef HAVE_RAW_DECL_OPENAT
1077
1078 /* Define to 1 if opendir is declared even after undefining macros. */
1079 #undef HAVE_RAW_DECL_OPENDIR
1080
1081 /* Define to 1 if pclose is declared even after undefining macros. */
1082 #undef HAVE_RAW_DECL_PCLOSE
1083
1084 /* Define to 1 if pipe is declared even after undefining macros. */
1085 #undef HAVE_RAW_DECL_PIPE
1086
1087 /* Define to 1 if pipe2 is declared even after undefining macros. */
1088 #undef HAVE_RAW_DECL_PIPE2
1089
1090 /* Define to 1 if popen is declared even after undefining macros. */
1091 #undef HAVE_RAW_DECL_POPEN
1092
1093 /* Define to 1 if posix_openpt is declared even after undefining macros. */
1094 #undef HAVE_RAW_DECL_POSIX_OPENPT
1095
1096 /* Define to 1 if powf is declared even after undefining macros. */
1097 #undef HAVE_RAW_DECL_POWF
1098
1099 /* Define to 1 if pread is declared even after undefining macros. */
1100 #undef HAVE_RAW_DECL_PREAD
1101
1102 /* Define to 1 if pthread_sigmask is declared even after undefining macros. */
1103 #undef HAVE_RAW_DECL_PTHREAD_SIGMASK
1104
1105 /* Define to 1 if ptsname is declared even after undefining macros. */
1106 #undef HAVE_RAW_DECL_PTSNAME
1107
1108 /* Define to 1 if ptsname_r is declared even after undefining macros. */
1109 #undef HAVE_RAW_DECL_PTSNAME_R
1110
1111 /* Define to 1 if pwrite is declared even after undefining macros. */
1112 #undef HAVE_RAW_DECL_PWRITE
1113
1114 /* Define to 1 if qsort_r is declared even after undefining macros. */
1115 #undef HAVE_RAW_DECL_QSORT_R
1116
1117 /* Define to 1 if random is declared even after undefining macros. */
1118 #undef HAVE_RAW_DECL_RANDOM
1119
1120 /* Define to 1 if random_r is declared even after undefining macros. */
1121 #undef HAVE_RAW_DECL_RANDOM_R
1122
1123 /* Define to 1 if rawmemchr is declared even after undefining macros. */
1124 #undef HAVE_RAW_DECL_RAWMEMCHR
1125
1126 /* Define to 1 if readdir is declared even after undefining macros. */
1127 #undef HAVE_RAW_DECL_READDIR
1128
1129 /* Define to 1 if readlink is declared even after undefining macros. */
1130 #undef HAVE_RAW_DECL_READLINK
1131
1132 /* Define to 1 if readlinkat is declared even after undefining macros. */
1133 #undef HAVE_RAW_DECL_READLINKAT
1134
1135 /* Define to 1 if realpath is declared even after undefining macros. */
1136 #undef HAVE_RAW_DECL_REALPATH
1137
1138 /* Define to 1 if recv is declared even after undefining macros. */
1139 #undef HAVE_RAW_DECL_RECV
1140
1141 /* Define to 1 if recvfrom is declared even after undefining macros. */
1142 #undef HAVE_RAW_DECL_RECVFROM
1143
1144 /* Define to 1 if remainder is declared even after undefining macros. */
1145 #undef HAVE_RAW_DECL_REMAINDER
1146
1147 /* Define to 1 if remainderf is declared even after undefining macros. */
1148 #undef HAVE_RAW_DECL_REMAINDERF
1149
1150 /* Define to 1 if remainderl is declared even after undefining macros. */
1151 #undef HAVE_RAW_DECL_REMAINDERL
1152
1153 /* Define to 1 if renameat is declared even after undefining macros. */
1154 #undef HAVE_RAW_DECL_RENAMEAT
1155
1156 /* Define to 1 if rewinddir is declared even after undefining macros. */
1157 #undef HAVE_RAW_DECL_REWINDDIR
1158
1159 /* Define to 1 if rint is declared even after undefining macros. */
1160 #undef HAVE_RAW_DECL_RINT
1161
1162 /* Define to 1 if rintf is declared even after undefining macros. */
1163 #undef HAVE_RAW_DECL_RINTF
1164
1165 /* Define to 1 if rintl is declared even after undefining macros. */
1166 #undef HAVE_RAW_DECL_RINTL
1167
1168 /* Define to 1 if rmdir is declared even after undefining macros. */
1169 #undef HAVE_RAW_DECL_RMDIR
1170
1171 /* Define to 1 if round is declared even after undefining macros. */
1172 #undef HAVE_RAW_DECL_ROUND
1173
1174 /* Define to 1 if roundf is declared even after undefining macros. */
1175 #undef HAVE_RAW_DECL_ROUNDF
1176
1177 /* Define to 1 if roundl is declared even after undefining macros. */
1178 #undef HAVE_RAW_DECL_ROUNDL
1179
1180 /* Define to 1 if rpmatch is declared even after undefining macros. */
1181 #undef HAVE_RAW_DECL_RPMATCH
1182
1183 /* Define to 1 if scandir is declared even after undefining macros. */
1184 #undef HAVE_RAW_DECL_SCANDIR
1185
1186 /* Define to 1 if secure_getenv is declared even after undefining macros. */
1187 #undef HAVE_RAW_DECL_SECURE_GETENV
1188
1189 /* Define to 1 if send is declared even after undefining macros. */
1190 #undef HAVE_RAW_DECL_SEND
1191
1192 /* Define to 1 if sendto is declared even after undefining macros. */
1193 #undef HAVE_RAW_DECL_SENDTO
1194
1195 /* Define to 1 if setenv is declared even after undefining macros. */
1196 #undef HAVE_RAW_DECL_SETENV
1197
1198 /* Define to 1 if sethostname is declared even after undefining macros. */
1199 #undef HAVE_RAW_DECL_SETHOSTNAME
1200
1201 /* Define to 1 if setsockopt is declared even after undefining macros. */
1202 #undef HAVE_RAW_DECL_SETSOCKOPT
1203
1204 /* Define to 1 if setstate is declared even after undefining macros. */
1205 #undef HAVE_RAW_DECL_SETSTATE
1206
1207 /* Define to 1 if setstate_r is declared even after undefining macros. */
1208 #undef HAVE_RAW_DECL_SETSTATE_R
1209
1210 /* Define to 1 if setusershell is declared even after undefining macros. */
1211 #undef HAVE_RAW_DECL_SETUSERSHELL
1212
1213 /* Define to 1 if shutdown is declared even after undefining macros. */
1214 #undef HAVE_RAW_DECL_SHUTDOWN
1215
1216 /* Define to 1 if sigaction is declared even after undefining macros. */
1217 #undef HAVE_RAW_DECL_SIGACTION
1218
1219 /* Define to 1 if sigaddset is declared even after undefining macros. */
1220 #undef HAVE_RAW_DECL_SIGADDSET
1221
1222 /* Define to 1 if sigdelset is declared even after undefining macros. */
1223 #undef HAVE_RAW_DECL_SIGDELSET
1224
1225 /* Define to 1 if sigemptyset is declared even after undefining macros. */
1226 #undef HAVE_RAW_DECL_SIGEMPTYSET
1227
1228 /* Define to 1 if sigfillset is declared even after undefining macros. */
1229 #undef HAVE_RAW_DECL_SIGFILLSET
1230
1231 /* Define to 1 if sigismember is declared even after undefining macros. */
1232 #undef HAVE_RAW_DECL_SIGISMEMBER
1233
1234 /* Define to 1 if sigpending is declared even after undefining macros. */
1235 #undef HAVE_RAW_DECL_SIGPENDING
1236
1237 /* Define to 1 if sigprocmask is declared even after undefining macros. */
1238 #undef HAVE_RAW_DECL_SIGPROCMASK
1239
1240 /* Define to 1 if sinf is declared even after undefining macros. */
1241 #undef HAVE_RAW_DECL_SINF
1242
1243 /* Define to 1 if sinhf is declared even after undefining macros. */
1244 #undef HAVE_RAW_DECL_SINHF
1245
1246 /* Define to 1 if sinl is declared even after undefining macros. */
1247 #undef HAVE_RAW_DECL_SINL
1248
1249 /* Define to 1 if sleep is declared even after undefining macros. */
1250 #undef HAVE_RAW_DECL_SLEEP
1251
1252 /* Define to 1 if snprintf is declared even after undefining macros. */
1253 #undef HAVE_RAW_DECL_SNPRINTF
1254
1255 /* Define to 1 if socket is declared even after undefining macros. */
1256 #undef HAVE_RAW_DECL_SOCKET
1257
1258 /* Define to 1 if sqrtf is declared even after undefining macros. */
1259 #undef HAVE_RAW_DECL_SQRTF
1260
1261 /* Define to 1 if sqrtl is declared even after undefining macros. */
1262 #undef HAVE_RAW_DECL_SQRTL
1263
1264 /* Define to 1 if srandom is declared even after undefining macros. */
1265 #undef HAVE_RAW_DECL_SRANDOM
1266
1267 /* Define to 1 if srandom_r is declared even after undefining macros. */
1268 #undef HAVE_RAW_DECL_SRANDOM_R
1269
1270 /* Define to 1 if stat is declared even after undefining macros. */
1271 #undef HAVE_RAW_DECL_STAT
1272
1273 /* Define to 1 if stpcpy is declared even after undefining macros. */
1274 #undef HAVE_RAW_DECL_STPCPY
1275
1276 /* Define to 1 if stpncpy is declared even after undefining macros. */
1277 #undef HAVE_RAW_DECL_STPNCPY
1278
1279 /* Define to 1 if strcasestr is declared even after undefining macros. */
1280 #undef HAVE_RAW_DECL_STRCASESTR
1281
1282 /* Define to 1 if strchrnul is declared even after undefining macros. */
1283 #undef HAVE_RAW_DECL_STRCHRNUL
1284
1285 /* Define to 1 if strdup is declared even after undefining macros. */
1286 #undef HAVE_RAW_DECL_STRDUP
1287
1288 /* Define to 1 if strerror_r is declared even after undefining macros. */
1289 #undef HAVE_RAW_DECL_STRERROR_R
1290
1291 /* Define to 1 if strncat is declared even after undefining macros. */
1292 #undef HAVE_RAW_DECL_STRNCAT
1293
1294 /* Define to 1 if strndup is declared even after undefining macros. */
1295 #undef HAVE_RAW_DECL_STRNDUP
1296
1297 /* Define to 1 if strnlen is declared even after undefining macros. */
1298 #undef HAVE_RAW_DECL_STRNLEN
1299
1300 /* Define to 1 if strpbrk is declared even after undefining macros. */
1301 #undef HAVE_RAW_DECL_STRPBRK
1302
1303 /* Define to 1 if strsep is declared even after undefining macros. */
1304 #undef HAVE_RAW_DECL_STRSEP
1305
1306 /* Define to 1 if strsignal is declared even after undefining macros. */
1307 #undef HAVE_RAW_DECL_STRSIGNAL
1308
1309 /* Define to 1 if strtod is declared even after undefining macros. */
1310 #undef HAVE_RAW_DECL_STRTOD
1311
1312 /* Define to 1 if strtoimax is declared even after undefining macros. */
1313 #undef HAVE_RAW_DECL_STRTOIMAX
1314
1315 /* Define to 1 if strtok_r is declared even after undefining macros. */
1316 #undef HAVE_RAW_DECL_STRTOK_R
1317
1318 /* Define to 1 if strtoll is declared even after undefining macros. */
1319 #undef HAVE_RAW_DECL_STRTOLL
1320
1321 /* Define to 1 if strtoull is declared even after undefining macros. */
1322 #undef HAVE_RAW_DECL_STRTOULL
1323
1324 /* Define to 1 if strtoumax is declared even after undefining macros. */
1325 #undef HAVE_RAW_DECL_STRTOUMAX
1326
1327 /* Define to 1 if strverscmp is declared even after undefining macros. */
1328 #undef HAVE_RAW_DECL_STRVERSCMP
1329
1330 /* Define to 1 if symlink is declared even after undefining macros. */
1331 #undef HAVE_RAW_DECL_SYMLINK
1332
1333 /* Define to 1 if symlinkat is declared even after undefining macros. */
1334 #undef HAVE_RAW_DECL_SYMLINKAT
1335
1336 /* Define to 1 if tanf is declared even after undefining macros. */
1337 #undef HAVE_RAW_DECL_TANF
1338
1339 /* Define to 1 if tanhf is declared even after undefining macros. */
1340 #undef HAVE_RAW_DECL_TANHF
1341
1342 /* Define to 1 if tanl is declared even after undefining macros. */
1343 #undef HAVE_RAW_DECL_TANL
1344
1345 /* Define to 1 if tmpfile is declared even after undefining macros. */
1346 #undef HAVE_RAW_DECL_TMPFILE
1347
1348 /* Define to 1 if towctrans is declared even after undefining macros. */
1349 #undef HAVE_RAW_DECL_TOWCTRANS
1350
1351 /* Define to 1 if trunc is declared even after undefining macros. */
1352 #undef HAVE_RAW_DECL_TRUNC
1353
1354 /* Define to 1 if truncf is declared even after undefining macros. */
1355 #undef HAVE_RAW_DECL_TRUNCF
1356
1357 /* Define to 1 if truncl is declared even after undefining macros. */
1358 #undef HAVE_RAW_DECL_TRUNCL
1359
1360 /* Define to 1 if ttyname_r is declared even after undefining macros. */
1361 #undef HAVE_RAW_DECL_TTYNAME_R
1362
1363 /* Define to 1 if unlink is declared even after undefining macros. */
1364 #undef HAVE_RAW_DECL_UNLINK
1365
1366 /* Define to 1 if unlinkat is declared even after undefining macros. */
1367 #undef HAVE_RAW_DECL_UNLINKAT
1368
1369 /* Define to 1 if unlockpt is declared even after undefining macros. */
1370 #undef HAVE_RAW_DECL_UNLOCKPT
1371
1372 /* Define to 1 if unsetenv is declared even after undefining macros. */
1373 #undef HAVE_RAW_DECL_UNSETENV
1374
1375 /* Define to 1 if usleep is declared even after undefining macros. */
1376 #undef HAVE_RAW_DECL_USLEEP
1377
1378 /* Define to 1 if utimensat is declared even after undefining macros. */
1379 #undef HAVE_RAW_DECL_UTIMENSAT
1380
1381 /* Define to 1 if vdprintf is declared even after undefining macros. */
1382 #undef HAVE_RAW_DECL_VDPRINTF
1383
1384 /* Define to 1 if vsnprintf is declared even after undefining macros. */
1385 #undef HAVE_RAW_DECL_VSNPRINTF
1386
1387 /* Define to 1 if wcpcpy is declared even after undefining macros. */
1388 #undef HAVE_RAW_DECL_WCPCPY
1389
1390 /* Define to 1 if wcpncpy is declared even after undefining macros. */
1391 #undef HAVE_RAW_DECL_WCPNCPY
1392
1393 /* Define to 1 if wcrtomb is declared even after undefining macros. */
1394 #undef HAVE_RAW_DECL_WCRTOMB
1395
1396 /* Define to 1 if wcscasecmp is declared even after undefining macros. */
1397 #undef HAVE_RAW_DECL_WCSCASECMP
1398
1399 /* Define to 1 if wcscat is declared even after undefining macros. */
1400 #undef HAVE_RAW_DECL_WCSCAT
1401
1402 /* Define to 1 if wcschr is declared even after undefining macros. */
1403 #undef HAVE_RAW_DECL_WCSCHR
1404
1405 /* Define to 1 if wcscmp is declared even after undefining macros. */
1406 #undef HAVE_RAW_DECL_WCSCMP
1407
1408 /* Define to 1 if wcscoll is declared even after undefining macros. */
1409 #undef HAVE_RAW_DECL_WCSCOLL
1410
1411 /* Define to 1 if wcscpy is declared even after undefining macros. */
1412 #undef HAVE_RAW_DECL_WCSCPY
1413
1414 /* Define to 1 if wcscspn is declared even after undefining macros. */
1415 #undef HAVE_RAW_DECL_WCSCSPN
1416
1417 /* Define to 1 if wcsdup is declared even after undefining macros. */
1418 #undef HAVE_RAW_DECL_WCSDUP
1419
1420 /* Define to 1 if wcslen is declared even after undefining macros. */
1421 #undef HAVE_RAW_DECL_WCSLEN
1422
1423 /* Define to 1 if wcsncasecmp is declared even after undefining macros. */
1424 #undef HAVE_RAW_DECL_WCSNCASECMP
1425
1426 /* Define to 1 if wcsncat is declared even after undefining macros. */
1427 #undef HAVE_RAW_DECL_WCSNCAT
1428
1429 /* Define to 1 if wcsncmp is declared even after undefining macros. */
1430 #undef HAVE_RAW_DECL_WCSNCMP
1431
1432 /* Define to 1 if wcsncpy is declared even after undefining macros. */
1433 #undef HAVE_RAW_DECL_WCSNCPY
1434
1435 /* Define to 1 if wcsnlen is declared even after undefining macros. */
1436 #undef HAVE_RAW_DECL_WCSNLEN
1437
1438 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1439 #undef HAVE_RAW_DECL_WCSNRTOMBS
1440
1441 /* Define to 1 if wcspbrk is declared even after undefining macros. */
1442 #undef HAVE_RAW_DECL_WCSPBRK
1443
1444 /* Define to 1 if wcsrchr is declared even after undefining macros. */
1445 #undef HAVE_RAW_DECL_WCSRCHR
1446
1447 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
1448 #undef HAVE_RAW_DECL_WCSRTOMBS
1449
1450 /* Define to 1 if wcsspn is declared even after undefining macros. */
1451 #undef HAVE_RAW_DECL_WCSSPN
1452
1453 /* Define to 1 if wcsstr is declared even after undefining macros. */
1454 #undef HAVE_RAW_DECL_WCSSTR
1455
1456 /* Define to 1 if wcstok is declared even after undefining macros. */
1457 #undef HAVE_RAW_DECL_WCSTOK
1458
1459 /* Define to 1 if wcswidth is declared even after undefining macros. */
1460 #undef HAVE_RAW_DECL_WCSWIDTH
1461
1462 /* Define to 1 if wcsxfrm is declared even after undefining macros. */
1463 #undef HAVE_RAW_DECL_WCSXFRM
1464
1465 /* Define to 1 if wctob is declared even after undefining macros. */
1466 #undef HAVE_RAW_DECL_WCTOB
1467
1468 /* Define to 1 if wctrans is declared even after undefining macros. */
1469 #undef HAVE_RAW_DECL_WCTRANS
1470
1471 /* Define to 1 if wctype is declared even after undefining macros. */
1472 #undef HAVE_RAW_DECL_WCTYPE
1473
1474 /* Define to 1 if wcwidth is declared even after undefining macros. */
1475 #undef HAVE_RAW_DECL_WCWIDTH
1476
1477 /* Define to 1 if wmemchr is declared even after undefining macros. */
1478 #undef HAVE_RAW_DECL_WMEMCHR
1479
1480 /* Define to 1 if wmemcmp is declared even after undefining macros. */
1481 #undef HAVE_RAW_DECL_WMEMCMP
1482
1483 /* Define to 1 if wmemcpy is declared even after undefining macros. */
1484 #undef HAVE_RAW_DECL_WMEMCPY
1485
1486 /* Define to 1 if wmemmove is declared even after undefining macros. */
1487 #undef HAVE_RAW_DECL_WMEMMOVE
1488
1489 /* Define to 1 if wmemset is declared even after undefining macros. */
1490 #undef HAVE_RAW_DECL_WMEMSET
1491
1492 /* Define to 1 if _Exit is declared even after undefining macros. */
1493 #undef HAVE_RAW_DECL__EXIT
1494
1495 /* Define to 1 if you have the `readdir' function. */
1496 #undef HAVE_READDIR
1497
1498 /* Define to 1 if you have the 'readlink' function. */
1499 #undef HAVE_READLINK
1500
1501 /* Define if the 'realloc' function is POSIX compliant. */
1502 #undef HAVE_REALLOC_POSIX
1503
1504 /* Define to 1 if you have the 'realpath' function. */
1505 #undef HAVE_REALPATH
1506
1507 /* Define to 1 if you have the `rewinddir' function. */
1508 #undef HAVE_REWINDDIR
1509
1510 /* Define to 1 if 'long double' and 'double' have the same representation. */
1511 #undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
1512
1513 /* Define to 1 if the system has the type `sa_family_t'. */
1514 #undef HAVE_SA_FAMILY_T
1515
1516 /* Define to 1 if you have the <search.h> header file. */
1517 #undef HAVE_SEARCH_H
1518
1519 /* Define to 1 if you have the 'secure_getenv' function. */
1520 #undef HAVE_SECURE_GETENV
1521
1522 /* Define to 1 if you have the `setdtablesize' function. */
1523 #undef HAVE_SETDTABLESIZE
1524
1525 /* Define to 1 if you have the 'setenv' function. */
1526 #undef HAVE_SETENV
1527
1528 /* Define to 1 if you have the `shutdown' function. */
1529 #undef HAVE_SHUTDOWN
1530
1531 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1532 #undef HAVE_SIGNED_SIG_ATOMIC_T
1533
1534 /* Define to 1 if 'wchar_t' is a signed integer type. */
1535 #undef HAVE_SIGNED_WCHAR_T
1536
1537 /* Define to 1 if 'wint_t' is a signed integer type. */
1538 #undef HAVE_SIGNED_WINT_T
1539
1540 /* Define to 1 if the system has the type `sigset_t'. */
1541 #undef HAVE_SIGSET_T
1542
1543 /* Define to 1 if you have the 'snprintf' function. */
1544 #undef HAVE_SNPRINTF
1545
1546 /* Define to 1 if you have the <stdint.h> header file. */
1547 #undef HAVE_STDINT_H
1548
1549 /* Define to 1 if you have the <stdlib.h> header file. */
1550 #undef HAVE_STDLIB_H
1551
1552 /* Define to 1 if you have the `strchrnul' function. */
1553 #undef HAVE_STRCHRNUL
1554
1555 /* Define to 1 if you have the 'strdup' function. */
1556 #undef HAVE_STRDUP
1557
1558 /* Define to 1, since you should have the function strerror_r. */
1559 #undef HAVE_STRERROR_R
1560
1561 /* Define to 1 if you have the <strings.h> header file. */
1562 #undef HAVE_STRINGS_H
1563
1564 /* Define to 1 if you have the <string.h> header file. */
1565 #undef HAVE_STRING_H
1566
1567 /* Define to 1 if you have the `strtok_r' function. */
1568 #undef HAVE_STRTOK_R
1569
1570 /* Define if there is a member named d_type in the struct describing directory
1571 headers. */
1572 #undef HAVE_STRUCT_DIRENT_D_TYPE
1573
1574 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
1575 #undef HAVE_STRUCT_SOCKADDR_STORAGE
1576
1577 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
1578 #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
1579
1580 /* Define to 1 if you have the 'symlink' function. */
1581 #undef HAVE_SYMLINK
1582
1583 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1584 #undef HAVE_SYS_BITYPES_H
1585
1586 /* Define to 1 if you have the <sys/cdefs.h> header file. */
1587 #undef HAVE_SYS_CDEFS_H
1588
1589 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1590 #undef HAVE_SYS_INTTYPES_H
1591
1592 /* Define to 1 if you have the <sys/mman.h> header file. */
1593 #undef HAVE_SYS_MMAN_H
1594
1595 /* Define to 1 if you have the <sys/param.h> header file. */
1596 #undef HAVE_SYS_PARAM_H
1597
1598 /* Define to 1 if you have the <sys/socket.h> header file. */
1599 #undef HAVE_SYS_SOCKET_H
1600
1601 /* Define to 1 if you have the <sys/stat.h> header file. */
1602 #undef HAVE_SYS_STAT_H
1603
1604 /* Define to 1 if you have the <sys/timeb.h> header file. */
1605 #undef HAVE_SYS_TIMEB_H
1606
1607 /* Define to 1 if you have the <sys/time.h> header file. */
1608 #undef HAVE_SYS_TIME_H
1609
1610 /* Define to 1 if you have the <sys/types.h> header file. */
1611 #undef HAVE_SYS_TYPES_H
1612
1613 /* Define to 1 if you have the <sys/uio.h> header file. */
1614 #undef HAVE_SYS_UIO_H
1615
1616 /* Define to 1 if you have the `towlower' function. */
1617 #undef HAVE_TOWLOWER
1618
1619 /* Define to 1 if you have the `tsearch' function. */
1620 #undef HAVE_TSEARCH
1621
1622 /* Define to 1 if you have the <unistd.h> header file. */
1623 #undef HAVE_UNISTD_H
1624
1625 /* Define to 1 if you have the `unsetenv' function. */
1626 #undef HAVE_UNSETENV
1627
1628 /* Define to 1 if the system has the type 'unsigned long long int'. */
1629 #undef HAVE_UNSIGNED_LONG_LONG_INT
1630
1631 /* Define if you have a global __progname variable */
1632 #undef HAVE_VAR___PROGNAME
1633
1634 /* Define to 1 if you have the <wchar.h> header file. */
1635 #undef HAVE_WCHAR_H
1636
1637 /* Define if you have the 'wchar_t' type. */
1638 #undef HAVE_WCHAR_T
1639
1640 /* Define to 1 if you have the <wctype.h> header file. */
1641 #undef HAVE_WCTYPE_H
1642
1643 /* Define to 1 if you have the <windows.h> header file. */
1644 #undef HAVE_WINDOWS_H
1645
1646 /* Define to 1 if you have the <winsock2.h> header file. */
1647 #undef HAVE_WINSOCK2_H
1648
1649 /* Define if you have the 'wint_t' type. */
1650 #undef HAVE_WINT_T
1651
1652 /* Define to 1 if you have the 'wmemchr' function. */
1653 #undef HAVE_WMEMCHR
1654
1655 /* Define to 1 if you have the 'wmemcpy' function. */
1656 #undef HAVE_WMEMCPY
1657
1658 /* Define to 1 if you have the 'wmempcpy' function. */
1659 #undef HAVE_WMEMPCPY
1660
1661 /* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
1662 7.1. */
1663 #undef HAVE_WORKING_FSTATAT_ZERO_FLAG
1664
1665 /* Define to 1 if O_NOATIME works. */
1666 #undef HAVE_WORKING_O_NOATIME
1667
1668 /* Define to 1 if O_NOFOLLOW works. */
1669 #undef HAVE_WORKING_O_NOFOLLOW
1670
1671 /* Define to 1 if you have the <ws2tcpip.h> header file. */
1672 #undef HAVE_WS2TCPIP_H
1673
1674 /* Define to 1 if the system has the type `_Bool'. */
1675 #undef HAVE__BOOL
1676
1677 /* Define to 1 if you have the `_ftime' function. */
1678 #undef HAVE__FTIME
1679
1680 /* Define to 1 if you have the '_set_invalid_parameter_handler' function. */
1681 #undef HAVE__SET_INVALID_PARAMETER_HANDLER
1682
1683 /* Define to 1 if you have the `__secure_getenv' function. */
1684 #undef HAVE___SECURE_GETENV
1685
1686 /* Define to 1 if you have the '__xpg_strerror_r' function. */
1687 #undef HAVE___XPG_STRERROR_R
1688
1689 /* Define as the bit index in the word where to find bit 0 of the exponent of
1690 'long double'. */
1691 #undef LDBL_EXPBIT0_BIT
1692
1693 /* Define as the word index where to find the exponent of 'long double'. */
1694 #undef LDBL_EXPBIT0_WORD
1695
1696 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1697 slash. */
1698 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1699
1700 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1701 #undef MALLOC_0_IS_NONNULL
1702
1703 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1704 #undef MAP_ANONYMOUS
1705
1706 /* Define if the mbrtowc function does not return (size_t) -2 for empty input.
1707 */
1708 #undef MBRTOWC_EMPTY_INPUT_BUG
1709
1710 /* Define if the mbrtowc function has the NULL pwc argument bug. */
1711 #undef MBRTOWC_NULL_ARG1_BUG
1712
1713 /* Define if the mbrtowc function has the NULL string argument bug. */
1714 #undef MBRTOWC_NULL_ARG2_BUG
1715
1716 /* Define if the mbrtowc function does not return 0 for a NUL character. */
1717 #undef MBRTOWC_NUL_RETVAL_BUG
1718
1719 /* Define if the mbrtowc function returns a wrong return value. */
1720 #undef MBRTOWC_RETVAL_BUG
1721
1722 /* Use GNU style printf and scanf. */
1723 #ifndef __USE_MINGW_ANSI_STDIO
1724 # undef __USE_MINGW_ANSI_STDIO
1725 #endif
1726
1727
1728 /* Define to 1 if open() fails to recognize a trailing slash. */
1729 #undef OPEN_TRAILING_SLASH_BUG
1730
1731 /* Define to the address where bug reports for this package should be sent. */
1732 #undef PACKAGE_BUGREPORT
1733
1734 /* Define to the full name of this package. */
1735 #undef PACKAGE_NAME
1736
1737 /* Define to the full name and version of this package. */
1738 #undef PACKAGE_STRING
1739
1740 /* Define to the one symbol short name of this package. */
1741 #undef PACKAGE_TARNAME
1742
1743 /* Define to the home page for this package. */
1744 #undef PACKAGE_URL
1745
1746 /* Define to the version of this package. */
1747 #undef PACKAGE_VERSION
1748
1749 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1750 #undef PRI_MACROS_BROKEN
1751
1752 /* Define to the type that is the result of default argument promotions of
1753 type mode_t. */
1754 #undef PROMOTED_MODE_T
1755
1756 /* Define if the pthread_in_use() detection is hard. */
1757 #undef PTHREAD_IN_USE_DETECTION_HARD
1758
1759 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1760 'ptrdiff_t'. */
1761 #undef PTRDIFF_T_SUFFIX
1762
1763 /* Define to 1 if readlink fails to recognize a trailing slash. */
1764 #undef READLINK_TRAILING_SLASH_BUG
1765
1766 /* Define if rename does not work when the destination file exists, as on
1767 Cygwin 1.5 or Windows. */
1768 #undef RENAME_DEST_EXISTS_BUG
1769
1770 /* Define if rename fails to leave hard links alone, as on NetBSD 1.6 or
1771 Cygwin 1.5. */
1772 #undef RENAME_HARD_LINK_BUG
1773
1774 /* Define if rename does not correctly handle slashes on the destination
1775 argument, such as on Solaris 10 or NetBSD 1.6. */
1776 #undef RENAME_TRAILING_SLASH_DEST_BUG
1777
1778 /* Define if rename does not correctly handle slashes on the source argument,
1779 such as on Solaris 9 or cygwin 1.5. */
1780 #undef RENAME_TRAILING_SLASH_SOURCE_BUG
1781
1782 /* Define to 1 if gnulib's dirfd() replacement is used. */
1783 #undef REPLACE_DIRFD
1784
1785 /* Define to 1 if gnulib's fchdir() replacement is used. */
1786 #undef REPLACE_FCHDIR
1787
1788 /* Define to 1 if stat needs help when passed a directory name with a trailing
1789 slash */
1790 #undef REPLACE_FUNC_STAT_DIR
1791
1792 /* Define to 1 if stat needs help when passed a file name with a trailing
1793 slash */
1794 #undef REPLACE_FUNC_STAT_FILE
1795
1796 /* Define to 1 if open() should work around the inability to open a directory.
1797 */
1798 #undef REPLACE_OPEN_DIRECTORY
1799
1800 /* Define to 1 if strerror(0) does not return a message implying success. */
1801 #undef REPLACE_STRERROR_0
1802
1803 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1804 'sig_atomic_t'. */
1805 #undef SIG_ATOMIC_T_SUFFIX
1806
1807 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1808 'size_t'. */
1809 #undef SIZE_T_SUFFIX
1810
1811 /* If using the C implementation of alloca, define if you know the
1812 direction of stack growth for your system; otherwise it will be
1813 automatically deduced at runtime.
1814 STACK_DIRECTION > 0 => grows toward higher addresses
1815 STACK_DIRECTION < 0 => grows toward lower addresses
1816 STACK_DIRECTION = 0 => direction of growth unknown */
1817 #undef STACK_DIRECTION
1818
1819 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1820 #undef STAT_MACROS_BROKEN
1821
1822 /* Define to 1 if you have the ANSI C header files. */
1823 #undef STDC_HEADERS
1824
1825 /* Define to 0, since strerror_r should not return char *. */
1826 #undef STRERROR_R_CHAR_P
1827
1828 /* Define if the POSIX multithreading library can be used. */
1829 #undef USE_POSIX_THREADS
1830
1831 /* Define if references to the POSIX multithreading library should be made
1832 weak. */
1833 #undef USE_POSIX_THREADS_WEAK
1834
1835 /* Define if the GNU Pth multithreading library can be used. */
1836 #undef USE_PTH_THREADS
1837
1838 /* Define if references to the GNU Pth multithreading library should be made
1839 weak. */
1840 #undef USE_PTH_THREADS_WEAK
1841
1842 /* Define if the old Solaris multithreading library can be used. */
1843 #undef USE_SOLARIS_THREADS
1844
1845 /* Define if references to the old Solaris multithreading library should be
1846 made weak. */
1847 #undef USE_SOLARIS_THREADS_WEAK
1848
1849 /* Enable extensions on AIX 3, Interix. */
1850 #ifndef _ALL_SOURCE
1851 # undef _ALL_SOURCE
1852 #endif
1853 /* Enable general extensions on macOS. */
1854 #ifndef _DARWIN_C_SOURCE
1855 # undef _DARWIN_C_SOURCE
1856 #endif
1857 /* Enable GNU extensions on systems that have them. */
1858 #ifndef _GNU_SOURCE
1859 # undef _GNU_SOURCE
1860 #endif
1861 /* Enable threading extensions on Solaris. */
1862 #ifndef _POSIX_PTHREAD_SEMANTICS
1863 # undef _POSIX_PTHREAD_SEMANTICS
1864 #endif
1865 /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
1866 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1867 # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1868 #endif
1869 /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
1870 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
1871 # undef __STDC_WANT_IEC_60559_BFP_EXT__
1872 #endif
1873 /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
1874 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
1875 # undef __STDC_WANT_IEC_60559_DFP_EXT__
1876 #endif
1877 /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
1878 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
1879 # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
1880 #endif
1881 /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
1882 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
1883 # undef __STDC_WANT_IEC_60559_TYPES_EXT__
1884 #endif
1885 /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
1886 #ifndef __STDC_WANT_LIB_EXT2__
1887 # undef __STDC_WANT_LIB_EXT2__
1888 #endif
1889 /* Enable extensions specified by ISO/IEC 24747:2009. */
1890 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
1891 # undef __STDC_WANT_MATH_SPEC_FUNCS__
1892 #endif
1893 /* Enable extensions on HP NonStop. */
1894 #ifndef _TANDEM_SOURCE
1895 # undef _TANDEM_SOURCE
1896 #endif
1897 /* Enable X/Open extensions if necessary. HP-UX 11.11 defines
1898 mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
1899 whether compiling with -Ae or -D_HPUX_SOURCE=1. */
1900 #ifndef _XOPEN_SOURCE
1901 # undef _XOPEN_SOURCE
1902 #endif
1903 /* Enable general extensions on Solaris. */
1904 #ifndef __EXTENSIONS__
1905 # undef __EXTENSIONS__
1906 #endif
1907
1908
1909 /* Define if the native Windows multithreading API can be used. */
1910 #undef USE_WINDOWS_THREADS
1911
1912 /* Define to 1 if unsetenv returns void instead of int. */
1913 #undef VOID_UNSETENV
1914
1915 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1916 'wchar_t'. */
1917 #undef WCHAR_T_SUFFIX
1918
1919 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1920 'wint_t'. */
1921 #undef WINT_T_SUFFIX
1922
1923 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1924 significant byte first (like Motorola and SPARC, unlike Intel). */
1925 #if defined AC_APPLE_UNIVERSAL_BUILD
1926 # if defined __BIG_ENDIAN__
1927 # define WORDS_BIGENDIAN 1
1928 # endif
1929 #else
1930 # ifndef WORDS_BIGENDIAN
1931 # undef WORDS_BIGENDIAN
1932 # endif
1933 #endif
1934
1935 /* Enable large inode numbers on Mac OS X 10.5. */
1936 #undef _DARWIN_USE_64_BIT_INODE
1937
1938 /* Number of bits in a file offset, on hosts where this is settable. */
1939 #undef _FILE_OFFSET_BITS
1940
1941 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
1942 stat.st_size becomes 64-bit. */
1943 #undef _GL_WINDOWS_64_BIT_ST_SIZE
1944
1945 /* Define for large files, on AIX-style hosts. */
1946 #undef _LARGE_FILES
1947
1948 /* Define to 1 if on MINIX. */
1949 #undef _MINIX
1950
1951 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
1952 #undef _NETBSD_SOURCE
1953
1954 /* The _Noreturn keyword of C11. */
1955 #if ! (defined _Noreturn \
1956 || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
1957 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1958 || 0x5110 <= __SUNPRO_C)
1959 # define _Noreturn __attribute__ ((__noreturn__))
1960 # elif defined _MSC_VER && 1200 <= _MSC_VER
1961 # define _Noreturn __declspec (noreturn)
1962 # else
1963 # define _Noreturn
1964 # endif
1965 #endif
1966
1967
1968 /* Define to 2 if the system does not provide POSIX.1 features except with
1969 this defined. */
1970 #undef _POSIX_1_SOURCE
1971
1972 /* Define to 1 in order to get the POSIX compatible declarations of socket
1973 functions. */
1974 #undef _POSIX_PII_SOCKET
1975
1976 /* Define to 1 if you need to in order for 'stat' and other things to work. */
1977 #undef _POSIX_SOURCE
1978
1979 /* Define to 1 if the system <stdint.h> predates C++11. */
1980 #undef __STDC_CONSTANT_MACROS
1981
1982 /* Define to 1 if the system <stdint.h> predates C++11. */
1983 #undef __STDC_LIMIT_MACROS
1984
1985 /* Please see the Gnulib manual for how to use these macros.
1986
1987 Suppress extern inline with HP-UX cc, as it appears to be broken; see
1988 <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
1989
1990 Suppress extern inline with Sun C in standards-conformance mode, as it
1991 mishandles inline functions that call each other. E.g., for 'inline void f
1992 (void) { } inline void g (void) { f (); }', c99 incorrectly complains
1993 'reference to static identifier "f" in extern inline function'.
1994 This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
1995
1996 Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
1997 on configurations that mistakenly use 'static inline' to implement
1998 functions or macros in standard C headers like <ctype.h>. For example,
1999 if isdigit is mistakenly implemented via a static inline function,
2000 a program containing an extern inline function that calls isdigit
2001 may not work since the C standard prohibits extern inline functions
2002 from calling static functions. This bug is known to occur on:
2003
2004 OS X 10.8 and earlier; see:
2005 http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html
2006
2007 DragonFly; see
2008 http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
2009
2010 FreeBSD; see:
2011 http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html
2012
2013 OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
2014 for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
2015 Assume DragonFly and FreeBSD will be similar. */
2016 #if (((defined __APPLE__ && defined __MACH__) \
2017 || defined __DragonFly__ || defined __FreeBSD__) \
2018 && (defined __header_inline \
2019 ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
2020 && ! defined __clang__) \
2021 : ((! defined _DONT_USE_CTYPE_INLINE_ \
2022 && (defined __GNUC__ || defined __cplusplus)) \
2023 || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
2024 && defined __GNUC__ && ! defined __cplusplus))))
2025 # define _GL_EXTERN_INLINE_STDHEADER_BUG
2026 #endif
2027 #if ((__GNUC__ \
2028 ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
2029 : (199901L <= __STDC_VERSION__ \
2030 && !defined __HP_cc \
2031 && !defined __PGI \
2032 && !(defined __SUNPRO_C && __STDC__))) \
2033 && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
2034 # define _GL_INLINE inline
2035 # define _GL_EXTERN_INLINE extern inline
2036 # define _GL_EXTERN_INLINE_IN_USE
2037 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
2038 && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
2039 # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
2040 /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */
2041 # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
2042 # else
2043 # define _GL_INLINE extern inline
2044 # endif
2045 # define _GL_EXTERN_INLINE extern
2046 # define _GL_EXTERN_INLINE_IN_USE
2047 #else
2048 # define _GL_INLINE static _GL_UNUSED
2049 # define _GL_EXTERN_INLINE static _GL_UNUSED
2050 #endif
2051
2052 /* In GCC 4.6 (inclusive) to 5.1 (exclusive),
2053 suppress bogus "no previous prototype for 'FOO'"
2054 and "no previous declaration for 'FOO'" diagnostics,
2055 when FOO is an inline function in the header; see
2056 <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
2057 <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>. */
2058 #if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
2059 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
2060 # define _GL_INLINE_HEADER_CONST_PRAGMA
2061 # else
2062 # define _GL_INLINE_HEADER_CONST_PRAGMA \
2063 _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
2064 # endif
2065 # define _GL_INLINE_HEADER_BEGIN \
2066 _Pragma ("GCC diagnostic push") \
2067 _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
2068 _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
2069 _GL_INLINE_HEADER_CONST_PRAGMA
2070 # define _GL_INLINE_HEADER_END \
2071 _Pragma ("GCC diagnostic pop")
2072 #else
2073 # define _GL_INLINE_HEADER_BEGIN
2074 # define _GL_INLINE_HEADER_END
2075 #endif
2076
2077 /* Define to a replacement function name for fnmatch(). */
2078 #undef fnmatch
2079
2080 /* Define to `int' if <sys/types.h> doesn't define. */
2081 #undef gid_t
2082
2083 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
2084 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
2085 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
2086 __APPLE__ && __MACH__ test for Mac OS X.
2087 __APPLE_CC__ tests for the Apple compiler and its version.
2088 __STDC_VERSION__ tests for the C99 mode. */
2089 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
2090 # define __GNUC_STDC_INLINE__ 1
2091 #endif
2092
2093 /* Define to a type if <wchar.h> does not define. */
2094 #undef mbstate_t
2095
2096 /* Define to `int' if <sys/types.h> does not define. */
2097 #undef mode_t
2098
2099 /* Define to the type of st_nlink in struct stat, or a supertype. */
2100 #undef nlink_t
2101
2102 /* Define to `int' if <sys/types.h> does not define. */
2103 #undef pid_t
2104
2105 /* Define to the equivalent of the C99 'restrict' keyword, or to
2106 nothing if this is not supported. Do not define if restrict is
2107 supported directly. */
2108 #undef restrict
2109 /* Work around a bug in Sun C++: it does not support _Restrict or
2110 __restrict__, even though the corresponding Sun C compiler ends up with
2111 "#define restrict _Restrict" or "#define restrict __restrict__" in the
2112 previous line. Perhaps some future version of Sun C++ will work with
2113 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
2114 #if defined __SUNPRO_CC && !defined __RESTRICT
2115 # define _Restrict
2116 # define __restrict__
2117 #endif
2118
2119 /* Define to `unsigned int' if <sys/types.h> does not define. */
2120 #undef size_t
2121
2122 /* type to use in place of socklen_t if not defined */
2123 #undef socklen_t
2124
2125 /* Define as a signed type of the same size as size_t. */
2126 #undef ssize_t
2127
2128 /* Define to `int' if <sys/types.h> doesn't define. */
2129 #undef uid_t
2130
2131 /* Define as a marker that can be attached to declarations that might not
2132 be used. This helps to reduce warnings, such as from
2133 GCC -Wunused-parameter. */
2134 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
2135 # define _GL_UNUSED __attribute__ ((__unused__))
2136 #else
2137 # define _GL_UNUSED
2138 #endif
2139 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
2140 is a misnomer outside of parameter lists. */
2141 #define _UNUSED_PARAMETER_ _GL_UNUSED
2142
2143 /* gcc supports the "unused" attribute on possibly unused labels, and
2144 g++ has since version 4.5. Note to support C++ as well as C,
2145 _GL_UNUSED_LABEL should be used with a trailing ; */
2146 #if !defined __cplusplus || __GNUC__ > 4 \
2147 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
2148 # define _GL_UNUSED_LABEL _GL_UNUSED
2149 #else
2150 # define _GL_UNUSED_LABEL
2151 #endif
2152
2153 /* The __pure__ attribute was added in gcc 2.96. */
2154 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
2155 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
2156 #else
2157 # define _GL_ATTRIBUTE_PURE /* empty */
2158 #endif
2159
2160 /* The __const__ attribute was added in gcc 2.95. */
2161 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
2162 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
2163 #else
2164 # define _GL_ATTRIBUTE_CONST /* empty */
2165 #endif
2166
This page took 0.071896 seconds and 3 git commands to generate.