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