packaging: remove old options to find hidden files
[platform/upstream/findutils.git] / config.h.in
1 /* config.h.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 so that source code can verify that config.h was already included */
7 #undef ALREADY_INCLUDED_CONFIG_H
8
9 /* Define to the number of bits in type 'ptrdiff_t'. */
10 #undef BITSIZEOF_PTRDIFF_T
11
12 /* Define to the number of bits in type 'sig_atomic_t'. */
13 #undef BITSIZEOF_SIG_ATOMIC_T
14
15 /* Define to the number of bits in type 'size_t'. */
16 #undef BITSIZEOF_SIZE_T
17
18 /* Define to the number of bits in type 'wchar_t'. */
19 #undef BITSIZEOF_WCHAR_T
20
21 /* Define to the number of bits in type 'wint_t'. */
22 #undef BITSIZEOF_WINT_T
23
24 /* Define if you want find -nouser and -nogroup to make tables of used UIDs
25    and GIDs at startup instead of using getpwuid or getgrgid when needed.
26    Speeds up -nouser and -nogroup unless you are running NIS or Hesiod, which
27    make password and group calls very expensive. */
28 #undef CACHE_IDS
29
30 /* Define to 1 if the `closedir' function returns void instead of `int'. */
31 #undef CLOSEDIR_VOID
32
33 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
34    systems. This function is required for `alloca.c' support on those systems.
35    */
36 #undef CRAY_STACKSEG_END
37
38 /* Define to 1 if using `alloca.c'. */
39 #undef C_ALLOCA
40
41 /* Define as the bit index in the word where to find bit 0 of the exponent of
42    'double'. */
43 #undef DBL_EXPBIT0_BIT
44
45 /* Define as the word index where to find the exponent of 'double'. */
46 #undef DBL_EXPBIT0_WORD
47
48 /* Define if you want to see find's innards */
49 #undef DEBUG
50
51 /* Define if you want to see a message every time find calls the stat() system
52    call */
53 #undef DEBUG_STAT
54
55 /* If defined, the default argument size used in child processes */
56 #undef DEFAULT_ARG_SIZE
57
58 /* the name of the file descriptor member of DIR */
59 #undef DIR_FD_MEMBER_NAME
60
61 #ifdef DIR_FD_MEMBER_NAME
62 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
63 #else
64 # define DIR_TO_FD(Dir_p) -1
65 #endif
66
67
68 /* Define to 1 if // is a file system root distinct from /. */
69 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
70
71 /* Define if struct dirent has a member d_ino that actually works. */
72 #undef D_INO_IN_DIRENT
73
74 /* Define to 1 if translation of program messages to the user's native
75    language is requested. */
76 #undef ENABLE_NLS
77
78 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
79 #undef FCNTL_DUPFD_BUGGY
80
81 /* Define if we are compiling GNU findutils */
82 #undef FINDUTILS
83
84 /* Define to nothing if C supports flexible array members, and to 1 if it does
85    not. That way, with a declaration like 'struct s { int n; double
86    d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
87    compilers. When computing the size of such an object, don't use 'sizeof
88    (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
89    instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
90    MSVC and with C++ compilers. */
91 #undef FLEXIBLE_ARRAY_MEMBER
92
93 /* Define as the bit index in the word where to find bit 0 of the exponent of
94    'float'. */
95 #undef FLT_EXPBIT0_BIT
96
97 /* Define as the word index where to find the exponent of 'float'. */
98 #undef FLT_EXPBIT0_WORD
99
100 /* Define to 1 if fopen() fails to recognize a trailing slash. */
101 #undef FOPEN_TRAILING_SLASH_BUG
102
103 /* Define to 1 if the system's ftello function has the Solaris bug. */
104 #undef FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE
105
106 /* Define to 1 if fflush is known to work on stdin as per POSIX.1-2008, 0 if
107    fflush is known to not work, -1 if unknown. */
108 #undef FUNC_FFLUSH_STDIN
109
110 /* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
111 #undef FUNC_NL_LANGINFO_YESEXPR_WORKS
112
113 /* Define to 1 if realpath() can malloc memory, always gives an absolute path,
114    and handles trailing slash correctly. */
115 #undef FUNC_REALPATH_WORKS
116
117 /* Define to 1 if ungetc is broken when used on arbitrary bytes. */
118 #undef FUNC_UNGETC_BROKEN
119
120 /* Define to the type of elements in the array set by `getgroups'. Usually
121    this is either `int' or `gid_t'. */
122 #undef GETGROUPS_T
123
124 /* Define this to 1 if getgroups(0,NULL) does not return the number of groups.
125    */
126 #undef GETGROUPS_ZERO_BUG
127
128 /* Define if gettimeofday clobbers the localtime buffer. */
129 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
130
131 /* Define this to 'void' or 'struct timezone' to match the system's
132    declaration of the second argument to gettimeofday. */
133 #undef GETTIMEOFDAY_TIMEZONE
134
135 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
136    whether the gnulib module areadlinkat shall be considered present. */
137 #undef GNULIB_AREADLINKAT
138
139 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
140    whether the gnulib module canonicalize shall be considered present. */
141 #undef GNULIB_CANONICALIZE
142
143 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
144    whether the gnulib module close-stream shall be considered present. */
145 #undef GNULIB_CLOSE_STREAM
146
147 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
148    whether the gnulib module dirent-safer shall be considered present. */
149 #undef GNULIB_DIRENT_SAFER
150
151 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
152    whether the gnulib module dirname shall be considered present. */
153 #undef GNULIB_DIRNAME
154
155 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
156    whether the gnulib module faccessat shall be considered present. */
157 #undef GNULIB_FACCESSAT
158
159 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
160    whether the gnulib module fcntl-safer shall be considered present. */
161 #undef GNULIB_FCNTL_SAFER
162
163 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
164    whether the gnulib module fdopendir shall be considered present. */
165 #undef GNULIB_FDOPENDIR
166
167 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
168    whether the gnulib module fd-safer-flag shall be considered present. */
169 #undef GNULIB_FD_SAFER_FLAG
170
171 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
172    whether the gnulib module fflush shall be considered present. */
173 #undef GNULIB_FFLUSH
174
175 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
176    whether the gnulib module fopen-safer shall be considered present. */
177 #undef GNULIB_FOPEN_SAFER
178
179 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
180    whether the gnulib module fscanf shall be considered present. */
181 #undef GNULIB_FSCANF
182
183 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
184    whether the gnulib module getcwd shall be considered present. */
185 #undef GNULIB_GETCWD
186
187 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
188    whether the gnulib module lock shall be considered present. */
189 #undef GNULIB_LOCK
190
191 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
192    whether the gnulib module malloc-gnu shall be considered present. */
193 #undef GNULIB_MALLOC_GNU
194
195 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
196    whether the gnulib module openat shall be considered present. */
197 #undef GNULIB_OPENAT
198
199 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
200    whether the gnulib module openat-safer shall be considered present. */
201 #undef GNULIB_OPENAT_SAFER
202
203 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
204    whether the gnulib module realloc-gnu shall be considered present. */
205 #undef GNULIB_REALLOC_GNU
206
207 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
208    whether the gnulib module scanf shall be considered present. */
209 #undef GNULIB_SCANF
210
211 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
212    whether the gnulib module snprintf shall be considered present. */
213 #undef GNULIB_SNPRINTF
214
215 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
216    whether the gnulib module statat shall be considered present. */
217 #undef GNULIB_STATAT
218
219 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
220    whether the gnulib module strerror shall be considered present. */
221 #undef GNULIB_STRERROR
222
223 /* Define to 1 when the gnulib module accept should be tested. */
224 #undef GNULIB_TEST_ACCEPT
225
226 /* Define to 1 when the gnulib module bind should be tested. */
227 #undef GNULIB_TEST_BIND
228
229 /* Define to 1 when the gnulib module btowc should be tested. */
230 #undef GNULIB_TEST_BTOWC
231
232 /* Define to 1 when the gnulib module canonicalize should be tested. */
233 #undef GNULIB_TEST_CANONICALIZE
234
235 /* Define to 1 when the gnulib module canonicalize_file_name should be tested.
236    */
237 #undef GNULIB_TEST_CANONICALIZE_FILE_NAME
238
239 /* Define to 1 when the gnulib module chdir should be tested. */
240 #undef GNULIB_TEST_CHDIR
241
242 /* Define to 1 when the gnulib module cloexec should be tested. */
243 #undef GNULIB_TEST_CLOEXEC
244
245 /* Define to 1 when the gnulib module close should be tested. */
246 #undef GNULIB_TEST_CLOSE
247
248 /* Define to 1 when the gnulib module closedir should be tested. */
249 #undef GNULIB_TEST_CLOSEDIR
250
251 /* Define to 1 when the gnulib module connect should be tested. */
252 #undef GNULIB_TEST_CONNECT
253
254 /* Define to 1 when the gnulib module dirfd should be tested. */
255 #undef GNULIB_TEST_DIRFD
256
257 /* Define to 1 when the gnulib module dup should be tested. */
258 #undef GNULIB_TEST_DUP
259
260 /* Define to 1 when the gnulib module dup2 should be tested. */
261 #undef GNULIB_TEST_DUP2
262
263 /* Define to 1 when the gnulib module environ should be tested. */
264 #undef GNULIB_TEST_ENVIRON
265
266 /* Define to 1 when the gnulib module euidaccess should be tested. */
267 #undef GNULIB_TEST_EUIDACCESS
268
269 /* Define to 1 when the gnulib module faccessat should be tested. */
270 #undef GNULIB_TEST_FACCESSAT
271
272 /* Define to 1 when the gnulib module fchdir should be tested. */
273 #undef GNULIB_TEST_FCHDIR
274
275 /* Define to 1 when the gnulib module fcntl should be tested. */
276 #undef GNULIB_TEST_FCNTL
277
278 /* Define to 1 when the gnulib module fdopen should be tested. */
279 #undef GNULIB_TEST_FDOPEN
280
281 /* Define to 1 when the gnulib module fdopendir should be tested. */
282 #undef GNULIB_TEST_FDOPENDIR
283
284 /* Define to 1 when the gnulib module fflush should be tested. */
285 #undef GNULIB_TEST_FFLUSH
286
287 /* Define to 1 when the gnulib module fopen should be tested. */
288 #undef GNULIB_TEST_FOPEN
289
290 /* Define to 1 when the gnulib module fpurge should be tested. */
291 #undef GNULIB_TEST_FPURGE
292
293 /* Define to 1 when the gnulib module fseek should be tested. */
294 #undef GNULIB_TEST_FSEEK
295
296 /* Define to 1 when the gnulib module fseeko should be tested. */
297 #undef GNULIB_TEST_FSEEKO
298
299 /* Define to 1 when the gnulib module fstat should be tested. */
300 #undef GNULIB_TEST_FSTAT
301
302 /* Define to 1 when the gnulib module fstatat should be tested. */
303 #undef GNULIB_TEST_FSTATAT
304
305 /* Define to 1 when the gnulib module ftell should be tested. */
306 #undef GNULIB_TEST_FTELL
307
308 /* Define to 1 when the gnulib module ftello should be tested. */
309 #undef GNULIB_TEST_FTELLO
310
311 /* Define to 1 when the gnulib module ftruncate should be tested. */
312 #undef GNULIB_TEST_FTRUNCATE
313
314 /* Define to 1 when the gnulib module getcwd should be tested. */
315 #undef GNULIB_TEST_GETCWD
316
317 /* Define to 1 when the gnulib module getdelim should be tested. */
318 #undef GNULIB_TEST_GETDELIM
319
320 /* Define to 1 when the gnulib module getdtablesize should be tested. */
321 #undef GNULIB_TEST_GETDTABLESIZE
322
323 /* Define to 1 when the gnulib module getgroups should be tested. */
324 #undef GNULIB_TEST_GETGROUPS
325
326 /* Define to 1 when the gnulib module gethostname should be tested. */
327 #undef GNULIB_TEST_GETHOSTNAME
328
329 /* Define to 1 when the gnulib module getline should be tested. */
330 #undef GNULIB_TEST_GETLINE
331
332 /* Define to 1 when the gnulib module getopt-gnu should be tested. */
333 #undef GNULIB_TEST_GETOPT_GNU
334
335 /* Define to 1 when the gnulib module getpagesize should be tested. */
336 #undef GNULIB_TEST_GETPAGESIZE
337
338 /* Define to 1 when the gnulib module gettimeofday should be tested. */
339 #undef GNULIB_TEST_GETTIMEOFDAY
340
341 /* Define to 1 when the gnulib module group-member should be tested. */
342 #undef GNULIB_TEST_GROUP_MEMBER
343
344 /* Define to 1 when the gnulib module ioctl should be tested. */
345 #undef GNULIB_TEST_IOCTL
346
347 /* Define to 1 when the gnulib module isfinite should be tested. */
348 #undef GNULIB_TEST_ISFINITE
349
350 /* Define to 1 when the gnulib module isinf should be tested. */
351 #undef GNULIB_TEST_ISINF
352
353 /* Define to 1 when the gnulib module iswblank should be tested. */
354 #undef GNULIB_TEST_ISWBLANK
355
356 /* Define to 1 when the gnulib module listen should be tested. */
357 #undef GNULIB_TEST_LISTEN
358
359 /* Define to 1 when the gnulib module localeconv should be tested. */
360 #undef GNULIB_TEST_LOCALECONV
361
362 /* Define to 1 when the gnulib module lseek should be tested. */
363 #undef GNULIB_TEST_LSEEK
364
365 /* Define to 1 when the gnulib module lstat should be tested. */
366 #undef GNULIB_TEST_LSTAT
367
368 /* Define to 1 when the gnulib module malloc-posix should be tested. */
369 #undef GNULIB_TEST_MALLOC_POSIX
370
371 /* Define to 1 when the gnulib module mbrtowc should be tested. */
372 #undef GNULIB_TEST_MBRTOWC
373
374 /* Define to 1 when the gnulib module mbscasestr should be tested. */
375 #undef GNULIB_TEST_MBSCASESTR
376
377 /* Define to 1 when the gnulib module mbsinit should be tested. */
378 #undef GNULIB_TEST_MBSINIT
379
380 /* Define to 1 when the gnulib module mbslen should be tested. */
381 #undef GNULIB_TEST_MBSLEN
382
383 /* Define to 1 when the gnulib module mbsrtowcs should be tested. */
384 #undef GNULIB_TEST_MBSRTOWCS
385
386 /* Define to 1 when the gnulib module mbsstr should be tested. */
387 #undef GNULIB_TEST_MBSSTR
388
389 /* Define to 1 when the gnulib module mbtowc should be tested. */
390 #undef GNULIB_TEST_MBTOWC
391
392 /* Define to 1 when the gnulib module memchr should be tested. */
393 #undef GNULIB_TEST_MEMCHR
394
395 /* Define to 1 when the gnulib module mempcpy should be tested. */
396 #undef GNULIB_TEST_MEMPCPY
397
398 /* Define to 1 when the gnulib module memrchr should be tested. */
399 #undef GNULIB_TEST_MEMRCHR
400
401 /* Define to 1 when the gnulib module mktime should be tested. */
402 #undef GNULIB_TEST_MKTIME
403
404 /* Define to 1 when the gnulib module modf should be tested. */
405 #undef GNULIB_TEST_MODF
406
407 /* Define to 1 when the gnulib module nanosleep should be tested. */
408 #undef GNULIB_TEST_NANOSLEEP
409
410 /* Define to 1 when the gnulib module nl_langinfo should be tested. */
411 #undef GNULIB_TEST_NL_LANGINFO
412
413 /* Define to 1 when the gnulib module open should be tested. */
414 #undef GNULIB_TEST_OPEN
415
416 /* Define to 1 when the gnulib module openat should be tested. */
417 #undef GNULIB_TEST_OPENAT
418
419 /* Define to 1 when the gnulib module opendir should be tested. */
420 #undef GNULIB_TEST_OPENDIR
421
422 /* Define to 1 when the gnulib module perror should be tested. */
423 #undef GNULIB_TEST_PERROR
424
425 /* Define to 1 when the gnulib module pipe should be tested. */
426 #undef GNULIB_TEST_PIPE
427
428 /* Define to 1 when the gnulib module putenv should be tested. */
429 #undef GNULIB_TEST_PUTENV
430
431 /* Define to 1 when the gnulib module raise should be tested. */
432 #undef GNULIB_TEST_RAISE
433
434 /* Define to 1 when the gnulib module read should be tested. */
435 #undef GNULIB_TEST_READ
436
437 /* Define to 1 when the gnulib module readdir should be tested. */
438 #undef GNULIB_TEST_READDIR
439
440 /* Define to 1 when the gnulib module readlink should be tested. */
441 #undef GNULIB_TEST_READLINK
442
443 /* Define to 1 when the gnulib module readlinkat should be tested. */
444 #undef GNULIB_TEST_READLINKAT
445
446 /* Define to 1 when the gnulib module realloc-posix should be tested. */
447 #undef GNULIB_TEST_REALLOC_POSIX
448
449 /* Define to 1 when the gnulib module rewinddir should be tested. */
450 #undef GNULIB_TEST_REWINDDIR
451
452 /* Define to 1 when the gnulib module rmdir should be tested. */
453 #undef GNULIB_TEST_RMDIR
454
455 /* Define to 1 when the gnulib module rpmatch should be tested. */
456 #undef GNULIB_TEST_RPMATCH
457
458 /* Define to 1 when the gnulib module select should be tested. */
459 #undef GNULIB_TEST_SELECT
460
461 /* Define to 1 when the gnulib module setenv should be tested. */
462 #undef GNULIB_TEST_SETENV
463
464 /* Define to 1 when the gnulib module setlocale should be tested. */
465 #undef GNULIB_TEST_SETLOCALE
466
467 /* Define to 1 when the gnulib module setsockopt should be tested. */
468 #undef GNULIB_TEST_SETSOCKOPT
469
470 /* Define to 1 when the gnulib module sigaction should be tested. */
471 #undef GNULIB_TEST_SIGACTION
472
473 /* Define to 1 when the gnulib module sigprocmask should be tested. */
474 #undef GNULIB_TEST_SIGPROCMASK
475
476 /* Define to 1 when the gnulib module sleep should be tested. */
477 #undef GNULIB_TEST_SLEEP
478
479 /* Define to 1 when the gnulib module snprintf should be tested. */
480 #undef GNULIB_TEST_SNPRINTF
481
482 /* Define to 1 when the gnulib module socket should be tested. */
483 #undef GNULIB_TEST_SOCKET
484
485 /* Define to 1 when the gnulib module stat should be tested. */
486 #undef GNULIB_TEST_STAT
487
488 /* Define to 1 when the gnulib module stpcpy should be tested. */
489 #undef GNULIB_TEST_STPCPY
490
491 /* Define to 1 when the gnulib module strcasestr should be tested. */
492 #undef GNULIB_TEST_STRCASESTR
493
494 /* Define to 1 when the gnulib module strdup should be tested. */
495 #undef GNULIB_TEST_STRDUP
496
497 /* Define to 1 when the gnulib module strerror should be tested. */
498 #undef GNULIB_TEST_STRERROR
499
500 /* Define to 1 when the gnulib module strerror_r should be tested. */
501 #undef GNULIB_TEST_STRERROR_R
502
503 /* Define to 1 when the gnulib module strndup should be tested. */
504 #undef GNULIB_TEST_STRNDUP
505
506 /* Define to 1 when the gnulib module strnlen should be tested. */
507 #undef GNULIB_TEST_STRNLEN
508
509 /* Define to 1 when the gnulib module strstr should be tested. */
510 #undef GNULIB_TEST_STRSTR
511
512 /* Define to 1 when the gnulib module strtoull should be tested. */
513 #undef GNULIB_TEST_STRTOULL
514
515 /* Define to 1 when the gnulib module symlink should be tested. */
516 #undef GNULIB_TEST_SYMLINK
517
518 /* Define to 1 when the gnulib module symlinkat should be tested. */
519 #undef GNULIB_TEST_SYMLINKAT
520
521 /* Define to 1 when the gnulib module time_r should be tested. */
522 #undef GNULIB_TEST_TIME_R
523
524 /* Define to 1 when the gnulib module trunc should be tested. */
525 #undef GNULIB_TEST_TRUNC
526
527 /* Define to 1 when the gnulib module unlink should be tested. */
528 #undef GNULIB_TEST_UNLINK
529
530 /* Define to 1 when the gnulib module unlinkat should be tested. */
531 #undef GNULIB_TEST_UNLINKAT
532
533 /* Define to 1 when the gnulib module unsetenv should be tested. */
534 #undef GNULIB_TEST_UNSETENV
535
536 /* Define to 1 when the gnulib module wcrtomb should be tested. */
537 #undef GNULIB_TEST_WCRTOMB
538
539 /* Define to 1 when the gnulib module wctob should be tested. */
540 #undef GNULIB_TEST_WCTOB
541
542 /* Define to 1 when the gnulib module wctomb should be tested. */
543 #undef GNULIB_TEST_WCTOMB
544
545 /* Define to 1 when the gnulib module wcwidth should be tested. */
546 #undef GNULIB_TEST_WCWIDTH
547
548 /* Define to 1 if you have the `access' function. */
549 #undef HAVE_ACCESS
550
551 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
552    may be supplied by this distribution. */
553 #undef HAVE_ALLOCA
554
555 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
556    */
557 #undef HAVE_ALLOCA_H
558
559 /* Define to 1 if you have the <arpa/inet.h> header file. */
560 #undef HAVE_ARPA_INET_H
561
562 /* Define to 1 if the compiler supports __attribute__ ((__noreturn__)) */
563 #undef HAVE_ATTRIBUTE_NORETURN
564
565 /* Define to 1 if you have the <bp-sym.h> header file. */
566 #undef HAVE_BP_SYM_H
567
568 /* Define to 1 if you have the 'btowc' function. */
569 #undef HAVE_BTOWC
570
571 /* Define to 1 if nanosleep mishandles large arguments. */
572 #undef HAVE_BUG_BIG_NANOSLEEP
573
574 /* Define to 1 if you have the <byteswap.h> header file. */
575 #undef HAVE_BYTESWAP_H
576
577 /* Define to 1 if you have the 'canonicalize_file_name' function. */
578 #undef HAVE_CANONICALIZE_FILE_NAME
579
580 /* Define to 1 if you have the 'catgets' function. */
581 #undef HAVE_CATGETS
582
583 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
584    CoreFoundation framework. */
585 #undef HAVE_CFLOCALECOPYCURRENT
586
587 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
588    the CoreFoundation framework. */
589 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
590
591 /* Define to 1 if you have the `chsize' function. */
592 #undef HAVE_CHSIZE
593
594 /* Define to 1 if you have the `clock_gettime' function. */
595 #undef HAVE_CLOCK_GETTIME
596
597 /* Define to 1 if you have the `clock_settime' function. */
598 #undef HAVE_CLOCK_SETTIME
599
600 /* Define to 1 if you have the `closedir' function. */
601 #undef HAVE_CLOSEDIR
602
603 /* Define if you have compound literals. */
604 #undef HAVE_COMPOUND_LITERALS
605
606 /* Define if the GNU dcgettext() function is already present or preinstalled.
607    */
608 #undef HAVE_DCGETTEXT
609
610 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
611    */
612 #undef HAVE_DECL_ALARM
613
614 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
615    */
616 #undef HAVE_DECL_DIRFD
617
618 /* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
619    */
620 #undef HAVE_DECL_FCHDIR
621
622 /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
623    don't. */
624 #undef HAVE_DECL_FDOPENDIR
625
626 /* Define to 1 if you have the declaration of `fpurge', and to 0 if you don't.
627    */
628 #undef HAVE_DECL_FPURGE
629
630 /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
631    */
632 #undef HAVE_DECL_FSEEKO
633
634 /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
635    */
636 #undef HAVE_DECL_FTELLO
637
638 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
639    */
640 #undef HAVE_DECL_GETCWD
641
642 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
643    don't. */
644 #undef HAVE_DECL_GETC_UNLOCKED
645
646 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
647    don't. */
648 #undef HAVE_DECL_GETDELIM
649
650 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
651    */
652 #undef HAVE_DECL_GETENV
653
654 /* Define to 1 if you have the declaration of `getline', and to 0 if you
655    don't. */
656 #undef HAVE_DECL_GETLINE
657
658 /* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
659    don't. */
660 #undef HAVE_DECL_INET_PTON
661
662 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
663    don't. */
664 #undef HAVE_DECL_ISBLANK
665
666 /* Define to 1 if you have the declaration of `isfinite', and to 0 if you
667    don't. */
668 #undef HAVE_DECL_ISFINITE
669
670 /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
671    */
672 #undef HAVE_DECL_ISINF
673
674 /* Define to 1 if you have the declaration of `iswblank', and to 0 if you
675    don't. */
676 #undef HAVE_DECL_ISWBLANK
677
678 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
679    don't. */
680 #undef HAVE_DECL_LOCALTIME_R
681
682 /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
683    don't. */
684 #undef HAVE_DECL_MBRTOWC
685
686 /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
687    don't. */
688 #undef HAVE_DECL_MBSINIT
689
690 /* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you
691    don't. */
692 #undef HAVE_DECL_MBSRTOWCS
693
694 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
695    don't. */
696 #undef HAVE_DECL_MEMRCHR
697
698 /* Define to 1 if you have the declaration of `program_invocation_name', and
699    to 0 if you don't. */
700 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
701
702 /* Define to 1 if you have the declaration of `program_invocation_short_name',
703    and to 0 if you don't. */
704 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
705
706 /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
707    */
708 #undef HAVE_DECL_SETENV
709
710 /* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
711    */
712 #undef HAVE_DECL_SLEEP
713
714 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
715    don't. */
716 #undef HAVE_DECL_SNPRINTF
717
718 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
719    */
720 #undef HAVE_DECL_STRDUP
721
722 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
723    don't. */
724 #undef HAVE_DECL_STRERROR_R
725
726 /* Define to 1 if you have the declaration of `strmode', and to 0 if you
727    don't. */
728 #undef HAVE_DECL_STRMODE
729
730 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
731    don't. */
732 #undef HAVE_DECL_STRNCASECMP
733
734 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
735    don't. */
736 #undef HAVE_DECL_STRNDUP
737
738 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
739    don't. */
740 #undef HAVE_DECL_STRNLEN
741
742 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
743    don't. */
744 #undef HAVE_DECL_STRTOULL
745
746 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
747    don't. */
748 #undef HAVE_DECL_STRTOUMAX
749
750 /* Define to 1 if you have the declaration of `towlower', and to 0 if you
751    don't. */
752 #undef HAVE_DECL_TOWLOWER
753
754 /* Define to 1 if you have the declaration of `trunc', and to 0 if you don't.
755    */
756 #undef HAVE_DECL_TRUNC
757
758 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
759    */
760 #undef HAVE_DECL_TZNAME
761
762 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
763    don't. */
764 #undef HAVE_DECL_UNSETENV
765
766 /* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
767    don't. */
768 #undef HAVE_DECL_WCRTOMB
769
770 /* Define to 1 if you have the declaration of `wctob', and to 0 if you don't.
771    */
772 #undef HAVE_DECL_WCTOB
773
774 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
775    don't. */
776 #undef HAVE_DECL_WCWIDTH
777
778 /* Define to 1 if you have the declaration of `_putenv', and to 0 if you
779    don't. */
780 #undef HAVE_DECL__PUTENV
781
782 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
783    don't. */
784 #undef HAVE_DECL__SNPRINTF
785
786 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
787    don't. */
788 #undef HAVE_DECL___FPENDING
789
790 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
791    */
792 #undef HAVE_DIRENT_H
793
794 /* Define to 1 if you have the `dirfd' function. */
795 #undef HAVE_DIRFD
796
797 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
798 #undef HAVE_DOPRNT
799
800 /* Define to 1 if you have the 'dup2' function. */
801 #undef HAVE_DUP2
802
803 /* Define to 1 if you have the `eaccess' function. */
804 #undef HAVE_EACCESS
805
806 /* Define to 1 if you have the `endgrent' function. */
807 #undef HAVE_ENDGRENT
808
809 /* Define to 1 if you have the `endmntent' function. */
810 #undef HAVE_ENDMNTENT
811
812 /* Define to 1 if you have the `endpwent' function. */
813 #undef HAVE_ENDPWENT
814
815 /* Define if you have the declaration of environ. */
816 #undef HAVE_ENVIRON_DECL
817
818 /* Define to 1 if you have the `euidaccess' function. */
819 #undef HAVE_EUIDACCESS
820
821 /* fabs is defined in -lm */
822 #undef HAVE_FABS_IN_LIBM
823
824 /* Define to 1 if you have the 'faccessat' function. */
825 #undef HAVE_FACCESSAT
826
827 /* Define to 1 if you have the `fchdir' function. */
828 #undef HAVE_FCHDIR
829
830 /* Define to 1 if you have the 'fcntl' function. */
831 #undef HAVE_FCNTL
832
833 /* Define to 1 if you have the 'fdopendir' function. */
834 #undef HAVE_FDOPENDIR
835
836 /* Define to 1 if you have the <features.h> header file. */
837 #undef HAVE_FEATURES_H
838
839 /* Define to 1 if you have the `flockfile' function. */
840 #undef HAVE_FLOCKFILE
841
842 /* Define to 1 if you have the `forcefindlib' function. */
843 #undef HAVE_FORCEFINDLIB
844
845 /* Define to 1 if you have the 'fpurge' function. */
846 #undef HAVE_FPURGE
847
848 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
849 #undef HAVE_FSEEKO
850
851 /* Define to 1 if you have the 'fstatat' function. */
852 #undef HAVE_FSTATAT
853
854 /* Define to 1 if you have the 'fstatfs' function. */
855 #undef HAVE_FSTATFS
856
857 /* Define to 1 if you have the <fs_info.h> header file. */
858 #undef HAVE_FS_INFO_H
859
860 /* Define to 1 if you have the `fs_stat_dev' function. */
861 #undef HAVE_FS_STAT_DEV
862
863 /* Define to 1 if you have the 'ftruncate' function. */
864 #undef HAVE_FTRUNCATE
865
866 /* Define to 1 if you have the `funlockfile' function. */
867 #undef HAVE_FUNLOCKFILE
868
869 /* Define to 1 if you have the `getcwd' function. */
870 #undef HAVE_GETCWD
871
872 /* Define to 1 if you have the 'getdelim' function. */
873 #undef HAVE_GETDELIM
874
875 /* Define to 1 if you have the 'getdtablesize' function. */
876 #undef HAVE_GETDTABLESIZE
877
878 /* Define to 1 if your system has a working `getgroups' function. */
879 #undef HAVE_GETGROUPS
880
881 /* Define to 1 if you have the `gethostname' function. */
882 #undef HAVE_GETHOSTNAME
883
884 /* Define to 1 if you have the `getmntent' function. */
885 #undef HAVE_GETMNTENT
886
887 /* Define to 1 if you have the `getmntinfo' function. */
888 #undef HAVE_GETMNTINFO
889
890 /* Define to 1 if you have the <getopt.h> header file. */
891 #undef HAVE_GETOPT_H
892
893 /* Define to 1 if you have the `getopt_long_only' function. */
894 #undef HAVE_GETOPT_LONG_ONLY
895
896 /* Define to 1 if you have the `getpagesize' function. */
897 #undef HAVE_GETPAGESIZE
898
899 /* Define to 1 if you have the `getppriv' function. */
900 #undef HAVE_GETPPRIV
901
902 /* Define to 1 if you have the `getrusage' function. */
903 #undef HAVE_GETRUSAGE
904
905 /* Define if the GNU gettext() function is already present or preinstalled. */
906 #undef HAVE_GETTEXT
907
908 /* Define to 1 if you have the 'gettimeofday' function. */
909 #undef HAVE_GETTIMEOFDAY
910
911 /* Define to 1 if you have the `hasmntopt' function. */
912 #undef HAVE_HASMNTOPT
913
914 /* Define if you have the iconv() function and it works. */
915 #undef HAVE_ICONV
916
917 /* Define to 1 if you have the `inet_pton' function. */
918 #undef HAVE_INET_PTON
919
920 /* Define to 1 if the compiler supports one of the keywords 'inline',
921    '__inline__', '__inline' and effectively inlines functions marked as such.
922    */
923 #undef HAVE_INLINE
924
925 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
926 #undef HAVE_INTMAX_T
927
928 /* Define to 1 if you have the <inttypes.h> header file. */
929 #undef HAVE_INTTYPES_H
930
931 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
932    declares uintmax_t. */
933 #undef HAVE_INTTYPES_H_WITH_UINTMAX
934
935 /* Define to 1 if you have the `ioctl' function. */
936 #undef HAVE_IOCTL
937
938 /* Define to 1 if <sys/socket.h> defines AF_INET. */
939 #undef HAVE_IPV4
940
941 /* Define to 1 if <sys/socket.h> defines AF_INET6. */
942 #undef HAVE_IPV6
943
944 /* Define to 1 if you have the 'isblank' function. */
945 #undef HAVE_ISBLANK
946
947 /* Define if the isnan(double) function is available in libc. */
948 #undef HAVE_ISNAND_IN_LIBC
949
950 /* Define if the isnan(float) function is available in libc. */
951 #undef HAVE_ISNANF_IN_LIBC
952
953 /* Define if the isnan(long double) function is available in libc. */
954 #undef HAVE_ISNANL_IN_LIBC
955
956 /* Define to 1 if you have the 'iswblank' function. */
957 #undef HAVE_ISWBLANK
958
959 /* Define to 1 if you have the 'iswcntrl' function. */
960 #undef HAVE_ISWCNTRL
961
962 /* Define to 1 if you have the 'iswctype' function. */
963 #undef HAVE_ISWCTYPE
964
965 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
966 #undef HAVE_LANGINFO_CODESET
967
968 /* Define to 1 if you have the <langinfo.h> header file. */
969 #undef HAVE_LANGINFO_H
970
971 /* Define if you have <langinfo.h> and nl_langinfo(YESEXPR). */
972 #undef HAVE_LANGINFO_YESEXPR
973
974 /* Define if your <locale.h> file defines LC_MESSAGES. */
975 #undef HAVE_LC_MESSAGES
976
977 /* Define to 1 if you have the <libgen.h> header file. */
978 #undef HAVE_LIBGEN_H
979
980 /* Define to 1 if you have the <libintl.h> header file. */
981 #undef HAVE_LIBINTL_H
982
983 /* Define to 1 if you have the `sun' library (-lsun). */
984 #undef HAVE_LIBSUN
985
986 /* Define to 1 if you have the `listmntent' function. */
987 #undef HAVE_LISTMNTENT
988
989 /* Define to 1 if you have the 'localtime_r' function. */
990 #undef HAVE_LOCALTIME_R
991
992 /* Define to 1 if you support file names longer than 14 characters. */
993 #undef HAVE_LONG_FILE_NAMES
994
995 /* Define to 1 if the system has the type 'long long int'. */
996 #undef HAVE_LONG_LONG_INT
997
998 /* Define to 1 if you have the 'lstat' function. */
999 #undef HAVE_LSTAT
1000
1001 /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
1002    to 0 otherwise. */
1003 #undef HAVE_MALLOC_GNU
1004
1005 /* Define to 1 if you have the <malloc.h> header file. */
1006 #undef HAVE_MALLOC_H
1007
1008 /* Define if the 'malloc' function is POSIX compliant. */
1009 #undef HAVE_MALLOC_POSIX
1010
1011 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
1012    config.h and <sys/mman.h>. */
1013 #undef HAVE_MAP_ANONYMOUS
1014
1015 /* Define to 1 if you have the <math.h> header file. */
1016 #undef HAVE_MATH_H
1017
1018 /* Define to 1 if you have the `mbrtowc' function. */
1019 #undef HAVE_MBRTOWC
1020
1021 /* Define to 1 if you have the 'mbsinit' function. */
1022 #undef HAVE_MBSINIT
1023
1024 /* Define to 1 if you have the 'mbslen' function. */
1025 #undef HAVE_MBSLEN
1026
1027 /* Define to 1 if you have the 'mbsrtowcs' function. */
1028 #undef HAVE_MBSRTOWCS
1029
1030 /* Define to 1 if <wchar.h> declares mbstate_t. */
1031 #undef HAVE_MBSTATE_T
1032
1033 /* Define to 1 if you have the `memcmp' function. */
1034 #undef HAVE_MEMCMP
1035
1036 /* Define to 1 if you have the <memory.h> header file. */
1037 #undef HAVE_MEMORY_H
1038
1039 /* Define to 1 if you have the `mempcpy' function. */
1040 #undef HAVE_MEMPCPY
1041
1042 /* Define to 1 if you have the `memrchr' function. */
1043 #undef HAVE_MEMRCHR
1044
1045 /* Define to 1 if you have the `memset' function. */
1046 #undef HAVE_MEMSET
1047
1048 /* Define to 1 if getcwd minimally works, that is, its result can be trusted
1049    when it succeeds. */
1050 #undef HAVE_MINIMALLY_WORKING_GETCWD
1051
1052 /* Define to 1 if you have the <mntent.h> header file. */
1053 #undef HAVE_MNTENT_H
1054
1055 /* modf is defined in -lm */
1056 #undef HAVE_MODF_IN_LIBM
1057
1058 /* Define to 1 if you have the 'mprotect' function. */
1059 #undef HAVE_MPROTECT
1060
1061 /* Define to 1 on MSVC platforms that have the "invalid parameter handler"
1062    concept. */
1063 #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
1064
1065 /* Define to 1 if you have the 'nanotime' function. */
1066 #undef HAVE_NANOTIME
1067
1068 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
1069 #undef HAVE_NDIR_H
1070
1071 /* Define to 1 if you have the <netdb.h> header file. */
1072 #undef HAVE_NETDB_H
1073
1074 /* Define to 1 if you have the <netinet/in.h> header file. */
1075 #undef HAVE_NETINET_IN_H
1076
1077 /* Define to 1 if you have the 'newlocale' function. */
1078 #undef HAVE_NEWLOCALE
1079
1080 /* Define to 1 if you have the `next_dev' function. */
1081 #undef HAVE_NEXT_DEV
1082
1083 /* Define to 1 if you have the 'nl_langinfo' function. */
1084 #undef HAVE_NL_LANGINFO
1085
1086 /* Define to 1 if you have the 'openat' function. */
1087 #undef HAVE_OPENAT
1088
1089 /* Define to 1 if you have the `opendir' function. */
1090 #undef HAVE_OPENDIR
1091
1092 /* Define to 1 if you have the <OS.h> header file. */
1093 #undef HAVE_OS_H
1094
1095 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
1096    setting errno to ERANGE, ENAMETOOLONG, or ENOENT. */
1097 #undef HAVE_PARTLY_WORKING_GETCWD
1098
1099 /* Define to 1 if you have the 'pathconf' function. */
1100 #undef HAVE_PATHCONF
1101
1102 /* Define to 1 if you have the 'pipe' function. */
1103 #undef HAVE_PIPE
1104
1105 /* Define to 1 if you have the <priv.h> header file. */
1106 #undef HAVE_PRIV_H
1107
1108 /* Define to 1 if you have the `pthread_atfork' function. */
1109 #undef HAVE_PTHREAD_ATFORK
1110
1111 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
1112 #undef HAVE_PTHREAD_MUTEX_RECURSIVE
1113
1114 /* Define if the POSIX multithreading library has read/write locks. */
1115 #undef HAVE_PTHREAD_RWLOCK
1116
1117 /* Define to 1 if you have the `raise' function. */
1118 #undef HAVE_RAISE
1119
1120 /* Define to 1 if accept is declared even after undefining macros. */
1121 #undef HAVE_RAW_DECL_ACCEPT
1122
1123 /* Define to 1 if accept4 is declared even after undefining macros. */
1124 #undef HAVE_RAW_DECL_ACCEPT4
1125
1126 /* Define to 1 if acosf is declared even after undefining macros. */
1127 #undef HAVE_RAW_DECL_ACOSF
1128
1129 /* Define to 1 if acosl is declared even after undefining macros. */
1130 #undef HAVE_RAW_DECL_ACOSL
1131
1132 /* Define to 1 if alphasort is declared even after undefining macros. */
1133 #undef HAVE_RAW_DECL_ALPHASORT
1134
1135 /* Define to 1 if asinf is declared even after undefining macros. */
1136 #undef HAVE_RAW_DECL_ASINF
1137
1138 /* Define to 1 if asinl is declared even after undefining macros. */
1139 #undef HAVE_RAW_DECL_ASINL
1140
1141 /* Define to 1 if atanf is declared even after undefining macros. */
1142 #undef HAVE_RAW_DECL_ATANF
1143
1144 /* Define to 1 if atanl is declared even after undefining macros. */
1145 #undef HAVE_RAW_DECL_ATANL
1146
1147 /* Define to 1 if atoll is declared even after undefining macros. */
1148 #undef HAVE_RAW_DECL_ATOLL
1149
1150 /* Define to 1 if bind is declared even after undefining macros. */
1151 #undef HAVE_RAW_DECL_BIND
1152
1153 /* Define to 1 if btowc is declared even after undefining macros. */
1154 #undef HAVE_RAW_DECL_BTOWC
1155
1156 /* Define to 1 if canonicalize_file_name is declared even after undefining
1157    macros. */
1158 #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
1159
1160 /* Define to 1 if cbrt is declared even after undefining macros. */
1161 #undef HAVE_RAW_DECL_CBRT
1162
1163 /* Define to 1 if cbrtf is declared even after undefining macros. */
1164 #undef HAVE_RAW_DECL_CBRTF
1165
1166 /* Define to 1 if cbrtl is declared even after undefining macros. */
1167 #undef HAVE_RAW_DECL_CBRTL
1168
1169 /* Define to 1 if ceilf is declared even after undefining macros. */
1170 #undef HAVE_RAW_DECL_CEILF
1171
1172 /* Define to 1 if ceill is declared even after undefining macros. */
1173 #undef HAVE_RAW_DECL_CEILL
1174
1175 /* Define to 1 if chdir is declared even after undefining macros. */
1176 #undef HAVE_RAW_DECL_CHDIR
1177
1178 /* Define to 1 if chown is declared even after undefining macros. */
1179 #undef HAVE_RAW_DECL_CHOWN
1180
1181 /* Define to 1 if closedir is declared even after undefining macros. */
1182 #undef HAVE_RAW_DECL_CLOSEDIR
1183
1184 /* Define to 1 if connect is declared even after undefining macros. */
1185 #undef HAVE_RAW_DECL_CONNECT
1186
1187 /* Define to 1 if copysign is declared even after undefining macros. */
1188 #undef HAVE_RAW_DECL_COPYSIGN
1189
1190 /* Define to 1 if copysignf is declared even after undefining macros. */
1191 #undef HAVE_RAW_DECL_COPYSIGNF
1192
1193 /* Define to 1 if copysignl is declared even after undefining macros. */
1194 #undef HAVE_RAW_DECL_COPYSIGNL
1195
1196 /* Define to 1 if cosf is declared even after undefining macros. */
1197 #undef HAVE_RAW_DECL_COSF
1198
1199 /* Define to 1 if coshf is declared even after undefining macros. */
1200 #undef HAVE_RAW_DECL_COSHF
1201
1202 /* Define to 1 if cosl is declared even after undefining macros. */
1203 #undef HAVE_RAW_DECL_COSL
1204
1205 /* Define to 1 if dirfd is declared even after undefining macros. */
1206 #undef HAVE_RAW_DECL_DIRFD
1207
1208 /* Define to 1 if dprintf is declared even after undefining macros. */
1209 #undef HAVE_RAW_DECL_DPRINTF
1210
1211 /* Define to 1 if dup is declared even after undefining macros. */
1212 #undef HAVE_RAW_DECL_DUP
1213
1214 /* Define to 1 if dup2 is declared even after undefining macros. */
1215 #undef HAVE_RAW_DECL_DUP2
1216
1217 /* Define to 1 if dup3 is declared even after undefining macros. */
1218 #undef HAVE_RAW_DECL_DUP3
1219
1220 /* Define to 1 if duplocale is declared even after undefining macros. */
1221 #undef HAVE_RAW_DECL_DUPLOCALE
1222
1223 /* Define to 1 if endusershell is declared even after undefining macros. */
1224 #undef HAVE_RAW_DECL_ENDUSERSHELL
1225
1226 /* Define to 1 if environ is declared even after undefining macros. */
1227 #undef HAVE_RAW_DECL_ENVIRON
1228
1229 /* Define to 1 if euidaccess is declared even after undefining macros. */
1230 #undef HAVE_RAW_DECL_EUIDACCESS
1231
1232 /* Define to 1 if exp2 is declared even after undefining macros. */
1233 #undef HAVE_RAW_DECL_EXP2
1234
1235 /* Define to 1 if exp2f is declared even after undefining macros. */
1236 #undef HAVE_RAW_DECL_EXP2F
1237
1238 /* Define to 1 if exp2l is declared even after undefining macros. */
1239 #undef HAVE_RAW_DECL_EXP2L
1240
1241 /* Define to 1 if expf is declared even after undefining macros. */
1242 #undef HAVE_RAW_DECL_EXPF
1243
1244 /* Define to 1 if expl is declared even after undefining macros. */
1245 #undef HAVE_RAW_DECL_EXPL
1246
1247 /* Define to 1 if expm1 is declared even after undefining macros. */
1248 #undef HAVE_RAW_DECL_EXPM1
1249
1250 /* Define to 1 if expm1f is declared even after undefining macros. */
1251 #undef HAVE_RAW_DECL_EXPM1F
1252
1253 /* Define to 1 if expm1l is declared even after undefining macros. */
1254 #undef HAVE_RAW_DECL_EXPM1L
1255
1256 /* Define to 1 if fabsf is declared even after undefining macros. */
1257 #undef HAVE_RAW_DECL_FABSF
1258
1259 /* Define to 1 if fabsl is declared even after undefining macros. */
1260 #undef HAVE_RAW_DECL_FABSL
1261
1262 /* Define to 1 if faccessat is declared even after undefining macros. */
1263 #undef HAVE_RAW_DECL_FACCESSAT
1264
1265 /* Define to 1 if fchdir is declared even after undefining macros. */
1266 #undef HAVE_RAW_DECL_FCHDIR
1267
1268 /* Define to 1 if fchmodat is declared even after undefining macros. */
1269 #undef HAVE_RAW_DECL_FCHMODAT
1270
1271 /* Define to 1 if fchownat is declared even after undefining macros. */
1272 #undef HAVE_RAW_DECL_FCHOWNAT
1273
1274 /* Define to 1 if fcntl is declared even after undefining macros. */
1275 #undef HAVE_RAW_DECL_FCNTL
1276
1277 /* Define to 1 if fdatasync is declared even after undefining macros. */
1278 #undef HAVE_RAW_DECL_FDATASYNC
1279
1280 /* Define to 1 if fdopendir is declared even after undefining macros. */
1281 #undef HAVE_RAW_DECL_FDOPENDIR
1282
1283 /* Define to 1 if ffs is declared even after undefining macros. */
1284 #undef HAVE_RAW_DECL_FFS
1285
1286 /* Define to 1 if ffsl is declared even after undefining macros. */
1287 #undef HAVE_RAW_DECL_FFSL
1288
1289 /* Define to 1 if ffsll is declared even after undefining macros. */
1290 #undef HAVE_RAW_DECL_FFSLL
1291
1292 /* Define to 1 if floorf is declared even after undefining macros. */
1293 #undef HAVE_RAW_DECL_FLOORF
1294
1295 /* Define to 1 if floorl is declared even after undefining macros. */
1296 #undef HAVE_RAW_DECL_FLOORL
1297
1298 /* Define to 1 if fma is declared even after undefining macros. */
1299 #undef HAVE_RAW_DECL_FMA
1300
1301 /* Define to 1 if fmaf is declared even after undefining macros. */
1302 #undef HAVE_RAW_DECL_FMAF
1303
1304 /* Define to 1 if fmal is declared even after undefining macros. */
1305 #undef HAVE_RAW_DECL_FMAL
1306
1307 /* Define to 1 if fmod is declared even after undefining macros. */
1308 #undef HAVE_RAW_DECL_FMOD
1309
1310 /* Define to 1 if fmodf is declared even after undefining macros. */
1311 #undef HAVE_RAW_DECL_FMODF
1312
1313 /* Define to 1 if fmodl is declared even after undefining macros. */
1314 #undef HAVE_RAW_DECL_FMODL
1315
1316 /* Define to 1 if fpurge is declared even after undefining macros. */
1317 #undef HAVE_RAW_DECL_FPURGE
1318
1319 /* Define to 1 if frexpf is declared even after undefining macros. */
1320 #undef HAVE_RAW_DECL_FREXPF
1321
1322 /* Define to 1 if frexpl is declared even after undefining macros. */
1323 #undef HAVE_RAW_DECL_FREXPL
1324
1325 /* Define to 1 if fseeko is declared even after undefining macros. */
1326 #undef HAVE_RAW_DECL_FSEEKO
1327
1328 /* Define to 1 if fstat is declared even after undefining macros. */
1329 #undef HAVE_RAW_DECL_FSTAT
1330
1331 /* Define to 1 if fstatat is declared even after undefining macros. */
1332 #undef HAVE_RAW_DECL_FSTATAT
1333
1334 /* Define to 1 if fsync is declared even after undefining macros. */
1335 #undef HAVE_RAW_DECL_FSYNC
1336
1337 /* Define to 1 if ftello is declared even after undefining macros. */
1338 #undef HAVE_RAW_DECL_FTELLO
1339
1340 /* Define to 1 if ftruncate is declared even after undefining macros. */
1341 #undef HAVE_RAW_DECL_FTRUNCATE
1342
1343 /* Define to 1 if futimens is declared even after undefining macros. */
1344 #undef HAVE_RAW_DECL_FUTIMENS
1345
1346 /* Define to 1 if getcwd is declared even after undefining macros. */
1347 #undef HAVE_RAW_DECL_GETCWD
1348
1349 /* Define to 1 if getdelim is declared even after undefining macros. */
1350 #undef HAVE_RAW_DECL_GETDELIM
1351
1352 /* Define to 1 if getdomainname is declared even after undefining macros. */
1353 #undef HAVE_RAW_DECL_GETDOMAINNAME
1354
1355 /* Define to 1 if getdtablesize is declared even after undefining macros. */
1356 #undef HAVE_RAW_DECL_GETDTABLESIZE
1357
1358 /* Define to 1 if getgroups is declared even after undefining macros. */
1359 #undef HAVE_RAW_DECL_GETGROUPS
1360
1361 /* Define to 1 if gethostname is declared even after undefining macros. */
1362 #undef HAVE_RAW_DECL_GETHOSTNAME
1363
1364 /* Define to 1 if getline is declared even after undefining macros. */
1365 #undef HAVE_RAW_DECL_GETLINE
1366
1367 /* Define to 1 if getloadavg is declared even after undefining macros. */
1368 #undef HAVE_RAW_DECL_GETLOADAVG
1369
1370 /* Define to 1 if getlogin is declared even after undefining macros. */
1371 #undef HAVE_RAW_DECL_GETLOGIN
1372
1373 /* Define to 1 if getlogin_r is declared even after undefining macros. */
1374 #undef HAVE_RAW_DECL_GETLOGIN_R
1375
1376 /* Define to 1 if getpagesize is declared even after undefining macros. */
1377 #undef HAVE_RAW_DECL_GETPAGESIZE
1378
1379 /* Define to 1 if getpeername is declared even after undefining macros. */
1380 #undef HAVE_RAW_DECL_GETPEERNAME
1381
1382 /* Define to 1 if gets is declared even after undefining macros. */
1383 #undef HAVE_RAW_DECL_GETS
1384
1385 /* Define to 1 if getsockname is declared even after undefining macros. */
1386 #undef HAVE_RAW_DECL_GETSOCKNAME
1387
1388 /* Define to 1 if getsockopt is declared even after undefining macros. */
1389 #undef HAVE_RAW_DECL_GETSOCKOPT
1390
1391 /* Define to 1 if getsubopt is declared even after undefining macros. */
1392 #undef HAVE_RAW_DECL_GETSUBOPT
1393
1394 /* Define to 1 if gettimeofday is declared even after undefining macros. */
1395 #undef HAVE_RAW_DECL_GETTIMEOFDAY
1396
1397 /* Define to 1 if getusershell is declared even after undefining macros. */
1398 #undef HAVE_RAW_DECL_GETUSERSHELL
1399
1400 /* Define to 1 if grantpt is declared even after undefining macros. */
1401 #undef HAVE_RAW_DECL_GRANTPT
1402
1403 /* Define to 1 if group_member is declared even after undefining macros. */
1404 #undef HAVE_RAW_DECL_GROUP_MEMBER
1405
1406 /* Define to 1 if hypotf is declared even after undefining macros. */
1407 #undef HAVE_RAW_DECL_HYPOTF
1408
1409 /* Define to 1 if hypotl is declared even after undefining macros. */
1410 #undef HAVE_RAW_DECL_HYPOTL
1411
1412 /* Define to 1 if ilogb is declared even after undefining macros. */
1413 #undef HAVE_RAW_DECL_ILOGB
1414
1415 /* Define to 1 if ilogbf is declared even after undefining macros. */
1416 #undef HAVE_RAW_DECL_ILOGBF
1417
1418 /* Define to 1 if ilogbl is declared even after undefining macros. */
1419 #undef HAVE_RAW_DECL_ILOGBL
1420
1421 /* Define to 1 if imaxabs is declared even after undefining macros. */
1422 #undef HAVE_RAW_DECL_IMAXABS
1423
1424 /* Define to 1 if imaxdiv is declared even after undefining macros. */
1425 #undef HAVE_RAW_DECL_IMAXDIV
1426
1427 /* Define to 1 if inet_ntop is declared even after undefining macros. */
1428 #undef HAVE_RAW_DECL_INET_NTOP
1429
1430 /* Define to 1 if inet_pton is declared even after undefining macros. */
1431 #undef HAVE_RAW_DECL_INET_PTON
1432
1433 /* Define to 1 if initstate is declared even after undefining macros. */
1434 #undef HAVE_RAW_DECL_INITSTATE
1435
1436 /* Define to 1 if initstate_r is declared even after undefining macros. */
1437 #undef HAVE_RAW_DECL_INITSTATE_R
1438
1439 /* Define to 1 if ioctl is declared even after undefining macros. */
1440 #undef HAVE_RAW_DECL_IOCTL
1441
1442 /* Define to 1 if isatty is declared even after undefining macros. */
1443 #undef HAVE_RAW_DECL_ISATTY
1444
1445 /* Define to 1 if isblank is declared even after undefining macros. */
1446 #undef HAVE_RAW_DECL_ISBLANK
1447
1448 /* Define to 1 if iswctype is declared even after undefining macros. */
1449 #undef HAVE_RAW_DECL_ISWCTYPE
1450
1451 /* Define to 1 if lchmod is declared even after undefining macros. */
1452 #undef HAVE_RAW_DECL_LCHMOD
1453
1454 /* Define to 1 if lchown is declared even after undefining macros. */
1455 #undef HAVE_RAW_DECL_LCHOWN
1456
1457 /* Define to 1 if ldexpf is declared even after undefining macros. */
1458 #undef HAVE_RAW_DECL_LDEXPF
1459
1460 /* Define to 1 if ldexpl is declared even after undefining macros. */
1461 #undef HAVE_RAW_DECL_LDEXPL
1462
1463 /* Define to 1 if link is declared even after undefining macros. */
1464 #undef HAVE_RAW_DECL_LINK
1465
1466 /* Define to 1 if linkat is declared even after undefining macros. */
1467 #undef HAVE_RAW_DECL_LINKAT
1468
1469 /* Define to 1 if listen is declared even after undefining macros. */
1470 #undef HAVE_RAW_DECL_LISTEN
1471
1472 /* Define to 1 if log is declared even after undefining macros. */
1473 #undef HAVE_RAW_DECL_LOG
1474
1475 /* Define to 1 if log10 is declared even after undefining macros. */
1476 #undef HAVE_RAW_DECL_LOG10
1477
1478 /* Define to 1 if log10f is declared even after undefining macros. */
1479 #undef HAVE_RAW_DECL_LOG10F
1480
1481 /* Define to 1 if log10l is declared even after undefining macros. */
1482 #undef HAVE_RAW_DECL_LOG10L
1483
1484 /* Define to 1 if log1p is declared even after undefining macros. */
1485 #undef HAVE_RAW_DECL_LOG1P
1486
1487 /* Define to 1 if log1pf is declared even after undefining macros. */
1488 #undef HAVE_RAW_DECL_LOG1PF
1489
1490 /* Define to 1 if log1pl is declared even after undefining macros. */
1491 #undef HAVE_RAW_DECL_LOG1PL
1492
1493 /* Define to 1 if log2 is declared even after undefining macros. */
1494 #undef HAVE_RAW_DECL_LOG2
1495
1496 /* Define to 1 if log2f is declared even after undefining macros. */
1497 #undef HAVE_RAW_DECL_LOG2F
1498
1499 /* Define to 1 if log2l is declared even after undefining macros. */
1500 #undef HAVE_RAW_DECL_LOG2L
1501
1502 /* Define to 1 if logb is declared even after undefining macros. */
1503 #undef HAVE_RAW_DECL_LOGB
1504
1505 /* Define to 1 if logbf is declared even after undefining macros. */
1506 #undef HAVE_RAW_DECL_LOGBF
1507
1508 /* Define to 1 if logbl is declared even after undefining macros. */
1509 #undef HAVE_RAW_DECL_LOGBL
1510
1511 /* Define to 1 if logf is declared even after undefining macros. */
1512 #undef HAVE_RAW_DECL_LOGF
1513
1514 /* Define to 1 if logl is declared even after undefining macros. */
1515 #undef HAVE_RAW_DECL_LOGL
1516
1517 /* Define to 1 if lseek is declared even after undefining macros. */
1518 #undef HAVE_RAW_DECL_LSEEK
1519
1520 /* Define to 1 if lstat is declared even after undefining macros. */
1521 #undef HAVE_RAW_DECL_LSTAT
1522
1523 /* Define to 1 if mbrlen is declared even after undefining macros. */
1524 #undef HAVE_RAW_DECL_MBRLEN
1525
1526 /* Define to 1 if mbrtowc is declared even after undefining macros. */
1527 #undef HAVE_RAW_DECL_MBRTOWC
1528
1529 /* Define to 1 if mbsinit is declared even after undefining macros. */
1530 #undef HAVE_RAW_DECL_MBSINIT
1531
1532 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
1533 #undef HAVE_RAW_DECL_MBSNRTOWCS
1534
1535 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
1536 #undef HAVE_RAW_DECL_MBSRTOWCS
1537
1538 /* Define to 1 if memmem is declared even after undefining macros. */
1539 #undef HAVE_RAW_DECL_MEMMEM
1540
1541 /* Define to 1 if mempcpy is declared even after undefining macros. */
1542 #undef HAVE_RAW_DECL_MEMPCPY
1543
1544 /* Define to 1 if memrchr is declared even after undefining macros. */
1545 #undef HAVE_RAW_DECL_MEMRCHR
1546
1547 /* Define to 1 if mkdirat is declared even after undefining macros. */
1548 #undef HAVE_RAW_DECL_MKDIRAT
1549
1550 /* Define to 1 if mkdtemp is declared even after undefining macros. */
1551 #undef HAVE_RAW_DECL_MKDTEMP
1552
1553 /* Define to 1 if mkfifo is declared even after undefining macros. */
1554 #undef HAVE_RAW_DECL_MKFIFO
1555
1556 /* Define to 1 if mkfifoat is declared even after undefining macros. */
1557 #undef HAVE_RAW_DECL_MKFIFOAT
1558
1559 /* Define to 1 if mknod is declared even after undefining macros. */
1560 #undef HAVE_RAW_DECL_MKNOD
1561
1562 /* Define to 1 if mknodat is declared even after undefining macros. */
1563 #undef HAVE_RAW_DECL_MKNODAT
1564
1565 /* Define to 1 if mkostemp is declared even after undefining macros. */
1566 #undef HAVE_RAW_DECL_MKOSTEMP
1567
1568 /* Define to 1 if mkostemps is declared even after undefining macros. */
1569 #undef HAVE_RAW_DECL_MKOSTEMPS
1570
1571 /* Define to 1 if mkstemp is declared even after undefining macros. */
1572 #undef HAVE_RAW_DECL_MKSTEMP
1573
1574 /* Define to 1 if mkstemps is declared even after undefining macros. */
1575 #undef HAVE_RAW_DECL_MKSTEMPS
1576
1577 /* Define to 1 if modf is declared even after undefining macros. */
1578 #undef HAVE_RAW_DECL_MODF
1579
1580 /* Define to 1 if modff is declared even after undefining macros. */
1581 #undef HAVE_RAW_DECL_MODFF
1582
1583 /* Define to 1 if modfl is declared even after undefining macros. */
1584 #undef HAVE_RAW_DECL_MODFL
1585
1586 /* Define to 1 if nl_langinfo is declared even after undefining macros. */
1587 #undef HAVE_RAW_DECL_NL_LANGINFO
1588
1589 /* Define to 1 if openat is declared even after undefining macros. */
1590 #undef HAVE_RAW_DECL_OPENAT
1591
1592 /* Define to 1 if opendir is declared even after undefining macros. */
1593 #undef HAVE_RAW_DECL_OPENDIR
1594
1595 /* Define to 1 if pclose is declared even after undefining macros. */
1596 #undef HAVE_RAW_DECL_PCLOSE
1597
1598 /* Define to 1 if pipe is declared even after undefining macros. */
1599 #undef HAVE_RAW_DECL_PIPE
1600
1601 /* Define to 1 if pipe2 is declared even after undefining macros. */
1602 #undef HAVE_RAW_DECL_PIPE2
1603
1604 /* Define to 1 if popen is declared even after undefining macros. */
1605 #undef HAVE_RAW_DECL_POPEN
1606
1607 /* Define to 1 if posix_openpt is declared even after undefining macros. */
1608 #undef HAVE_RAW_DECL_POSIX_OPENPT
1609
1610 /* Define to 1 if powf is declared even after undefining macros. */
1611 #undef HAVE_RAW_DECL_POWF
1612
1613 /* Define to 1 if pread is declared even after undefining macros. */
1614 #undef HAVE_RAW_DECL_PREAD
1615
1616 /* Define to 1 if pselect is declared even after undefining macros. */
1617 #undef HAVE_RAW_DECL_PSELECT
1618
1619 /* Define to 1 if pthread_sigmask is declared even after undefining macros. */
1620 #undef HAVE_RAW_DECL_PTHREAD_SIGMASK
1621
1622 /* Define to 1 if ptsname is declared even after undefining macros. */
1623 #undef HAVE_RAW_DECL_PTSNAME
1624
1625 /* Define to 1 if ptsname_r is declared even after undefining macros. */
1626 #undef HAVE_RAW_DECL_PTSNAME_R
1627
1628 /* Define to 1 if pwrite is declared even after undefining macros. */
1629 #undef HAVE_RAW_DECL_PWRITE
1630
1631 /* Define to 1 if random is declared even after undefining macros. */
1632 #undef HAVE_RAW_DECL_RANDOM
1633
1634 /* Define to 1 if random_r is declared even after undefining macros. */
1635 #undef HAVE_RAW_DECL_RANDOM_R
1636
1637 /* Define to 1 if rawmemchr is declared even after undefining macros. */
1638 #undef HAVE_RAW_DECL_RAWMEMCHR
1639
1640 /* Define to 1 if readdir is declared even after undefining macros. */
1641 #undef HAVE_RAW_DECL_READDIR
1642
1643 /* Define to 1 if readlink is declared even after undefining macros. */
1644 #undef HAVE_RAW_DECL_READLINK
1645
1646 /* Define to 1 if readlinkat is declared even after undefining macros. */
1647 #undef HAVE_RAW_DECL_READLINKAT
1648
1649 /* Define to 1 if realpath is declared even after undefining macros. */
1650 #undef HAVE_RAW_DECL_REALPATH
1651
1652 /* Define to 1 if recv is declared even after undefining macros. */
1653 #undef HAVE_RAW_DECL_RECV
1654
1655 /* Define to 1 if recvfrom is declared even after undefining macros. */
1656 #undef HAVE_RAW_DECL_RECVFROM
1657
1658 /* Define to 1 if remainder is declared even after undefining macros. */
1659 #undef HAVE_RAW_DECL_REMAINDER
1660
1661 /* Define to 1 if remainderf is declared even after undefining macros. */
1662 #undef HAVE_RAW_DECL_REMAINDERF
1663
1664 /* Define to 1 if remainderl is declared even after undefining macros. */
1665 #undef HAVE_RAW_DECL_REMAINDERL
1666
1667 /* Define to 1 if renameat is declared even after undefining macros. */
1668 #undef HAVE_RAW_DECL_RENAMEAT
1669
1670 /* Define to 1 if rewinddir is declared even after undefining macros. */
1671 #undef HAVE_RAW_DECL_REWINDDIR
1672
1673 /* Define to 1 if rint is declared even after undefining macros. */
1674 #undef HAVE_RAW_DECL_RINT
1675
1676 /* Define to 1 if rintf is declared even after undefining macros. */
1677 #undef HAVE_RAW_DECL_RINTF
1678
1679 /* Define to 1 if rintl is declared even after undefining macros. */
1680 #undef HAVE_RAW_DECL_RINTL
1681
1682 /* Define to 1 if rmdir is declared even after undefining macros. */
1683 #undef HAVE_RAW_DECL_RMDIR
1684
1685 /* Define to 1 if round is declared even after undefining macros. */
1686 #undef HAVE_RAW_DECL_ROUND
1687
1688 /* Define to 1 if roundf is declared even after undefining macros. */
1689 #undef HAVE_RAW_DECL_ROUNDF
1690
1691 /* Define to 1 if roundl is declared even after undefining macros. */
1692 #undef HAVE_RAW_DECL_ROUNDL
1693
1694 /* Define to 1 if rpmatch is declared even after undefining macros. */
1695 #undef HAVE_RAW_DECL_RPMATCH
1696
1697 /* Define to 1 if scandir is declared even after undefining macros. */
1698 #undef HAVE_RAW_DECL_SCANDIR
1699
1700 /* Define to 1 if secure_getenv is declared even after undefining macros. */
1701 #undef HAVE_RAW_DECL_SECURE_GETENV
1702
1703 /* Define to 1 if select is declared even after undefining macros. */
1704 #undef HAVE_RAW_DECL_SELECT
1705
1706 /* Define to 1 if send is declared even after undefining macros. */
1707 #undef HAVE_RAW_DECL_SEND
1708
1709 /* Define to 1 if sendto is declared even after undefining macros. */
1710 #undef HAVE_RAW_DECL_SENDTO
1711
1712 /* Define to 1 if setenv is declared even after undefining macros. */
1713 #undef HAVE_RAW_DECL_SETENV
1714
1715 /* Define to 1 if sethostname is declared even after undefining macros. */
1716 #undef HAVE_RAW_DECL_SETHOSTNAME
1717
1718 /* Define to 1 if setlocale is declared even after undefining macros. */
1719 #undef HAVE_RAW_DECL_SETLOCALE
1720
1721 /* Define to 1 if setsockopt is declared even after undefining macros. */
1722 #undef HAVE_RAW_DECL_SETSOCKOPT
1723
1724 /* Define to 1 if setstate is declared even after undefining macros. */
1725 #undef HAVE_RAW_DECL_SETSTATE
1726
1727 /* Define to 1 if setstate_r is declared even after undefining macros. */
1728 #undef HAVE_RAW_DECL_SETSTATE_R
1729
1730 /* Define to 1 if setusershell is declared even after undefining macros. */
1731 #undef HAVE_RAW_DECL_SETUSERSHELL
1732
1733 /* Define to 1 if shutdown is declared even after undefining macros. */
1734 #undef HAVE_RAW_DECL_SHUTDOWN
1735
1736 /* Define to 1 if sigaction is declared even after undefining macros. */
1737 #undef HAVE_RAW_DECL_SIGACTION
1738
1739 /* Define to 1 if sigaddset is declared even after undefining macros. */
1740 #undef HAVE_RAW_DECL_SIGADDSET
1741
1742 /* Define to 1 if sigdelset is declared even after undefining macros. */
1743 #undef HAVE_RAW_DECL_SIGDELSET
1744
1745 /* Define to 1 if sigemptyset is declared even after undefining macros. */
1746 #undef HAVE_RAW_DECL_SIGEMPTYSET
1747
1748 /* Define to 1 if sigfillset is declared even after undefining macros. */
1749 #undef HAVE_RAW_DECL_SIGFILLSET
1750
1751 /* Define to 1 if sigismember is declared even after undefining macros. */
1752 #undef HAVE_RAW_DECL_SIGISMEMBER
1753
1754 /* Define to 1 if sigpending is declared even after undefining macros. */
1755 #undef HAVE_RAW_DECL_SIGPENDING
1756
1757 /* Define to 1 if sigprocmask is declared even after undefining macros. */
1758 #undef HAVE_RAW_DECL_SIGPROCMASK
1759
1760 /* Define to 1 if sinf is declared even after undefining macros. */
1761 #undef HAVE_RAW_DECL_SINF
1762
1763 /* Define to 1 if sinhf is declared even after undefining macros. */
1764 #undef HAVE_RAW_DECL_SINHF
1765
1766 /* Define to 1 if sinl is declared even after undefining macros. */
1767 #undef HAVE_RAW_DECL_SINL
1768
1769 /* Define to 1 if sleep is declared even after undefining macros. */
1770 #undef HAVE_RAW_DECL_SLEEP
1771
1772 /* Define to 1 if snprintf is declared even after undefining macros. */
1773 #undef HAVE_RAW_DECL_SNPRINTF
1774
1775 /* Define to 1 if socket is declared even after undefining macros. */
1776 #undef HAVE_RAW_DECL_SOCKET
1777
1778 /* Define to 1 if sqrtf is declared even after undefining macros. */
1779 #undef HAVE_RAW_DECL_SQRTF
1780
1781 /* Define to 1 if sqrtl is declared even after undefining macros. */
1782 #undef HAVE_RAW_DECL_SQRTL
1783
1784 /* Define to 1 if srandom is declared even after undefining macros. */
1785 #undef HAVE_RAW_DECL_SRANDOM
1786
1787 /* Define to 1 if srandom_r is declared even after undefining macros. */
1788 #undef HAVE_RAW_DECL_SRANDOM_R
1789
1790 /* Define to 1 if stat is declared even after undefining macros. */
1791 #undef HAVE_RAW_DECL_STAT
1792
1793 /* Define to 1 if stpcpy is declared even after undefining macros. */
1794 #undef HAVE_RAW_DECL_STPCPY
1795
1796 /* Define to 1 if stpncpy is declared even after undefining macros. */
1797 #undef HAVE_RAW_DECL_STPNCPY
1798
1799 /* Define to 1 if strcasecmp is declared even after undefining macros. */
1800 #undef HAVE_RAW_DECL_STRCASECMP
1801
1802 /* Define to 1 if strcasestr is declared even after undefining macros. */
1803 #undef HAVE_RAW_DECL_STRCASESTR
1804
1805 /* Define to 1 if strchrnul is declared even after undefining macros. */
1806 #undef HAVE_RAW_DECL_STRCHRNUL
1807
1808 /* Define to 1 if strdup is declared even after undefining macros. */
1809 #undef HAVE_RAW_DECL_STRDUP
1810
1811 /* Define to 1 if strerror_r is declared even after undefining macros. */
1812 #undef HAVE_RAW_DECL_STRERROR_R
1813
1814 /* Define to 1 if strncasecmp is declared even after undefining macros. */
1815 #undef HAVE_RAW_DECL_STRNCASECMP
1816
1817 /* Define to 1 if strncat is declared even after undefining macros. */
1818 #undef HAVE_RAW_DECL_STRNCAT
1819
1820 /* Define to 1 if strndup is declared even after undefining macros. */
1821 #undef HAVE_RAW_DECL_STRNDUP
1822
1823 /* Define to 1 if strnlen is declared even after undefining macros. */
1824 #undef HAVE_RAW_DECL_STRNLEN
1825
1826 /* Define to 1 if strpbrk is declared even after undefining macros. */
1827 #undef HAVE_RAW_DECL_STRPBRK
1828
1829 /* Define to 1 if strsep is declared even after undefining macros. */
1830 #undef HAVE_RAW_DECL_STRSEP
1831
1832 /* Define to 1 if strsignal is declared even after undefining macros. */
1833 #undef HAVE_RAW_DECL_STRSIGNAL
1834
1835 /* Define to 1 if strtod is declared even after undefining macros. */
1836 #undef HAVE_RAW_DECL_STRTOD
1837
1838 /* Define to 1 if strtoimax is declared even after undefining macros. */
1839 #undef HAVE_RAW_DECL_STRTOIMAX
1840
1841 /* Define to 1 if strtok_r is declared even after undefining macros. */
1842 #undef HAVE_RAW_DECL_STRTOK_R
1843
1844 /* Define to 1 if strtoll is declared even after undefining macros. */
1845 #undef HAVE_RAW_DECL_STRTOLL
1846
1847 /* Define to 1 if strtoull is declared even after undefining macros. */
1848 #undef HAVE_RAW_DECL_STRTOULL
1849
1850 /* Define to 1 if strtoumax is declared even after undefining macros. */
1851 #undef HAVE_RAW_DECL_STRTOUMAX
1852
1853 /* Define to 1 if strverscmp is declared even after undefining macros. */
1854 #undef HAVE_RAW_DECL_STRVERSCMP
1855
1856 /* Define to 1 if symlink is declared even after undefining macros. */
1857 #undef HAVE_RAW_DECL_SYMLINK
1858
1859 /* Define to 1 if symlinkat is declared even after undefining macros. */
1860 #undef HAVE_RAW_DECL_SYMLINKAT
1861
1862 /* Define to 1 if tanf is declared even after undefining macros. */
1863 #undef HAVE_RAW_DECL_TANF
1864
1865 /* Define to 1 if tanhf is declared even after undefining macros. */
1866 #undef HAVE_RAW_DECL_TANHF
1867
1868 /* Define to 1 if tanl is declared even after undefining macros. */
1869 #undef HAVE_RAW_DECL_TANL
1870
1871 /* Define to 1 if tmpfile is declared even after undefining macros. */
1872 #undef HAVE_RAW_DECL_TMPFILE
1873
1874 /* Define to 1 if towctrans is declared even after undefining macros. */
1875 #undef HAVE_RAW_DECL_TOWCTRANS
1876
1877 /* Define to 1 if trunc is declared even after undefining macros. */
1878 #undef HAVE_RAW_DECL_TRUNC
1879
1880 /* Define to 1 if truncf is declared even after undefining macros. */
1881 #undef HAVE_RAW_DECL_TRUNCF
1882
1883 /* Define to 1 if truncl is declared even after undefining macros. */
1884 #undef HAVE_RAW_DECL_TRUNCL
1885
1886 /* Define to 1 if ttyname_r is declared even after undefining macros. */
1887 #undef HAVE_RAW_DECL_TTYNAME_R
1888
1889 /* Define to 1 if uname is declared even after undefining macros. */
1890 #undef HAVE_RAW_DECL_UNAME
1891
1892 /* Define to 1 if unlink is declared even after undefining macros. */
1893 #undef HAVE_RAW_DECL_UNLINK
1894
1895 /* Define to 1 if unlinkat is declared even after undefining macros. */
1896 #undef HAVE_RAW_DECL_UNLINKAT
1897
1898 /* Define to 1 if unlockpt is declared even after undefining macros. */
1899 #undef HAVE_RAW_DECL_UNLOCKPT
1900
1901 /* Define to 1 if unsetenv is declared even after undefining macros. */
1902 #undef HAVE_RAW_DECL_UNSETENV
1903
1904 /* Define to 1 if usleep is declared even after undefining macros. */
1905 #undef HAVE_RAW_DECL_USLEEP
1906
1907 /* Define to 1 if utimensat is declared even after undefining macros. */
1908 #undef HAVE_RAW_DECL_UTIMENSAT
1909
1910 /* Define to 1 if vdprintf is declared even after undefining macros. */
1911 #undef HAVE_RAW_DECL_VDPRINTF
1912
1913 /* Define to 1 if vsnprintf is declared even after undefining macros. */
1914 #undef HAVE_RAW_DECL_VSNPRINTF
1915
1916 /* Define to 1 if waitpid is declared even after undefining macros. */
1917 #undef HAVE_RAW_DECL_WAITPID
1918
1919 /* Define to 1 if wcpcpy is declared even after undefining macros. */
1920 #undef HAVE_RAW_DECL_WCPCPY
1921
1922 /* Define to 1 if wcpncpy is declared even after undefining macros. */
1923 #undef HAVE_RAW_DECL_WCPNCPY
1924
1925 /* Define to 1 if wcrtomb is declared even after undefining macros. */
1926 #undef HAVE_RAW_DECL_WCRTOMB
1927
1928 /* Define to 1 if wcscasecmp is declared even after undefining macros. */
1929 #undef HAVE_RAW_DECL_WCSCASECMP
1930
1931 /* Define to 1 if wcscat is declared even after undefining macros. */
1932 #undef HAVE_RAW_DECL_WCSCAT
1933
1934 /* Define to 1 if wcschr is declared even after undefining macros. */
1935 #undef HAVE_RAW_DECL_WCSCHR
1936
1937 /* Define to 1 if wcscmp is declared even after undefining macros. */
1938 #undef HAVE_RAW_DECL_WCSCMP
1939
1940 /* Define to 1 if wcscoll is declared even after undefining macros. */
1941 #undef HAVE_RAW_DECL_WCSCOLL
1942
1943 /* Define to 1 if wcscpy is declared even after undefining macros. */
1944 #undef HAVE_RAW_DECL_WCSCPY
1945
1946 /* Define to 1 if wcscspn is declared even after undefining macros. */
1947 #undef HAVE_RAW_DECL_WCSCSPN
1948
1949 /* Define to 1 if wcsdup is declared even after undefining macros. */
1950 #undef HAVE_RAW_DECL_WCSDUP
1951
1952 /* Define to 1 if wcslen is declared even after undefining macros. */
1953 #undef HAVE_RAW_DECL_WCSLEN
1954
1955 /* Define to 1 if wcsncasecmp is declared even after undefining macros. */
1956 #undef HAVE_RAW_DECL_WCSNCASECMP
1957
1958 /* Define to 1 if wcsncat is declared even after undefining macros. */
1959 #undef HAVE_RAW_DECL_WCSNCAT
1960
1961 /* Define to 1 if wcsncmp is declared even after undefining macros. */
1962 #undef HAVE_RAW_DECL_WCSNCMP
1963
1964 /* Define to 1 if wcsncpy is declared even after undefining macros. */
1965 #undef HAVE_RAW_DECL_WCSNCPY
1966
1967 /* Define to 1 if wcsnlen is declared even after undefining macros. */
1968 #undef HAVE_RAW_DECL_WCSNLEN
1969
1970 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1971 #undef HAVE_RAW_DECL_WCSNRTOMBS
1972
1973 /* Define to 1 if wcspbrk is declared even after undefining macros. */
1974 #undef HAVE_RAW_DECL_WCSPBRK
1975
1976 /* Define to 1 if wcsrchr is declared even after undefining macros. */
1977 #undef HAVE_RAW_DECL_WCSRCHR
1978
1979 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
1980 #undef HAVE_RAW_DECL_WCSRTOMBS
1981
1982 /* Define to 1 if wcsspn is declared even after undefining macros. */
1983 #undef HAVE_RAW_DECL_WCSSPN
1984
1985 /* Define to 1 if wcsstr is declared even after undefining macros. */
1986 #undef HAVE_RAW_DECL_WCSSTR
1987
1988 /* Define to 1 if wcstok is declared even after undefining macros. */
1989 #undef HAVE_RAW_DECL_WCSTOK
1990
1991 /* Define to 1 if wcswidth is declared even after undefining macros. */
1992 #undef HAVE_RAW_DECL_WCSWIDTH
1993
1994 /* Define to 1 if wcsxfrm is declared even after undefining macros. */
1995 #undef HAVE_RAW_DECL_WCSXFRM
1996
1997 /* Define to 1 if wctob is declared even after undefining macros. */
1998 #undef HAVE_RAW_DECL_WCTOB
1999
2000 /* Define to 1 if wctrans is declared even after undefining macros. */
2001 #undef HAVE_RAW_DECL_WCTRANS
2002
2003 /* Define to 1 if wctype is declared even after undefining macros. */
2004 #undef HAVE_RAW_DECL_WCTYPE
2005
2006 /* Define to 1 if wcwidth is declared even after undefining macros. */
2007 #undef HAVE_RAW_DECL_WCWIDTH
2008
2009 /* Define to 1 if wmemchr is declared even after undefining macros. */
2010 #undef HAVE_RAW_DECL_WMEMCHR
2011
2012 /* Define to 1 if wmemcmp is declared even after undefining macros. */
2013 #undef HAVE_RAW_DECL_WMEMCMP
2014
2015 /* Define to 1 if wmemcpy is declared even after undefining macros. */
2016 #undef HAVE_RAW_DECL_WMEMCPY
2017
2018 /* Define to 1 if wmemmove is declared even after undefining macros. */
2019 #undef HAVE_RAW_DECL_WMEMMOVE
2020
2021 /* Define to 1 if wmemset is declared even after undefining macros. */
2022 #undef HAVE_RAW_DECL_WMEMSET
2023
2024 /* Define to 1 if _Exit is declared even after undefining macros. */
2025 #undef HAVE_RAW_DECL__EXIT
2026
2027 /* Define to 1 if you have the `readdir' function. */
2028 #undef HAVE_READDIR
2029
2030 /* Define to 1 if you have the 'readlink' function. */
2031 #undef HAVE_READLINK
2032
2033 /* Define to 1 if you have the 'readlinkat' function. */
2034 #undef HAVE_READLINKAT
2035
2036 /* Define to 1 if your system has a GNU libc compatible 'realloc' function,
2037    and to 0 otherwise. */
2038 #undef HAVE_REALLOC_GNU
2039
2040 /* Define if the 'realloc' function is POSIX compliant. */
2041 #undef HAVE_REALLOC_POSIX
2042
2043 /* Define to 1 if you have the 'realpath' function. */
2044 #undef HAVE_REALPATH
2045
2046 /* Define to 1 if you have the `rewinddir' function. */
2047 #undef HAVE_REWINDDIR
2048
2049 /* Define to 1 if you have the `rpmatch' function. */
2050 #undef HAVE_RPMATCH
2051
2052 /* Define to 1 if 'long double' and 'double' have the same representation. */
2053 #undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
2054
2055 /* Define to 1 if the system has the type `sa_family_t'. */
2056 #undef HAVE_SA_FAMILY_T
2057
2058 /* Define to 1 if you have the <search.h> header file. */
2059 #undef HAVE_SEARCH_H
2060
2061 /* Define to 1 if you have the <selinux/context.h> header file. */
2062 #undef HAVE_SELINUX_CONTEXT_H
2063
2064 /* Define to 1 if you have the <selinux/flask.h> header file. */
2065 #undef HAVE_SELINUX_FLASK_H
2066
2067 /* Define to 1 if you have the <selinux/selinux.h> header file. */
2068 #undef HAVE_SELINUX_SELINUX_H
2069
2070 /* Define to 1 if you have the `setdtablesize' function. */
2071 #undef HAVE_SETDTABLESIZE
2072
2073 /* Define to 1 if you have the 'setenv' function. */
2074 #undef HAVE_SETENV
2075
2076 /* Define to 1 if you have the `setgroups' function. */
2077 #undef HAVE_SETGROUPS
2078
2079 /* Define to 1 if you have the `setlocale' function. */
2080 #undef HAVE_SETLOCALE
2081
2082 /* Define to 1 if you have the `setmntent' function. */
2083 #undef HAVE_SETMNTENT
2084
2085 /* Define to 1 if you have the 'shutdown' function. */
2086 #undef HAVE_SHUTDOWN
2087
2088 /* Define to 1 if you have the 'sigaction' function. */
2089 #undef HAVE_SIGACTION
2090
2091 /* Define to 1 if you have the 'sigaltstack' function. */
2092 #undef HAVE_SIGALTSTACK
2093
2094 /* Define to 1 if the system has the type `siginfo_t'. */
2095 #undef HAVE_SIGINFO_T
2096
2097 /* Define to 1 if you have the 'siginterrupt' function. */
2098 #undef HAVE_SIGINTERRUPT
2099
2100 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
2101 #undef HAVE_SIGNED_SIG_ATOMIC_T
2102
2103 /* Define to 1 if 'wchar_t' is a signed integer type. */
2104 #undef HAVE_SIGNED_WCHAR_T
2105
2106 /* Define to 1 if 'wint_t' is a signed integer type. */
2107 #undef HAVE_SIGNED_WINT_T
2108
2109 /* Define to 1 if the system has the type `sigset_t'. */
2110 #undef HAVE_SIGSET_T
2111
2112 /* Define to 1 if you have the 'sleep' function. */
2113 #undef HAVE_SLEEP
2114
2115 /* Define to 1 if you have the `snprintf' function. */
2116 #undef HAVE_SNPRINTF
2117
2118 /* Define if the return value of the snprintf function is the number of of
2119    bytes (excluding the terminating NUL) that would have been produced if the
2120    buffer had been large enough. */
2121 #undef HAVE_SNPRINTF_RETVAL_C99
2122
2123 /* Define to 1 if you have the `statvfs' function. */
2124 #undef HAVE_STATVFS
2125
2126 /* Define to 1 if you have the <stdint.h> header file. */
2127 #undef HAVE_STDINT_H
2128
2129 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
2130    uintmax_t. */
2131 #undef HAVE_STDINT_H_WITH_UINTMAX
2132
2133 /* Define to 1 if you have the <stdio_ext.h> header file. */
2134 #undef HAVE_STDIO_EXT_H
2135
2136 /* Define to 1 if you have the <stdlib.h> header file. */
2137 #undef HAVE_STDLIB_H
2138
2139 /* Define to 1 if you have the `stpcpy' function. */
2140 #undef HAVE_STPCPY
2141
2142 /* Define to 1 if you have the `strcasecmp' function. */
2143 #undef HAVE_STRCASECMP
2144
2145 /* Define to 1 if you have the `strcasestr' function. */
2146 #undef HAVE_STRCASESTR
2147
2148 /* Define to 1 if you have the `strdup' function. */
2149 #undef HAVE_STRDUP
2150
2151 /* Define to 1 if you have the `strerror' function. */
2152 #undef HAVE_STRERROR
2153
2154 /* Define to 1 if you have the 'strerror_r' function. */
2155 #undef HAVE_STRERROR_R
2156
2157 /* Define to 1 if you have the `strftime' function. */
2158 #undef HAVE_STRFTIME
2159
2160 /* Define to 1 if you have the <strings.h> header file. */
2161 #undef HAVE_STRINGS_H
2162
2163 /* Define to 1 if you have the <string.h> header file. */
2164 #undef HAVE_STRING_H
2165
2166 /* Define to 1 if you have the `strncasecmp' function. */
2167 #undef HAVE_STRNCASECMP
2168
2169 /* Define to 1 if you have the 'strndup' function. */
2170 #undef HAVE_STRNDUP
2171
2172 /* Define to 1 if you have the `strnlen' function. */
2173 #undef HAVE_STRNLEN
2174
2175 /* Define to 1 if you have the `strspn' function. */
2176 #undef HAVE_STRSPN
2177
2178 /* Define to 1 if you have the `strstr' function. */
2179 #undef HAVE_STRSTR
2180
2181 /* Define to 1 if you have the `strtol' function. */
2182 #undef HAVE_STRTOL
2183
2184 /* Define to 1 if you have the `strtoul' function. */
2185 #undef HAVE_STRTOUL
2186
2187 /* Define to 1 if you have the `strtoull' function. */
2188 #undef HAVE_STRTOULL
2189
2190 /* Define to 1 if you have the 'strtoumax' function. */
2191 #undef HAVE_STRTOUMAX
2192
2193 /* Define if there is a member named d_type in the struct describing directory
2194    headers. */
2195 #undef HAVE_STRUCT_DIRENT_D_TYPE
2196
2197 /* Define to 1 if `f_fstypename' is a member of `struct fsstat'. */
2198 #undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME
2199
2200 /* Define to 1 if `decimal_point' is a member of `struct lconv'. */
2201 #undef HAVE_STRUCT_LCONV_DECIMAL_POINT
2202
2203 /* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
2204 #undef HAVE_STRUCT_SIGACTION_SA_SIGACTION
2205
2206 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
2207 #undef HAVE_STRUCT_SOCKADDR_STORAGE
2208
2209 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
2210 #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
2211
2212 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
2213 #undef HAVE_STRUCT_STATFS_F_FSTYPENAME
2214
2215 /* Define to 1 if `f_type' is a member of `struct statfs'. */
2216 #undef HAVE_STRUCT_STATFS_F_TYPE
2217
2218 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
2219 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
2220
2221 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
2222 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
2223
2224 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
2225 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
2226
2227 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
2228 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
2229
2230 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
2231 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
2232
2233 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
2234 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
2235
2236 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
2237 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
2238
2239 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
2240 #undef HAVE_STRUCT_STAT_ST_BLOCKS
2241
2242 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
2243 #undef HAVE_STRUCT_STAT_ST_RDEV
2244
2245 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
2246 #undef HAVE_STRUCT_TM_TM_ZONE
2247
2248 /* Define to 1 if the system has the type `struct utsname'. */
2249 #undef HAVE_STRUCT_UTSNAME
2250
2251 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
2252    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
2253 #undef HAVE_ST_BLOCKS
2254
2255 /* Define if struct stat has an st_dm_mode member. */
2256 #undef HAVE_ST_DM_MODE
2257
2258 /* Define to 1 if you have the 'symlink' function. */
2259 #undef HAVE_SYMLINK
2260
2261 /* Define to 1 if you have the 'symlinkat' function. */
2262 #undef HAVE_SYMLINKAT
2263
2264 /* Define to 1 if you have the <sys/bitypes.h> header file. */
2265 #undef HAVE_SYS_BITYPES_H
2266
2267 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
2268    */
2269 #undef HAVE_SYS_DIR_H
2270
2271 /* Define to 1 if you have the <sys/fs_types.h> header file. */
2272 #undef HAVE_SYS_FS_TYPES_H
2273
2274 /* Define to 1 if you have the <sys/inttypes.h> header file. */
2275 #undef HAVE_SYS_INTTYPES_H
2276
2277 /* Define to 1 if you have the <sys/ioctl.h> header file. */
2278 #undef HAVE_SYS_IOCTL_H
2279
2280 /* Define to 1 if you have the <sys/mkdev.h> header file. */
2281 #undef HAVE_SYS_MKDEV_H
2282
2283 /* Define to 1 if you have the <sys/mman.h> header file. */
2284 #undef HAVE_SYS_MMAN_H
2285
2286 /* Define to 1 if you have the <sys/mntent.h> header file. */
2287 #undef HAVE_SYS_MNTENT_H
2288
2289 /* Define to 1 if you have the <sys/mntio.h> header file. */
2290 #undef HAVE_SYS_MNTIO_H
2291
2292 /* Define to 1 if you have the <sys/mnttab.h> header file. */
2293 #undef HAVE_SYS_MNTTAB_H
2294
2295 /* Define to 1 if you have the <sys/mount.h> header file. */
2296 #undef HAVE_SYS_MOUNT_H
2297
2298 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
2299    */
2300 #undef HAVE_SYS_NDIR_H
2301
2302 /* Define to 1 if you have the <sys/param.h> header file. */
2303 #undef HAVE_SYS_PARAM_H
2304
2305 /* Define to 1 if you have the <sys/resource.h> header file. */
2306 #undef HAVE_SYS_RESOURCE_H
2307
2308 /* Define to 1 if you have the <sys/select.h> header file. */
2309 #undef HAVE_SYS_SELECT_H
2310
2311 /* Define to 1 if you have the <sys/socket.h> header file. */
2312 #undef HAVE_SYS_SOCKET_H
2313
2314 /* Define to 1 if you have the <sys/statvfs.h> header file. */
2315 #undef HAVE_SYS_STATVFS_H
2316
2317 /* Define to 1 if you have the <sys/stat.h> header file. */
2318 #undef HAVE_SYS_STAT_H
2319
2320 /* Define to 1 if you have the <sys/timeb.h> header file. */
2321 #undef HAVE_SYS_TIMEB_H
2322
2323 /* Define to 1 if you have the <sys/time.h> header file. */
2324 #undef HAVE_SYS_TIME_H
2325
2326 /* Define to 1 if you have the <sys/types.h> header file. */
2327 #undef HAVE_SYS_TYPES_H
2328
2329 /* Define to 1 if you have the <sys/ucred.h> header file. */
2330 #undef HAVE_SYS_UCRED_H
2331
2332 /* Define to 1 if you have the <sys/uio.h> header file. */
2333 #undef HAVE_SYS_UIO_H
2334
2335 /* Define to 1 if you have the <sys/utsname.h> header file. */
2336 #undef HAVE_SYS_UTSNAME_H
2337
2338 /* Define to 1 if you have the <sys/vfs.h> header file. */
2339 #undef HAVE_SYS_VFS_H
2340
2341 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
2342 #undef HAVE_SYS_WAIT_H
2343
2344 /* Define if struct tm has the tm_gmtoff member. */
2345 #undef HAVE_TM_GMTOFF
2346
2347 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
2348    `HAVE_STRUCT_TM_TM_ZONE' instead. */
2349 #undef HAVE_TM_ZONE
2350
2351 /* Define to 1 if you have the `towlower' function. */
2352 #undef HAVE_TOWLOWER
2353
2354 /* Define to 1 if you have the `tsearch' function. */
2355 #undef HAVE_TSEARCH
2356
2357 /* Define to 1 if you don't have `tm_zone' but do have the external array
2358    `tzname'. */
2359 #undef HAVE_TZNAME
2360
2361 /* Define to 1 if you have the 'tzset' function. */
2362 #undef HAVE_TZSET
2363
2364 /* Define to 1 if you have the `uname' function. */
2365 #undef HAVE_UNAME
2366
2367 /* Define to 1 if you have the <unistd.h> header file. */
2368 #undef HAVE_UNISTD_H
2369
2370 /* Define to 1 if you have the 'unlinkat' function. */
2371 #undef HAVE_UNLINKAT
2372
2373 /* Define to 1 if you have the `unsetenv' function. */
2374 #undef HAVE_UNSETENV
2375
2376 /* Define to 1 if the system has the type 'unsigned long long int'. */
2377 #undef HAVE_UNSIGNED_LONG_LONG_INT
2378
2379 /* Define to 1 if you have the `uselocale' function. */
2380 #undef HAVE_USELOCALE
2381
2382 /* Define to 1 if you have the 'vasnprintf' function. */
2383 #undef HAVE_VASNPRINTF
2384
2385 /* Define to 1 if you have the `vprintf' function. */
2386 #undef HAVE_VPRINTF
2387
2388 /* Define to 1 if you have the `waitpid' function. */
2389 #undef HAVE_WAITPID
2390
2391 /* Define to 1 if you have the <wchar.h> header file. */
2392 #undef HAVE_WCHAR_H
2393
2394 /* Define if you have the 'wchar_t' type. */
2395 #undef HAVE_WCHAR_T
2396
2397 /* Define to 1 if you have the 'wcrtomb' function. */
2398 #undef HAVE_WCRTOMB
2399
2400 /* Define to 1 if you have the `wcslen' function. */
2401 #undef HAVE_WCSLEN
2402
2403 /* Define to 1 if you have the `wcsnlen' function. */
2404 #undef HAVE_WCSNLEN
2405
2406 /* Define to 1 if you have the 'wctob' function. */
2407 #undef HAVE_WCTOB
2408
2409 /* Define to 1 if you have the <wctype.h> header file. */
2410 #undef HAVE_WCTYPE_H
2411
2412 /* Define to 1 if you have the 'wcwidth' function. */
2413 #undef HAVE_WCWIDTH
2414
2415 /* Define to 1 if you have the <winsock2.h> header file. */
2416 #undef HAVE_WINSOCK2_H
2417
2418 /* Define if you have the 'wint_t' type. */
2419 #undef HAVE_WINT_T
2420
2421 /* Define to 1 if you have the 'wmemchr' function. */
2422 #undef HAVE_WMEMCHR
2423
2424 /* Define to 1 if you have the 'wmemcpy' function. */
2425 #undef HAVE_WMEMCPY
2426
2427 /* Define to 1 if you have the 'wmempcpy' function. */
2428 #undef HAVE_WMEMPCPY
2429
2430 /* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
2431    7.1. */
2432 #undef HAVE_WORKING_FSTATAT_ZERO_FLAG
2433
2434 /* Define to 1 if O_NOATIME works. */
2435 #undef HAVE_WORKING_O_NOATIME
2436
2437 /* Define to 1 if O_NOFOLLOW works. */
2438 #undef HAVE_WORKING_O_NOFOLLOW
2439
2440 /* Define to 1 if you have the <ws2tcpip.h> header file. */
2441 #undef HAVE_WS2TCPIP_H
2442
2443 /* Define to 1 if you have the <xlocale.h> header file. */
2444 #undef HAVE_XLOCALE_H
2445
2446 /* Define to 1 if the system has the type `_Bool'. */
2447 #undef HAVE__BOOL
2448
2449 /* Define to 1 if you have the `_fseeki64' function. */
2450 #undef HAVE__FSEEKI64
2451
2452 /* Define to 1 if you have the `_ftelli64' function. */
2453 #undef HAVE__FTELLI64
2454
2455 /* Define to 1 if you have the `_ftime' function. */
2456 #undef HAVE__FTIME
2457
2458 /* Define to 1 if you have the '_set_invalid_parameter_handler' function. */
2459 #undef HAVE__SET_INVALID_PARAMETER_HANDLER
2460
2461 /* Define to 1 if you have the '__fpurge' function. */
2462 #undef HAVE___FPURGE
2463
2464 /* Define to 1 if you have the '__freadahead' function. */
2465 #undef HAVE___FREADAHEAD
2466
2467 /* Define to 1 if you have the '__freading' function. */
2468 #undef HAVE___FREADING
2469
2470 /* Define to 1 if you have the '__xpg_strerror_r' function. */
2471 #undef HAVE___XPG_STRERROR_R
2472
2473 /* Define HOST_NAME_MAX when <limits.h> does not define it. */
2474 #undef HOST_NAME_MAX
2475
2476 /* Define as the bit index in the word where to find bit 0 of the exponent of
2477    'long double'. */
2478 #undef LDBL_EXPBIT0_BIT
2479
2480 /* Define as the word index where to find the exponent of 'long double'. */
2481 #undef LDBL_EXPBIT0_WORD
2482
2483 /* Define if you want to use the leaf optimisation (this can still be turned
2484    off with -noleaf) */
2485 #undef LEAF_OPTIMISATION
2486
2487 /* Define to 1 if lseek does not detect pipes. */
2488 #undef LSEEK_PIPE_BROKEN
2489
2490 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
2491    slash. */
2492 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
2493
2494 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
2495    */
2496 #undef MAJOR_IN_MKDEV
2497
2498 /* Define to 1 if `major', `minor', and `makedev' are declared in
2499    <sysmacros.h>. */
2500 #undef MAJOR_IN_SYSMACROS
2501
2502 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
2503 #undef MALLOC_0_IS_NONNULL
2504
2505 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
2506 #undef MAP_ANONYMOUS
2507
2508 /* Define if the mbrtowc function has the NULL pwc argument bug. */
2509 #undef MBRTOWC_NULL_ARG1_BUG
2510
2511 /* Define if the mbrtowc function has the NULL string argument bug. */
2512 #undef MBRTOWC_NULL_ARG2_BUG
2513
2514 /* Define if the mbrtowc function does not return 0 for a NUL character. */
2515 #undef MBRTOWC_NUL_RETVAL_BUG
2516
2517 /* Define if the mbrtowc function returns a wrong return value. */
2518 #undef MBRTOWC_RETVAL_BUG
2519
2520 /* Define if there is no specific function for reading the list of mounted
2521    file systems. fread will be used to read /etc/mnttab. (SVR2) */
2522 #undef MOUNTED_FREAD
2523
2524 /* Define if (like SVR2) there is no specific function for reading the list of
2525    mounted file systems, and your system has these header files: <sys/fstyp.h>
2526    and <sys/statfs.h>. (SVR3) */
2527 #undef MOUNTED_FREAD_FSTYP
2528
2529 /* Define if there are functions named next_dev and fs_stat_dev for reading
2530    the list of mounted file systems. (BeOS) */
2531 #undef MOUNTED_FS_STAT_DEV
2532
2533 /* Define if there is a function named getfsstat for reading the list of
2534    mounted file systems. (DEC Alpha running OSF/1) */
2535 #undef MOUNTED_GETFSSTAT
2536
2537 /* Define if there is a function named getmnt for reading the list of mounted
2538    file systems. (Ultrix) */
2539 #undef MOUNTED_GETMNT
2540
2541 /* Define if there is a function named getmntent for reading the list of
2542    mounted file systems, and that function takes a single argument. (4.3BSD,
2543    SunOS, HP-UX, Dynix, Irix) */
2544 #undef MOUNTED_GETMNTENT1
2545
2546 /* Define if there is a function named getmntent for reading the list of
2547    mounted file systems, and that function takes two arguments. (SVR4) */
2548 #undef MOUNTED_GETMNTENT2
2549
2550 /* Define if there is a function named getmntinfo for reading the list of
2551    mounted file systems and it returns an array of 'struct statfs'. (4.4BSD,
2552    Darwin) */
2553 #undef MOUNTED_GETMNTINFO
2554
2555 /* Define if there is a function named getmntinfo for reading the list of
2556    mounted file systems and it returns an array of 'struct statvfs'. (NetBSD
2557    3.0) */
2558 #undef MOUNTED_GETMNTINFO2
2559
2560 /* Define if we are on interix, and ought to use statvfs plus some special
2561    knowledge on where mounted file systems can be found. (Interix) */
2562 #undef MOUNTED_INTERIX_STATVFS
2563
2564 /* Define if there is a function named listmntent that can be used to list all
2565    mounted file systems. (UNICOS) */
2566 #undef MOUNTED_LISTMNTENT
2567
2568 /* Define if there is a function named mntctl that can be used to read the
2569    list of mounted file systems, and there is a system header file that
2570    declares 'struct vmount'. (AIX) */
2571 #undef MOUNTED_VMOUNT
2572
2573 /* Define to 1 if assertions should be disabled. */
2574 #undef NDEBUG
2575
2576 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
2577 #undef NO_MINUS_C_MINUS_O
2578
2579 /* Define to 1 if open() fails to recognize a trailing slash. */
2580 #undef OPEN_TRAILING_SLASH_BUG
2581
2582 /* Name of package */
2583 #undef PACKAGE
2584
2585 /* Define to the address where bug reports for this package should be sent. */
2586 #undef PACKAGE_BUGREPORT
2587
2588 /* Define to the full name of this package. */
2589 #undef PACKAGE_NAME
2590
2591 /* String identifying the packager of this software */
2592 #undef PACKAGE_PACKAGER
2593
2594 /* Packager info for bug reports (URL/e-mail/...) */
2595 #undef PACKAGE_PACKAGER_BUG_REPORTS
2596
2597 /* Packager-specific version information */
2598 #undef PACKAGE_PACKAGER_VERSION
2599
2600 /* Define to the full name and version of this package. */
2601 #undef PACKAGE_STRING
2602
2603 /* Define to the one symbol short name of this package. */
2604 #undef PACKAGE_TARNAME
2605
2606 /* Define to the home page for this package. */
2607 #undef PACKAGE_URL
2608
2609 /* Define to the version of this package. */
2610 #undef PACKAGE_VERSION
2611
2612 /* the number of pending output bytes on stream 'fp' */
2613 #undef PENDING_OUTPUT_N_BYTES
2614
2615 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
2616 #undef PRI_MACROS_BROKEN
2617
2618 /* Define to the type that is the result of default argument promotions of
2619    type mode_t. */
2620 #undef PROMOTED_MODE_T
2621
2622 /* Define if the pthread_in_use() detection is hard. */
2623 #undef PTHREAD_IN_USE_DETECTION_HARD
2624
2625 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2626    'ptrdiff_t'. */
2627 #undef PTRDIFF_T_SUFFIX
2628
2629 /* Define to 1 if readlink fails to recognize a trailing slash. */
2630 #undef READLINK_TRAILING_SLASH_BUG
2631
2632 /* Define to 1 if gnulib's fchdir() replacement is used. */
2633 #undef REPLACE_FCHDIR
2634
2635 /* Define to 1 if stat needs help when passed a directory name with a trailing
2636    slash */
2637 #undef REPLACE_FUNC_STAT_DIR
2638
2639 /* Define to 1 if stat needs help when passed a file name with a trailing
2640    slash */
2641 #undef REPLACE_FUNC_STAT_FILE
2642
2643 /* Define if nl_langinfo exists but is overridden by gnulib. */
2644 #undef REPLACE_NL_LANGINFO
2645
2646 /* Define to 1 if open() should work around the inability to open a directory.
2647    */
2648 #undef REPLACE_OPEN_DIRECTORY
2649
2650 /* Define to 1 if strerror(0) does not return a message implying success. */
2651 #undef REPLACE_STRERROR_0
2652
2653 /* Define if vasnprintf exists but is overridden by gnulib. */
2654 #undef REPLACE_VASNPRINTF
2655
2656 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2657    'sig_atomic_t'. */
2658 #undef SIG_ATOMIC_T_SUFFIX
2659
2660 /* Define as the maximum value of type 'size_t', if the system doesn't define
2661    it. */
2662 #ifndef SIZE_MAX
2663 # undef SIZE_MAX
2664 #endif
2665
2666 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2667    'size_t'. */
2668 #undef SIZE_T_SUFFIX
2669
2670 /* If using the C implementation of alloca, define if you know the
2671    direction of stack growth for your system; otherwise it will be
2672    automatically deduced at runtime.
2673         STACK_DIRECTION > 0 => grows toward higher addresses
2674         STACK_DIRECTION < 0 => grows toward lower addresses
2675         STACK_DIRECTION = 0 => direction of growth unknown */
2676 #undef STACK_DIRECTION
2677
2678 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
2679 #undef STAT_MACROS_BROKEN
2680
2681 /* Define to 1 if you have the ANSI C header files. */
2682 #undef STDC_HEADERS
2683
2684 /* Define to 1 if strerror_r returns char *. */
2685 #undef STRERROR_R_CHAR_P
2686
2687 /* Define to 1 if all 'time_t' values fit in a 'long int'. */
2688 #undef TIME_T_FITS_IN_LONG_INT
2689
2690 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
2691 #undef TM_IN_SYS_TIME
2692
2693 /* Define to 1 if the type of the st_atim member of a struct stat is struct
2694    timespec. */
2695 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
2696
2697 /* Define to 1 if unlink (dir) cannot possibly succeed. */
2698 #undef UNLINK_CANNOT_UNLINK_DIR
2699
2700 /* Define to 1 if unlink() on a parent directory may succeed */
2701 #undef UNLINK_PARENT_BUG
2702
2703 /* Define if the POSIX multithreading library can be used. */
2704 #undef USE_POSIX_THREADS
2705
2706 /* Define if references to the POSIX multithreading library should be made
2707    weak. */
2708 #undef USE_POSIX_THREADS_WEAK
2709
2710 /* Define if the GNU Pth multithreading library can be used. */
2711 #undef USE_PTH_THREADS
2712
2713 /* Define if references to the GNU Pth multithreading library should be made
2714    weak. */
2715 #undef USE_PTH_THREADS_WEAK
2716
2717 /* Define if the old Solaris multithreading library can be used. */
2718 #undef USE_SOLARIS_THREADS
2719
2720 /* Define if references to the old Solaris multithreading library should be
2721    made weak. */
2722 #undef USE_SOLARIS_THREADS_WEAK
2723
2724 /* Enable extensions on AIX 3, Interix.  */
2725 #ifndef _ALL_SOURCE
2726 # undef _ALL_SOURCE
2727 #endif
2728 /* Enable general extensions on OS X.  */
2729 #ifndef _DARWIN_C_SOURCE
2730 # undef _DARWIN_C_SOURCE
2731 #endif
2732 /* Enable GNU extensions on systems that have them.  */
2733 #ifndef _GNU_SOURCE
2734 # undef _GNU_SOURCE
2735 #endif
2736 /* Enable threading extensions on Solaris.  */
2737 #ifndef _POSIX_PTHREAD_SEMANTICS
2738 # undef _POSIX_PTHREAD_SEMANTICS
2739 #endif
2740 /* Enable extensions on HP NonStop.  */
2741 #ifndef _TANDEM_SOURCE
2742 # undef _TANDEM_SOURCE
2743 #endif
2744 /* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
2745    mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
2746    whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
2747 #ifndef _XOPEN_SOURCE
2748 # undef _XOPEN_SOURCE
2749 #endif
2750 /* Enable general extensions on Solaris.  */
2751 #ifndef __EXTENSIONS__
2752 # undef __EXTENSIONS__
2753 #endif
2754
2755
2756 /* Define if the native Windows multithreading API can be used. */
2757 #undef USE_WINDOWS_THREADS
2758
2759 /* Version number of package */
2760 #undef VERSION
2761
2762 /* Define to 1 if unsetenv returns void instead of int. */
2763 #undef VOID_UNSETENV
2764
2765 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2766    'wchar_t'. */
2767 #undef WCHAR_T_SUFFIX
2768
2769 /* Define if WSAStartup is needed. */
2770 #undef WINDOWS_SOCKETS
2771
2772 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2773    'wint_t'. */
2774 #undef WINT_T_SUFFIX
2775
2776 /* Define if you want to use fts() to do the filesystem search. */
2777 #undef WITH_FTS
2778
2779 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2780    significant byte first (like Motorola and SPARC, unlike Intel). */
2781 #if defined AC_APPLE_UNIVERSAL_BUILD
2782 # if defined __BIG_ENDIAN__
2783 #  define WORDS_BIGENDIAN 1
2784 # endif
2785 #else
2786 # ifndef WORDS_BIGENDIAN
2787 #  undef WORDS_BIGENDIAN
2788 # endif
2789 #endif
2790
2791 /* Enable large inode numbers on Mac OS X 10.5. */
2792 #undef _DARWIN_USE_64_BIT_INODE
2793
2794 /* Number of bits in a file offset, on hosts where this is settable. */
2795 #undef _FILE_OFFSET_BITS
2796
2797 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
2798    stat.st_size becomes 64-bit. */
2799 #undef _GL_WINDOWS_64_BIT_ST_SIZE
2800
2801 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
2802 #undef _LARGEFILE_SOURCE
2803
2804 /* Define for large files, on AIX-style hosts. */
2805 #undef _LARGE_FILES
2806
2807 /* Define to 1 on Solaris. */
2808 #undef _LCONV_C99
2809
2810 /* Define to 1 if on MINIX. */
2811 #undef _MINIX
2812
2813 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
2814 #undef _NETBSD_SOURCE
2815
2816 /* The _Noreturn keyword of C11.  */
2817 #if ! (defined _Noreturn \
2818        || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
2819 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
2820       || 0x5110 <= __SUNPRO_C)
2821 #  define _Noreturn __attribute__ ((__noreturn__))
2822 # elif defined _MSC_VER && 1200 <= _MSC_VER
2823 #  define _Noreturn __declspec (noreturn)
2824 # else
2825 #  define _Noreturn
2826 # endif
2827 #endif
2828
2829
2830 /* Define to 2 if the system does not provide POSIX.1 features except with
2831    this defined. */
2832 #undef _POSIX_1_SOURCE
2833
2834 /* Define to 1 in order to get the POSIX compatible declarations of socket
2835    functions. */
2836 #undef _POSIX_PII_SOCKET
2837
2838 /* Define to 1 if you need to in order for 'stat' and other things to work. */
2839 #undef _POSIX_SOURCE
2840
2841 /* Define if you want <regex.h> to include <limits.h>, so that it consistently
2842    overrides <limits.h>'s RE_DUP_MAX. */
2843 #undef _REGEX_INCLUDE_LIMITS_H
2844
2845 /* Define if you want regoff_t to be at least as wide POSIX requires. */
2846 #undef _REGEX_LARGE_OFFSETS
2847
2848 /* Define to rpl_ if the getopt replacement functions and variables should be
2849    used. */
2850 #undef __GETOPT_PREFIX
2851
2852 /* Define to `unsigned long' if <sys/types.h> does not define. */
2853 #undef dev_t
2854
2855 /* Please see the Gnulib manual for how to use these macros.
2856
2857    Suppress extern inline with HP-UX cc, as it appears to be broken; see
2858    <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
2859
2860    Suppress extern inline with Sun C in standards-conformance mode, as it
2861    mishandles inline functions that call each other.  E.g., for 'inline void f
2862    (void) { } inline void g (void) { f (); }', c99 incorrectly complains
2863    'reference to static identifier "f" in extern inline function'.
2864    This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
2865
2866    Suppress the use of extern inline on problematic Apple configurations.
2867    OS X 10.8 and earlier mishandle it; see, e.g.,
2868    <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
2869    OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
2870    for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
2871    Perhaps Apple will fix this some day.  */
2872 #if (defined __APPLE__ \
2873      && (defined __header_inline \
2874          ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
2875             && ! defined __clang__) \
2876          : ((! defined _DONT_USE_CTYPE_INLINE_ \
2877              && (defined __GNUC__ || defined __cplusplus)) \
2878             || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
2879                 && defined __GNUC__ && ! defined __cplusplus))))
2880 # define _GL_EXTERN_INLINE_APPLE_BUG
2881 #endif
2882 #if ((__GNUC__ \
2883       ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
2884       : (199901L <= __STDC_VERSION__ \
2885          && !defined __HP_cc \
2886          && !(defined __SUNPRO_C && __STDC__))) \
2887      && !defined _GL_EXTERN_INLINE_APPLE_BUG)
2888 # define _GL_INLINE inline
2889 # define _GL_EXTERN_INLINE extern inline
2890 # define _GL_EXTERN_INLINE_IN_USE
2891 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
2892        && !defined _GL_EXTERN_INLINE_APPLE_BUG)
2893 # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
2894    /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
2895 #  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
2896 # else
2897 #  define _GL_INLINE extern inline
2898 # endif
2899 # define _GL_EXTERN_INLINE extern
2900 # define _GL_EXTERN_INLINE_IN_USE
2901 #else
2902 # define _GL_INLINE static _GL_UNUSED
2903 # define _GL_EXTERN_INLINE static _GL_UNUSED
2904 #endif
2905
2906 #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
2907 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
2908 #  define _GL_INLINE_HEADER_CONST_PRAGMA
2909 # else
2910 #  define _GL_INLINE_HEADER_CONST_PRAGMA \
2911      _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
2912 # endif
2913   /* Suppress GCC's bogus "no previous prototype for 'FOO'"
2914      and "no previous declaration for 'FOO'"  diagnostics,
2915      when FOO is an inline function in the header; see
2916      <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.  */
2917 # define _GL_INLINE_HEADER_BEGIN \
2918     _Pragma ("GCC diagnostic push") \
2919     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
2920     _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
2921     _GL_INLINE_HEADER_CONST_PRAGMA
2922 # define _GL_INLINE_HEADER_END \
2923     _Pragma ("GCC diagnostic pop")
2924 #else
2925 # define _GL_INLINE_HEADER_BEGIN
2926 # define _GL_INLINE_HEADER_END
2927 #endif
2928
2929 /* Always use our fgetfilecon wrapper. */
2930 #undef fgetfilecon
2931
2932 /* Define to a replacement function name for fnmatch(). */
2933 #undef fnmatch
2934
2935 /* Always use our getfilecon wrapper. */
2936 #undef getfilecon
2937
2938 /* Define to `int' if <sys/types.h> doesn't define. */
2939 #undef gid_t
2940
2941 /* A replacement for va_copy, if needed.  */
2942 #define gl_va_copy(a,b) ((a) = (b))
2943
2944 /* Define to `__inline__' or `__inline' if that's what the C compiler
2945    calls it, or to nothing if 'inline' is not supported under any name.  */
2946 #ifndef __cplusplus
2947 #undef inline
2948 #endif
2949
2950 /* Define to `unsigned long' if <sys/types.h> does not define. */
2951 #undef ino_t
2952
2953 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
2954 #undef intmax_t
2955
2956 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
2957    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
2958    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
2959    __APPLE__ && __MACH__ test for Mac OS X.
2960    __APPLE_CC__ tests for the Apple compiler and its version.
2961    __STDC_VERSION__ tests for the C99 mode.  */
2962 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
2963 # define __GNUC_STDC_INLINE__ 1
2964 #endif
2965
2966 /* Always use our lgetfilecon wrapper. */
2967 #undef lgetfilecon
2968
2969 /* Define to a type if <wchar.h> does not define. */
2970 #undef mbstate_t
2971
2972 /* Define to `int' if <sys/types.h> does not define. */
2973 #undef mode_t
2974
2975 /* Define to the name of the strftime replacement function. */
2976 #undef my_strftime
2977
2978 /* Define to the type of st_nlink in struct stat, or a supertype. */
2979 #undef nlink_t
2980
2981 /* Define to `long int' if <sys/types.h> does not define. */
2982 #undef off_t
2983
2984 /* Define to `int' if <sys/types.h> does not define. */
2985 #undef pid_t
2986
2987 /* Define as the type of the result of subtracting two pointers, if the system
2988    doesn't define it. */
2989 #undef ptrdiff_t
2990
2991 /* Define to rpl_re_comp if the replacement should be used. */
2992 #undef re_comp
2993
2994 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
2995 #undef re_compile_fastmap
2996
2997 /* Define to rpl_re_compile_pattern if the replacement should be used. */
2998 #undef re_compile_pattern
2999
3000 /* Define to rpl_re_exec if the replacement should be used. */
3001 #undef re_exec
3002
3003 /* Define to rpl_re_match if the replacement should be used. */
3004 #undef re_match
3005
3006 /* Define to rpl_re_match_2 if the replacement should be used. */
3007 #undef re_match_2
3008
3009 /* Define to rpl_re_search if the replacement should be used. */
3010 #undef re_search
3011
3012 /* Define to rpl_re_search_2 if the replacement should be used. */
3013 #undef re_search_2
3014
3015 /* Define to rpl_re_set_registers if the replacement should be used. */
3016 #undef re_set_registers
3017
3018 /* Define to rpl_re_set_syntax if the replacement should be used. */
3019 #undef re_set_syntax
3020
3021 /* Define to rpl_re_syntax_options if the replacement should be used. */
3022 #undef re_syntax_options
3023
3024 /* Define to rpl_regcomp if the replacement should be used. */
3025 #undef regcomp
3026
3027 /* Define to rpl_regerror if the replacement should be used. */
3028 #undef regerror
3029
3030 /* Define to rpl_regexec if the replacement should be used. */
3031 #undef regexec
3032
3033 /* Define to rpl_regfree if the replacement should be used. */
3034 #undef regfree
3035
3036 /* Define to the equivalent of the C99 'restrict' keyword, or to
3037    nothing if this is not supported.  Do not define if restrict is
3038    supported directly.  */
3039 #undef restrict
3040 /* Work around a bug in Sun C++: it does not support _Restrict or
3041    __restrict__, even though the corresponding Sun C compiler ends up with
3042    "#define restrict _Restrict" or "#define restrict __restrict__" in the
3043    previous line.  Perhaps some future version of Sun C++ will work with
3044    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
3045 #if defined __SUNPRO_CC && !defined __RESTRICT
3046 # define _Restrict
3047 # define __restrict__
3048 #endif
3049
3050 /* Define to `unsigned int' if <sys/types.h> does not define. */
3051 #undef size_t
3052
3053 /* type to use in place of socklen_t if not defined */
3054 #undef socklen_t
3055
3056 /* Define to `int' if <sys/types.h> does not define. */
3057 #undef ssize_t
3058
3059 /* Define to `int' if <sys/types.h> doesn't define. */
3060 #undef uid_t
3061
3062 /* Define as a marker that can be attached to declarations that might not
3063     be used.  This helps to reduce warnings, such as from
3064     GCC -Wunused-parameter.  */
3065 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
3066 # define _GL_UNUSED __attribute__ ((__unused__))
3067 #else
3068 # define _GL_UNUSED
3069 #endif
3070 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
3071    is a misnomer outside of parameter lists.  */
3072 #define _UNUSED_PARAMETER_ _GL_UNUSED
3073
3074 /* The __pure__ attribute was added in gcc 2.96.  */
3075 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
3076 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
3077 #else
3078 # define _GL_ATTRIBUTE_PURE /* empty */
3079 #endif
3080
3081 /* The __const__ attribute was added in gcc 2.95.  */
3082 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
3083 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
3084 #else
3085 # define _GL_ATTRIBUTE_CONST /* empty */
3086 #endif
3087
3088
3089 /* Define as a macro for copying va_list variables. */
3090 #undef va_copy