Import upstream version 1.27.1
[debian/tar] / 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 to the number of bits in type 'ptrdiff_t'. */
7 #undef BITSIZEOF_PTRDIFF_T
8
9 /* Define to the number of bits in type 'sig_atomic_t'. */
10 #undef BITSIZEOF_SIG_ATOMIC_T
11
12 /* Define to the number of bits in type 'size_t'. */
13 #undef BITSIZEOF_SIZE_T
14
15 /* Define to the number of bits in type 'wchar_t'. */
16 #undef BITSIZEOF_WCHAR_T
17
18 /* Define to the number of bits in type 'wint_t'. */
19 #undef BITSIZEOF_WINT_T
20
21 /* Define to the program name of bzip2 compressor program */
22 #undef BZIP2_PROGRAM
23
24 /* Define to 1 if chown fails to change ctime when at least one argument was
25    not -1. */
26 #undef CHOWN_CHANGE_TIME_BUG
27
28 /* Define if chown is not POSIX compliant regarding IDs of -1. */
29 #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE
30
31 /* Define if chown modifies symlinks. */
32 #undef CHOWN_MODIFIES_SYMLINK
33
34 /* Define to 1 if chown mishandles trailing slash. */
35 #undef CHOWN_TRAILING_SLASH_BUG
36
37 /* Define to the program name of compress compressor program */
38 #undef COMPRESS_PROGRAM
39
40 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
41    systems. This function is required for `alloca.c' support on those systems.
42    */
43 #undef CRAY_STACKSEG_END
44
45 /* Define to 1 if using `alloca.c'. */
46 #undef C_ALLOCA
47
48 /* Define as the bit index in the word where to find bit 0 of the exponent of
49    'double'. */
50 #undef DBL_EXPBIT0_BIT
51
52 /* Define as the word index where to find the exponent of 'double'. */
53 #undef DBL_EXPBIT0_WORD
54
55 /* Define to a string giving the full name of the default archive file. */
56 #undef DEFAULT_ARCHIVE
57
58 /* By default produce archives of this format */
59 #undef DEFAULT_ARCHIVE_FORMAT
60
61 /* Define to a number giving the default blocking size for archives. */
62 #undef DEFAULT_BLOCKING
63
64 /* Define to a default quoting style (see lib/quoteargs.c for the list) */
65 #undef DEFAULT_QUOTING_STYLE
66
67 /* Define full file name of rmt program. */
68 #undef DEFAULT_RMT_COMMAND
69
70 /* Define to 1 if density may be indicated by [lmh] at end of device. */
71 #undef DENSITY_LETTER
72
73 /* Define to a string giving the prefix of the default device, without the
74    part specifying the unit and density. */
75 #undef DEVICE_PREFIX
76
77 /* the name of the file descriptor member of DIR */
78 #undef DIR_FD_MEMBER_NAME
79
80 #ifdef DIR_FD_MEMBER_NAME
81 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
82 #else
83 # define DIR_TO_FD(Dir_p) -1
84 #endif
85
86
87 /* Define to 1 if // is a file system root distinct from /. */
88 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
89
90 /* Define if struct dirent has a member d_ino that actually works. */
91 #undef D_INO_IN_DIRENT
92
93 /* Define to 1 if translation of program messages to the user's native
94    language is requested. */
95 #undef ENABLE_NLS
96
97 /* Define to 1 if your platform has fchownat, but it does not reject an empty
98    file name. */
99 #undef FCHOWNAT_EMPTY_FILENAME_BUG
100
101 /* Define to 1 if your platform has fchownat, but it cannot perform lchown
102    tasks. */
103 #undef FCHOWNAT_NOFOLLOW_BUG
104
105 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
106 #undef FCNTL_DUPFD_BUGGY
107
108 /* Enable compile-time and run-time bounds-checking, and some warnings,
109       without upsetting glibc 2.15+. */
110    #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
111    # define _FORTIFY_SOURCE 2
112    #endif
113   
114
115 /* Define to 1 if mkdir mistakenly creates a directory given with a trailing
116    dot component. */
117 #undef FUNC_MKDIR_DOT_BUG
118
119 /* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
120 #undef FUNC_NL_LANGINFO_YESEXPR_WORKS
121
122 /* Define to 1 if realpath() can malloc memory, always gives an absolute path,
123    and handles trailing slash correctly. */
124 #undef FUNC_REALPATH_WORKS
125
126 /* Define to 1 if futimesat mishandles a NULL file name. */
127 #undef FUTIMESAT_NULL_BUG
128
129 /* Define if gettimeofday clobbers the localtime buffer. */
130 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
131
132 /* Define this to 'void' or 'struct timezone' to match the system's
133    declaration of the second argument to gettimeofday. */
134 #undef GETTIMEOFDAY_TIMEZONE
135
136 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
137    whether the gnulib module areadlinkat shall be considered present. */
138 #undef GNULIB_AREADLINKAT
139
140 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
141    whether the gnulib module canonicalize-lgpl shall be considered present. */
142 #undef GNULIB_CANONICALIZE_LGPL
143
144 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
145    whether the gnulib module close-stream shall be considered present. */
146 #undef GNULIB_CLOSE_STREAM
147
148 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
149    whether the gnulib module dirent-safer shall be considered present. */
150 #undef GNULIB_DIRENT_SAFER
151
152 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
153    whether the gnulib module dirname shall be considered present. */
154 #undef GNULIB_DIRNAME
155
156 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
157    whether the gnulib module fchmodat shall be considered present. */
158 #undef GNULIB_FCHMODAT
159
160 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
161    whether the gnulib module fchownat shall be considered present. */
162 #undef GNULIB_FCHOWNAT
163
164 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
165    whether the gnulib module fdopendir shall be considered present. */
166 #undef GNULIB_FDOPENDIR
167
168 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
169    whether the gnulib module fdutimensat shall be considered present. */
170 #undef GNULIB_FDUTIMENSAT
171
172 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
173    whether the gnulib module fscanf shall be considered present. */
174 #undef GNULIB_FSCANF
175
176 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
177    whether the gnulib module getcwd shall be considered present. */
178 #undef GNULIB_GETCWD
179
180 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
181    whether the gnulib module malloc-gnu shall be considered present. */
182 #undef GNULIB_MALLOC_GNU
183
184 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
185    whether the gnulib module openat shall be considered present. */
186 #undef GNULIB_OPENAT
187
188 /* enable some gnulib portability checks */
189 #undef GNULIB_PORTCHECK
190
191 /* Define to 1 to add extern declaration of program_invocation_name to argp.h
192    */
193 #undef GNULIB_PROGRAM_INVOCATION_NAME
194
195 /* Define to 1 to add extern declaration of program_invocation_short_name to
196    argp.h */
197 #undef GNULIB_PROGRAM_INVOCATION_SHORT_NAME
198
199 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
200    whether the gnulib module scanf shall be considered present. */
201 #undef GNULIB_SCANF
202
203 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
204    whether the gnulib module snprintf shall be considered present. */
205 #undef GNULIB_SNPRINTF
206
207 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
208    whether the gnulib module statat shall be considered present. */
209 #undef GNULIB_STATAT
210
211 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
212    whether the gnulib module strerror shall be considered present. */
213 #undef GNULIB_STRERROR
214
215 /* Define to 1 when the gnulib module btowc should be tested. */
216 #undef GNULIB_TEST_BTOWC
217
218 /* Define to 1 when the gnulib module canonicalize_file_name should be tested.
219    */
220 #undef GNULIB_TEST_CANONICALIZE_FILE_NAME
221
222 /* Define to 1 when the gnulib module chdir should be tested. */
223 #undef GNULIB_TEST_CHDIR
224
225 /* Define to 1 when the gnulib module chown should be tested. */
226 #undef GNULIB_TEST_CHOWN
227
228 /* Define to 1 when the gnulib module cloexec should be tested. */
229 #undef GNULIB_TEST_CLOEXEC
230
231 /* Define to 1 when the gnulib module close should be tested. */
232 #undef GNULIB_TEST_CLOSE
233
234 /* Define to 1 when the gnulib module closedir should be tested. */
235 #undef GNULIB_TEST_CLOSEDIR
236
237 /* Define to 1 when the gnulib module dirfd should be tested. */
238 #undef GNULIB_TEST_DIRFD
239
240 /* Define to 1 when the gnulib module dup should be tested. */
241 #undef GNULIB_TEST_DUP
242
243 /* Define to 1 when the gnulib module dup2 should be tested. */
244 #undef GNULIB_TEST_DUP2
245
246 /* Define to 1 when the gnulib module environ should be tested. */
247 #undef GNULIB_TEST_ENVIRON
248
249 /* Define to 1 when the gnulib module fchdir should be tested. */
250 #undef GNULIB_TEST_FCHDIR
251
252 /* Define to 1 when the gnulib module fchmodat should be tested. */
253 #undef GNULIB_TEST_FCHMODAT
254
255 /* Define to 1 when the gnulib module fchownat should be tested. */
256 #undef GNULIB_TEST_FCHOWNAT
257
258 /* Define to 1 when the gnulib module fcntl should be tested. */
259 #undef GNULIB_TEST_FCNTL
260
261 /* Define to 1 when the gnulib module fdopendir should be tested. */
262 #undef GNULIB_TEST_FDOPENDIR
263
264 /* Define to 1 when the gnulib module fseek should be tested. */
265 #undef GNULIB_TEST_FSEEK
266
267 /* Define to 1 when the gnulib module fseeko should be tested. */
268 #undef GNULIB_TEST_FSEEKO
269
270 /* Define to 1 when the gnulib module fstat should be tested. */
271 #undef GNULIB_TEST_FSTAT
272
273 /* Define to 1 when the gnulib module fstatat should be tested. */
274 #undef GNULIB_TEST_FSTATAT
275
276 /* Define to 1 when the gnulib module futimens should be tested. */
277 #undef GNULIB_TEST_FUTIMENS
278
279 /* Define to 1 when the gnulib module getcwd should be tested. */
280 #undef GNULIB_TEST_GETCWD
281
282 /* Define to 1 when the gnulib module getdelim should be tested. */
283 #undef GNULIB_TEST_GETDELIM
284
285 /* Define to 1 when the gnulib module getdtablesize should be tested. */
286 #undef GNULIB_TEST_GETDTABLESIZE
287
288 /* Define to 1 when the gnulib module getline should be tested. */
289 #undef GNULIB_TEST_GETLINE
290
291 /* Define to 1 when the gnulib module getopt-gnu should be tested. */
292 #undef GNULIB_TEST_GETOPT_GNU
293
294 /* Define to 1 when the gnulib module getpagesize should be tested. */
295 #undef GNULIB_TEST_GETPAGESIZE
296
297 /* Define to 1 when the gnulib module gettimeofday should be tested. */
298 #undef GNULIB_TEST_GETTIMEOFDAY
299
300 /* Define to 1 when the gnulib module iswblank should be tested. */
301 #undef GNULIB_TEST_ISWBLANK
302
303 /* Define to 1 when the gnulib module lchown should be tested. */
304 #undef GNULIB_TEST_LCHOWN
305
306 /* Define to 1 when the gnulib module link should be tested. */
307 #undef GNULIB_TEST_LINK
308
309 /* Define to 1 when the gnulib module linkat should be tested. */
310 #undef GNULIB_TEST_LINKAT
311
312 /* Define to 1 when the gnulib module localeconv should be tested. */
313 #undef GNULIB_TEST_LOCALECONV
314
315 /* Define to 1 when the gnulib module lseek should be tested. */
316 #undef GNULIB_TEST_LSEEK
317
318 /* Define to 1 when the gnulib module lstat should be tested. */
319 #undef GNULIB_TEST_LSTAT
320
321 /* Define to 1 when the gnulib module malloc-posix should be tested. */
322 #undef GNULIB_TEST_MALLOC_POSIX
323
324 /* Define to 1 when the gnulib module mbrtowc should be tested. */
325 #undef GNULIB_TEST_MBRTOWC
326
327 /* Define to 1 when the gnulib module mbscasecmp should be tested. */
328 #undef GNULIB_TEST_MBSCASECMP
329
330 /* Define to 1 when the gnulib module mbsinit should be tested. */
331 #undef GNULIB_TEST_MBSINIT
332
333 /* Define to 1 when the gnulib module mbsrtowcs should be tested. */
334 #undef GNULIB_TEST_MBSRTOWCS
335
336 /* Define to 1 when the gnulib module mbtowc should be tested. */
337 #undef GNULIB_TEST_MBTOWC
338
339 /* Define to 1 when the gnulib module memchr should be tested. */
340 #undef GNULIB_TEST_MEMCHR
341
342 /* Define to 1 when the gnulib module mempcpy should be tested. */
343 #undef GNULIB_TEST_MEMPCPY
344
345 /* Define to 1 when the gnulib module memrchr should be tested. */
346 #undef GNULIB_TEST_MEMRCHR
347
348 /* Define to 1 when the gnulib module mkdirat should be tested. */
349 #undef GNULIB_TEST_MKDIRAT
350
351 /* Define to 1 when the gnulib module mkdtemp should be tested. */
352 #undef GNULIB_TEST_MKDTEMP
353
354 /* Define to 1 when the gnulib module mkfifo should be tested. */
355 #undef GNULIB_TEST_MKFIFO
356
357 /* Define to 1 when the gnulib module mkfifoat should be tested. */
358 #undef GNULIB_TEST_MKFIFOAT
359
360 /* Define to 1 when the gnulib module mknod should be tested. */
361 #undef GNULIB_TEST_MKNOD
362
363 /* Define to 1 when the gnulib module mknodat should be tested. */
364 #undef GNULIB_TEST_MKNODAT
365
366 /* Define to 1 when the gnulib module mktime should be tested. */
367 #undef GNULIB_TEST_MKTIME
368
369 /* Define to 1 when the gnulib module nl_langinfo should be tested. */
370 #undef GNULIB_TEST_NL_LANGINFO
371
372 /* Define to 1 when the gnulib module open should be tested. */
373 #undef GNULIB_TEST_OPEN
374
375 /* Define to 1 when the gnulib module openat should be tested. */
376 #undef GNULIB_TEST_OPENAT
377
378 /* Define to 1 when the gnulib module opendir should be tested. */
379 #undef GNULIB_TEST_OPENDIR
380
381 /* Define to 1 when the gnulib module raise should be tested. */
382 #undef GNULIB_TEST_RAISE
383
384 /* Define to 1 when the gnulib module rawmemchr should be tested. */
385 #undef GNULIB_TEST_RAWMEMCHR
386
387 /* Define to 1 when the gnulib module read should be tested. */
388 #undef GNULIB_TEST_READ
389
390 /* Define to 1 when the gnulib module readdir should be tested. */
391 #undef GNULIB_TEST_READDIR
392
393 /* Define to 1 when the gnulib module readlink should be tested. */
394 #undef GNULIB_TEST_READLINK
395
396 /* Define to 1 when the gnulib module readlinkat should be tested. */
397 #undef GNULIB_TEST_READLINKAT
398
399 /* Define to 1 when the gnulib module realloc-posix should be tested. */
400 #undef GNULIB_TEST_REALLOC_POSIX
401
402 /* Define to 1 when the gnulib module realpath should be tested. */
403 #undef GNULIB_TEST_REALPATH
404
405 /* Define to 1 when the gnulib module rename should be tested. */
406 #undef GNULIB_TEST_RENAME
407
408 /* Define to 1 when the gnulib module renameat should be tested. */
409 #undef GNULIB_TEST_RENAMEAT
410
411 /* Define to 1 when the gnulib module rewinddir should be tested. */
412 #undef GNULIB_TEST_REWINDDIR
413
414 /* Define to 1 when the gnulib module rmdir should be tested. */
415 #undef GNULIB_TEST_RMDIR
416
417 /* Define to 1 when the gnulib module rpmatch should be tested. */
418 #undef GNULIB_TEST_RPMATCH
419
420 /* Define to 1 when the gnulib module secure_getenv should be tested. */
421 #undef GNULIB_TEST_SECURE_GETENV
422
423 /* Define to 1 when the gnulib module setenv should be tested. */
424 #undef GNULIB_TEST_SETENV
425
426 /* Define to 1 when the gnulib module sleep should be tested. */
427 #undef GNULIB_TEST_SLEEP
428
429 /* Define to 1 when the gnulib module snprintf should be tested. */
430 #undef GNULIB_TEST_SNPRINTF
431
432 /* Define to 1 when the gnulib module stat should be tested. */
433 #undef GNULIB_TEST_STAT
434
435 /* Define to 1 when the gnulib module stpcpy should be tested. */
436 #undef GNULIB_TEST_STPCPY
437
438 /* Define to 1 when the gnulib module strchrnul should be tested. */
439 #undef GNULIB_TEST_STRCHRNUL
440
441 /* Define to 1 when the gnulib module strdup should be tested. */
442 #undef GNULIB_TEST_STRDUP
443
444 /* Define to 1 when the gnulib module strerror should be tested. */
445 #undef GNULIB_TEST_STRERROR
446
447 /* Define to 1 when the gnulib module strndup should be tested. */
448 #undef GNULIB_TEST_STRNDUP
449
450 /* Define to 1 when the gnulib module strnlen should be tested. */
451 #undef GNULIB_TEST_STRNLEN
452
453 /* Define to 1 when the gnulib module strtoull should be tested. */
454 #undef GNULIB_TEST_STRTOULL
455
456 /* Define to 1 when the gnulib module symlink should be tested. */
457 #undef GNULIB_TEST_SYMLINK
458
459 /* Define to 1 when the gnulib module symlinkat should be tested. */
460 #undef GNULIB_TEST_SYMLINKAT
461
462 /* Define to 1 when the gnulib module time_r should be tested. */
463 #undef GNULIB_TEST_TIME_R
464
465 /* Define to 1 when the gnulib module unlink should be tested. */
466 #undef GNULIB_TEST_UNLINK
467
468 /* Define to 1 when the gnulib module unlinkat should be tested. */
469 #undef GNULIB_TEST_UNLINKAT
470
471 /* Define to 1 when the gnulib module unsetenv should be tested. */
472 #undef GNULIB_TEST_UNSETENV
473
474 /* Define to 1 when the gnulib module utimensat should be tested. */
475 #undef GNULIB_TEST_UTIMENSAT
476
477 /* Define to 1 when the gnulib module vasprintf should be tested. */
478 #undef GNULIB_TEST_VASPRINTF
479
480 /* Define to 1 when the gnulib module vsnprintf should be tested. */
481 #undef GNULIB_TEST_VSNPRINTF
482
483 /* Define to 1 when the gnulib module wcrtomb should be tested. */
484 #undef GNULIB_TEST_WCRTOMB
485
486 /* Define to 1 when the gnulib module wcwidth should be tested. */
487 #undef GNULIB_TEST_WCWIDTH
488
489 /* Define to 1 when the gnulib module write should be tested. */
490 #undef GNULIB_TEST_WRITE
491
492 /* Define to the program name of gzip compressor program */
493 #undef GZIP_PROGRAM
494
495 /* Define to 1 if you have the `aclsort' function. */
496 #undef HAVE_ACLSORT
497
498 /* Define to 1 if you have the <aclv.h> header file. */
499 #undef HAVE_ACLV_H
500
501 /* Define to 1 if you have the `aclx_get' function. */
502 #undef HAVE_ACLX_GET
503
504 /* Define to 1 if you have the `acl_copy_ext_native' function. */
505 #undef HAVE_ACL_COPY_EXT_NATIVE
506
507 /* Define to 1 if you have the `acl_create_entry_np' function. */
508 #undef HAVE_ACL_CREATE_ENTRY_NP
509
510 /* Define to 1 if you have the `acl_delete_def_file' function. */
511 #undef HAVE_ACL_DELETE_DEF_FILE
512
513 /* Define to 1 if you have the `acl_delete_fd_np' function. */
514 #undef HAVE_ACL_DELETE_FD_NP
515
516 /* Define to 1 if you have the `acl_delete_file_np' function. */
517 #undef HAVE_ACL_DELETE_FILE_NP
518
519 /* Define to 1 if you have the `acl_entries' function. */
520 #undef HAVE_ACL_ENTRIES
521
522 /* Define to 1 if you have the `acl_extended_file' function. */
523 #undef HAVE_ACL_EXTENDED_FILE
524
525 /* Define to 1 if the constant ACL_FIRST_ENTRY exists. */
526 #undef HAVE_ACL_FIRST_ENTRY
527
528 /* Define to 1 if you have the `acl_free' function. */
529 #undef HAVE_ACL_FREE
530
531 /* Define to 1 if you have the `acl_free_text' function. */
532 #undef HAVE_ACL_FREE_TEXT
533
534 /* Define to 1 if you have the `acl_from_mode' function. */
535 #undef HAVE_ACL_FROM_MODE
536
537 /* Define to 1 if you have the `acl_from_text' function. */
538 #undef HAVE_ACL_FROM_TEXT
539
540 /* Define to 1 if you have the `acl_get_fd' function. */
541 #undef HAVE_ACL_GET_FD
542
543 /* Define to 1 if you have the `acl_get_file' function. */
544 #undef HAVE_ACL_GET_FILE
545
546 /* Define to 1 if you have the <acl/libacl.h> header file. */
547 #undef HAVE_ACL_LIBACL_H
548
549 /* Define to 1 if you have the `acl_set_fd' function. */
550 #undef HAVE_ACL_SET_FD
551
552 /* Define to 1 if you have the `acl_set_file' function. */
553 #undef HAVE_ACL_SET_FILE
554
555 /* Define to 1 if you have the `acl_to_short_text' function. */
556 #undef HAVE_ACL_TO_SHORT_TEXT
557
558 /* Define to 1 if you have the `acl_trivial' function. */
559 #undef HAVE_ACL_TRIVIAL
560
561 /* Define to 1 if the ACL type ACL_TYPE_EXTENDED exists. */
562 #undef HAVE_ACL_TYPE_EXTENDED
563
564 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
565    may be supplied by this distribution. */
566 #undef HAVE_ALLOCA
567
568 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
569    */
570 #undef HAVE_ALLOCA_H
571
572 /* define to 1 if we have <attr/xattr.h> header */
573 #undef HAVE_ATTR_XATTR_H
574
575 /* Define to 1 if you have the <bp-sym.h> header file. */
576 #undef HAVE_BP_SYM_H
577
578 /* Define to 1 if you have the `btowc' function. */
579 #undef HAVE_BTOWC
580
581 /* Define to 1 if you have the `canonicalize_file_name' function. */
582 #undef HAVE_CANONICALIZE_FILE_NAME
583
584 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
585    CoreFoundation framework. */
586 #undef HAVE_CFLOCALECOPYCURRENT
587
588 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
589    the CoreFoundation framework. */
590 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
591
592 /* Define to 1 if you have the `chown' function. */
593 #undef HAVE_CHOWN
594
595 /* Define to 1 if you have the `clock_gettime' function. */
596 #undef HAVE_CLOCK_GETTIME
597
598 /* Define to 1 if you have the `clock_settime' function. */
599 #undef HAVE_CLOCK_SETTIME
600
601 /* Define to 1 if you have the `closedir' function. */
602 #undef HAVE_CLOSEDIR
603
604 /* Define if you have compound literals. */
605 #undef HAVE_COMPOUND_LITERALS
606
607 /* Define if the GNU dcgettext() function is already present or preinstalled.
608    */
609 #undef HAVE_DCGETTEXT
610
611 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
612    */
613 #undef HAVE_DECL_ALARM
614
615 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
616    you don't. */
617 #undef HAVE_DECL_CLEARERR_UNLOCKED
618
619 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
620    */
621 #undef HAVE_DECL_DIRFD
622
623 /* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
624    */
625 #undef HAVE_DECL_FCHDIR
626
627 /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
628    don't. */
629 #undef HAVE_DECL_FDOPENDIR
630
631 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
632    don't. */
633 #undef HAVE_DECL_FEOF_UNLOCKED
634
635 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
636    you don't. */
637 #undef HAVE_DECL_FERROR_UNLOCKED
638
639 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
640    you don't. */
641 #undef HAVE_DECL_FFLUSH_UNLOCKED
642
643 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
644    you don't. */
645 #undef HAVE_DECL_FGETS_UNLOCKED
646
647 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
648    you don't. */
649 #undef HAVE_DECL_FPUTC_UNLOCKED
650
651 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
652    you don't. */
653 #undef HAVE_DECL_FPUTS_UNLOCKED
654
655 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
656    you don't. */
657 #undef HAVE_DECL_FREAD_UNLOCKED
658
659 /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
660    */
661 #undef HAVE_DECL_FSEEKO
662
663 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
664    you don't. */
665 #undef HAVE_DECL_FWRITE_UNLOCKED
666
667 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
668    you don't. */
669 #undef HAVE_DECL_GETCHAR_UNLOCKED
670
671 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
672    */
673 #undef HAVE_DECL_GETCWD
674
675 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
676    don't. */
677 #undef HAVE_DECL_GETC_UNLOCKED
678
679 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
680    don't. */
681 #undef HAVE_DECL_GETDELIM
682
683 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
684    */
685 #undef HAVE_DECL_GETENV
686
687 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
688    don't. */
689 #undef HAVE_DECL_GETGRGID
690
691 /* Define to 1 if you have the declaration of `getline', and to 0 if you
692    don't. */
693 #undef HAVE_DECL_GETLINE
694
695 /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
696    don't. */
697 #undef HAVE_DECL_GETPWUID
698
699 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
700    don't. */
701 #undef HAVE_DECL_ISBLANK
702
703 /* Define to 1 if you have the declaration of `iswblank', and to 0 if you
704    don't. */
705 #undef HAVE_DECL_ISWBLANK
706
707 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
708    don't. */
709 #undef HAVE_DECL_LOCALTIME_R
710
711 /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
712    don't. */
713 #undef HAVE_DECL_MBRTOWC
714
715 /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
716    don't. */
717 #undef HAVE_DECL_MBSINIT
718
719 /* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you
720    don't. */
721 #undef HAVE_DECL_MBSRTOWCS
722
723 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
724    don't. */
725 #undef HAVE_DECL_MEMRCHR
726
727 /* Define to 1 if you have the declaration of `program_invocation_name', and
728    to 0 if you don't. */
729 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
730
731 /* Define to 1 if you have the declaration of `program_invocation_short_name',
732    and to 0 if you don't. */
733 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
734
735 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
736    you don't. */
737 #undef HAVE_DECL_PUTCHAR_UNLOCKED
738
739 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
740    don't. */
741 #undef HAVE_DECL_PUTC_UNLOCKED
742
743 /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
744    */
745 #undef HAVE_DECL_SETENV
746
747 /* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
748    */
749 #undef HAVE_DECL_SLEEP
750
751 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
752    don't. */
753 #undef HAVE_DECL_SNPRINTF
754
755 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
756    */
757 #undef HAVE_DECL_STRDUP
758
759 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
760    don't. */
761 #undef HAVE_DECL_STRERROR_R
762
763 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
764    don't. */
765 #undef HAVE_DECL_STRNCASECMP
766
767 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
768    don't. */
769 #undef HAVE_DECL_STRNDUP
770
771 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
772    don't. */
773 #undef HAVE_DECL_STRNLEN
774
775 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
776    don't. */
777 #undef HAVE_DECL_STRTOULL
778
779 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
780    don't. */
781 #undef HAVE_DECL_STRTOUMAX
782
783 /* Define to 1 if you have the declaration of `time', and to 0 if you don't.
784    */
785 #undef HAVE_DECL_TIME
786
787 /* Define to 1 if you have the declaration of `towlower', and to 0 if you
788    don't. */
789 #undef HAVE_DECL_TOWLOWER
790
791 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
792    */
793 #undef HAVE_DECL_TZNAME
794
795 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
796    don't. */
797 #undef HAVE_DECL_UNSETENV
798
799 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
800    don't. */
801 #undef HAVE_DECL_VSNPRINTF
802
803 /* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
804    don't. */
805 #undef HAVE_DECL_WCRTOMB
806
807 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
808    don't. */
809 #undef HAVE_DECL_WCWIDTH
810
811 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
812    don't. */
813 #undef HAVE_DECL__SNPRINTF
814
815 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
816    don't. */
817 #undef HAVE_DECL___FPENDING
818
819 /* Define to 1 if you have the <dirent.h> header file. */
820 #undef HAVE_DIRENT_H
821
822 /* Define to 1 if you have the `dirfd' function. */
823 #undef HAVE_DIRFD
824
825 /* Define to 1 if you have the 'dup2' function. */
826 #undef HAVE_DUP2
827
828 /* Define if you have the declaration of environ. */
829 #undef HAVE_ENVIRON_DECL
830
831 /* Define to 1 if you have the `facl' function. */
832 #undef HAVE_FACL
833
834 /* Define to 1 if you have the `fchdir' function. */
835 #undef HAVE_FCHDIR
836
837 /* Define to 1 if you have the `fchmod' function. */
838 #undef HAVE_FCHMOD
839
840 /* Define to 1 if you have the `fchmodat' function. */
841 #undef HAVE_FCHMODAT
842
843 /* Define to 1 if you have the `fchown' function. */
844 #undef HAVE_FCHOWN
845
846 /* Define to 1 if you have the `fcntl' function. */
847 #undef HAVE_FCNTL
848
849 /* Define to 1 if you have the <fcntl.h> header file. */
850 #undef HAVE_FCNTL_H
851
852 /* Define to 1 if you have the `fdopendir' function. */
853 #undef HAVE_FDOPENDIR
854
855 /* Define to 1 if you have the <features.h> header file. */
856 #undef HAVE_FEATURES_H
857
858 /* Define to 1 if you have the `fgetxattr' function. */
859 #undef HAVE_FGETXATTR
860
861 /* Define to 1 if you have the `flistxattr' function. */
862 #undef HAVE_FLISTXATTR
863
864 /* Define to 1 if you have the `flockfile' function. */
865 #undef HAVE_FLOCKFILE
866
867 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
868 #undef HAVE_FSEEKO
869
870 /* Define to 1 if you have the `fsetxattr' function. */
871 #undef HAVE_FSETXATTR
872
873 /* Define to 1 if you have the `fstatat' function. */
874 #undef HAVE_FSTATAT
875
876 /* Define to 1 if you have the `fsync' function. */
877 #undef HAVE_FSYNC
878
879 /* Define to 1 if you have the `funlockfile' function. */
880 #undef HAVE_FUNLOCKFILE
881
882 /* Define to 1 if you have the `futimens' function. */
883 #undef HAVE_FUTIMENS
884
885 /* Define to 1 if you have the `futimes' function. */
886 #undef HAVE_FUTIMES
887
888 /* Define to 1 if you have the `futimesat' function. */
889 #undef HAVE_FUTIMESAT
890
891 /* Define to 1 if you have the `getacl' function. */
892 #undef HAVE_GETACL
893
894 /* Define to 1 if you have the `getcwd' function. */
895 #undef HAVE_GETCWD
896
897 /* Define to 1 if you have the `getdelim' function. */
898 #undef HAVE_GETDELIM
899
900 /* Define to 1 if you have the `getdtablesize' function. */
901 #undef HAVE_GETDTABLESIZE
902
903 /* Define to 1 if you have the <getopt.h> header file. */
904 #undef HAVE_GETOPT_H
905
906 /* Define to 1 if you have the `getopt_long_only' function. */
907 #undef HAVE_GETOPT_LONG_ONLY
908
909 /* Define to 1 if you have the `getpagesize' function. */
910 #undef HAVE_GETPAGESIZE
911
912 /* Define to 1 if you have the `getppriv' function. */
913 #undef HAVE_GETPPRIV
914
915 /* Define if the GNU gettext() function is already present or preinstalled. */
916 #undef HAVE_GETTEXT
917
918 /* Define to 1 if you have the `gettimeofday' function. */
919 #undef HAVE_GETTIMEOFDAY
920
921 /* Define to 1 if you have the `getxattr' function. */
922 #undef HAVE_GETXATTR
923
924 /* Define to 1 if you have the <grp.h> header file. */
925 #undef HAVE_GRP_H
926
927 /* Define if you have the iconv() function and it works. */
928 #undef HAVE_ICONV
929
930 /* Define to 1 if you have the <iconv.h> header file. */
931 #undef HAVE_ICONV_H
932
933 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
934 #undef HAVE_INTMAX_T
935
936 /* Define to 1 if you have the <inttypes.h> header file. */
937 #undef HAVE_INTTYPES_H
938
939 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
940    declares uintmax_t. */
941 #undef HAVE_INTTYPES_H_WITH_UINTMAX
942
943 /* Define to 1 if you have the `isblank' function. */
944 #undef HAVE_ISBLANK
945
946 /* Define to 1 if you have the `issetugid' function. */
947 #undef HAVE_ISSETUGID
948
949 /* Define to 1 if you have the `iswblank' function. */
950 #undef HAVE_ISWBLANK
951
952 /* Define to 1 if you have the `iswcntrl' function. */
953 #undef HAVE_ISWCNTRL
954
955 /* Define to 1 if you have the `iswctype' function. */
956 #undef HAVE_ISWCTYPE
957
958 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
959 #undef HAVE_LANGINFO_CODESET
960
961 /* Define to 1 if you have the <langinfo.h> header file. */
962 #undef HAVE_LANGINFO_H
963
964 /* Define if you have <langinfo.h> and nl_langinfo(YESEXPR). */
965 #undef HAVE_LANGINFO_YESEXPR
966
967 /* Define to 1 if you have the `lchmod' function. */
968 #undef HAVE_LCHMOD
969
970 /* Define to 1 if you have the `lchown' function. */
971 #undef HAVE_LCHOWN
972
973 /* Define to 1 if you have the `lgetxattr' function. */
974 #undef HAVE_LGETXATTR
975
976 /* Define to 1 if you have the <libintl.h> header file. */
977 #undef HAVE_LIBINTL_H
978
979 /* Define to 1 if you have the <linewrap.h> header file. */
980 #undef HAVE_LINEWRAP_H
981
982 /* Define to 1 if you have the `link' function. */
983 #undef HAVE_LINK
984
985 /* Define to 1 if you have the `linkat' function. */
986 #undef HAVE_LINKAT
987
988 /* Define to 1 if you have the <linux/fd.h> header file. */
989 #undef HAVE_LINUX_FD_H
990
991 /* Define to 1 if you have the `listxattr' function. */
992 #undef HAVE_LISTXATTR
993
994 /* Define to 1 if you have the `llistxattr' function. */
995 #undef HAVE_LLISTXATTR
996
997 /* Define to 1 if you have the <locale.h> header file. */
998 #undef HAVE_LOCALE_H
999
1000 /* Define to 1 if you have the `localtime_r' function. */
1001 #undef HAVE_LOCALTIME_R
1002
1003 /* Define to 1 if you support file names longer than 14 characters. */
1004 #undef HAVE_LONG_FILE_NAMES
1005
1006 /* Define to 1 if the system has the type 'long long int'. */
1007 #undef HAVE_LONG_LONG_INT
1008
1009 /* Define to 1 if you have the `lsetxattr' function. */
1010 #undef HAVE_LSETXATTR
1011
1012 /* Define to 1 if you have the `lstat' function. */
1013 #undef HAVE_LSTAT
1014
1015 /* Define to 1 if you have the `lutimes' function. */
1016 #undef HAVE_LUTIMES
1017
1018 /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
1019    to 0 otherwise. */
1020 #undef HAVE_MALLOC_GNU
1021
1022 /* Define if the 'malloc' function is POSIX compliant. */
1023 #undef HAVE_MALLOC_POSIX
1024
1025 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
1026    config.h and <sys/mman.h>. */
1027 #undef HAVE_MAP_ANONYMOUS
1028
1029 /* Define to 1 if you have the `mbrtowc' function. */
1030 #undef HAVE_MBRTOWC
1031
1032 /* Define to 1 if you have the `mbsinit' function. */
1033 #undef HAVE_MBSINIT
1034
1035 /* Define to 1 if you have the `mbsrtowcs' function. */
1036 #undef HAVE_MBSRTOWCS
1037
1038 /* Define to 1 if <wchar.h> declares mbstate_t. */
1039 #undef HAVE_MBSTATE_T
1040
1041 /* Define to 1 if you have the <memory.h> header file. */
1042 #undef HAVE_MEMORY_H
1043
1044 /* Define to 1 if you have the `mempcpy' function. */
1045 #undef HAVE_MEMPCPY
1046
1047 /* Define to 1 if you have the `memrchr' function. */
1048 #undef HAVE_MEMRCHR
1049
1050 /* Define to 1 if getcwd minimally works, that is, its result can be trusted
1051    when it succeeds. */
1052 #undef HAVE_MINIMALLY_WORKING_GETCWD
1053
1054 /* Define to 1 if you have the `mkdirat' function. */
1055 #undef HAVE_MKDIRAT
1056
1057 /* Define to 1 if you have the `mkdtemp' function. */
1058 #undef HAVE_MKDTEMP
1059
1060 /* Define to 1 if you have the `mkfifo' function. */
1061 #undef HAVE_MKFIFO
1062
1063 /* Define to 1 if you have the `mkfifoat' function. */
1064 #undef HAVE_MKFIFOAT
1065
1066 /* Define to 1 if you have the `mknod' function. */
1067 #undef HAVE_MKNOD
1068
1069 /* Define to 1 if you have the `mknodat' function. */
1070 #undef HAVE_MKNODAT
1071
1072 /* Define to 1 if you have the `mprotect' function. */
1073 #undef HAVE_MPROTECT
1074
1075 /* Define to 1 on MSVC platforms that have the "invalid parameter handler"
1076    concept. */
1077 #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
1078
1079 /* Define to 1 if you have the `nanotime' function. */
1080 #undef HAVE_NANOTIME
1081
1082 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
1083 #undef HAVE_NDIR_H
1084
1085 /* Define to 1 if you have the <netdb.h> header file. */
1086 #undef HAVE_NETDB_H
1087
1088 /* Define to 1 if you have the <net/errno.h> header file. */
1089 #undef HAVE_NET_ERRNO_H
1090
1091 /* Define to 1 if you have the `nl_langinfo' function. */
1092 #undef HAVE_NL_LANGINFO
1093
1094 /* Define to 1 if libc includes obstacks. */
1095 #undef HAVE_OBSTACK
1096
1097 /* Define to 1 if you have the `openat' function. */
1098 #undef HAVE_OPENAT
1099
1100 /* Define to 1 if you have the `opendir' function. */
1101 #undef HAVE_OPENDIR
1102
1103 /* Define to 1 if you have the <OS.h> header file. */
1104 #undef HAVE_OS_H
1105
1106 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
1107    setting errno to ERANGE, ENAMETOOLONG, or ENOENT. */
1108 #undef HAVE_PARTLY_WORKING_GETCWD
1109
1110 /* Define to 1 if you have the `pathconf' function. */
1111 #undef HAVE_PATHCONF
1112
1113 /* Define to 1 if you have the `pipe' function. */
1114 #undef HAVE_PIPE
1115
1116 /* Define when we have working POSIX acls */
1117 #undef HAVE_POSIX_ACLS
1118
1119 /* Define to 1 if you have the <priv.h> header file. */
1120 #undef HAVE_PRIV_H
1121
1122 /* Define if program_invocation_name is defined */
1123 #undef HAVE_PROGRAM_INVOCATION_NAME
1124
1125 /* Define if program_invocation_short_name is defined */
1126 #undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
1127
1128 /* Define to 1 if you have the <pwd.h> header file. */
1129 #undef HAVE_PWD_H
1130
1131 /* Define to 1 if you have the `raise' function. */
1132 #undef HAVE_RAISE
1133
1134 /* Define to 1 if you have the `rawmemchr' function. */
1135 #undef HAVE_RAWMEMCHR
1136
1137 /* Define to 1 if alphasort is declared even after undefining macros. */
1138 #undef HAVE_RAW_DECL_ALPHASORT
1139
1140 /* Define to 1 if atoll is declared even after undefining macros. */
1141 #undef HAVE_RAW_DECL_ATOLL
1142
1143 /* Define to 1 if btowc is declared even after undefining macros. */
1144 #undef HAVE_RAW_DECL_BTOWC
1145
1146 /* Define to 1 if canonicalize_file_name is declared even after undefining
1147    macros. */
1148 #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
1149
1150 /* Define to 1 if chdir is declared even after undefining macros. */
1151 #undef HAVE_RAW_DECL_CHDIR
1152
1153 /* Define to 1 if chown is declared even after undefining macros. */
1154 #undef HAVE_RAW_DECL_CHOWN
1155
1156 /* Define to 1 if closedir is declared even after undefining macros. */
1157 #undef HAVE_RAW_DECL_CLOSEDIR
1158
1159 /* Define to 1 if dirfd is declared even after undefining macros. */
1160 #undef HAVE_RAW_DECL_DIRFD
1161
1162 /* Define to 1 if dprintf is declared even after undefining macros. */
1163 #undef HAVE_RAW_DECL_DPRINTF
1164
1165 /* Define to 1 if dup is declared even after undefining macros. */
1166 #undef HAVE_RAW_DECL_DUP
1167
1168 /* Define to 1 if dup2 is declared even after undefining macros. */
1169 #undef HAVE_RAW_DECL_DUP2
1170
1171 /* Define to 1 if dup3 is declared even after undefining macros. */
1172 #undef HAVE_RAW_DECL_DUP3
1173
1174 /* Define to 1 if duplocale is declared even after undefining macros. */
1175 #undef HAVE_RAW_DECL_DUPLOCALE
1176
1177 /* Define to 1 if endusershell is declared even after undefining macros. */
1178 #undef HAVE_RAW_DECL_ENDUSERSHELL
1179
1180 /* Define to 1 if environ is declared even after undefining macros. */
1181 #undef HAVE_RAW_DECL_ENVIRON
1182
1183 /* Define to 1 if euidaccess is declared even after undefining macros. */
1184 #undef HAVE_RAW_DECL_EUIDACCESS
1185
1186 /* Define to 1 if faccessat is declared even after undefining macros. */
1187 #undef HAVE_RAW_DECL_FACCESSAT
1188
1189 /* Define to 1 if fchdir is declared even after undefining macros. */
1190 #undef HAVE_RAW_DECL_FCHDIR
1191
1192 /* Define to 1 if fchmodat is declared even after undefining macros. */
1193 #undef HAVE_RAW_DECL_FCHMODAT
1194
1195 /* Define to 1 if fchownat is declared even after undefining macros. */
1196 #undef HAVE_RAW_DECL_FCHOWNAT
1197
1198 /* Define to 1 if fcntl is declared even after undefining macros. */
1199 #undef HAVE_RAW_DECL_FCNTL
1200
1201 /* Define to 1 if fdatasync is declared even after undefining macros. */
1202 #undef HAVE_RAW_DECL_FDATASYNC
1203
1204 /* Define to 1 if fdopendir is declared even after undefining macros. */
1205 #undef HAVE_RAW_DECL_FDOPENDIR
1206
1207 /* Define to 1 if ffs is declared even after undefining macros. */
1208 #undef HAVE_RAW_DECL_FFS
1209
1210 /* Define to 1 if ffsl is declared even after undefining macros. */
1211 #undef HAVE_RAW_DECL_FFSL
1212
1213 /* Define to 1 if ffsll is declared even after undefining macros. */
1214 #undef HAVE_RAW_DECL_FFSLL
1215
1216 /* Define to 1 if fpurge is declared even after undefining macros. */
1217 #undef HAVE_RAW_DECL_FPURGE
1218
1219 /* Define to 1 if fseeko is declared even after undefining macros. */
1220 #undef HAVE_RAW_DECL_FSEEKO
1221
1222 /* Define to 1 if fstat is declared even after undefining macros. */
1223 #undef HAVE_RAW_DECL_FSTAT
1224
1225 /* Define to 1 if fstatat is declared even after undefining macros. */
1226 #undef HAVE_RAW_DECL_FSTATAT
1227
1228 /* Define to 1 if fsync is declared even after undefining macros. */
1229 #undef HAVE_RAW_DECL_FSYNC
1230
1231 /* Define to 1 if ftello is declared even after undefining macros. */
1232 #undef HAVE_RAW_DECL_FTELLO
1233
1234 /* Define to 1 if ftruncate is declared even after undefining macros. */
1235 #undef HAVE_RAW_DECL_FTRUNCATE
1236
1237 /* Define to 1 if futimens is declared even after undefining macros. */
1238 #undef HAVE_RAW_DECL_FUTIMENS
1239
1240 /* Define to 1 if getcwd is declared even after undefining macros. */
1241 #undef HAVE_RAW_DECL_GETCWD
1242
1243 /* Define to 1 if getdelim is declared even after undefining macros. */
1244 #undef HAVE_RAW_DECL_GETDELIM
1245
1246 /* Define to 1 if getdomainname is declared even after undefining macros. */
1247 #undef HAVE_RAW_DECL_GETDOMAINNAME
1248
1249 /* Define to 1 if getdtablesize is declared even after undefining macros. */
1250 #undef HAVE_RAW_DECL_GETDTABLESIZE
1251
1252 /* Define to 1 if getgroups is declared even after undefining macros. */
1253 #undef HAVE_RAW_DECL_GETGROUPS
1254
1255 /* Define to 1 if gethostname is declared even after undefining macros. */
1256 #undef HAVE_RAW_DECL_GETHOSTNAME
1257
1258 /* Define to 1 if getline is declared even after undefining macros. */
1259 #undef HAVE_RAW_DECL_GETLINE
1260
1261 /* Define to 1 if getloadavg is declared even after undefining macros. */
1262 #undef HAVE_RAW_DECL_GETLOADAVG
1263
1264 /* Define to 1 if getlogin is declared even after undefining macros. */
1265 #undef HAVE_RAW_DECL_GETLOGIN
1266
1267 /* Define to 1 if getlogin_r is declared even after undefining macros. */
1268 #undef HAVE_RAW_DECL_GETLOGIN_R
1269
1270 /* Define to 1 if getpagesize is declared even after undefining macros. */
1271 #undef HAVE_RAW_DECL_GETPAGESIZE
1272
1273 /* Define to 1 if gets is declared even after undefining macros. */
1274 #undef HAVE_RAW_DECL_GETS
1275
1276 /* Define to 1 if getsubopt is declared even after undefining macros. */
1277 #undef HAVE_RAW_DECL_GETSUBOPT
1278
1279 /* Define to 1 if gettimeofday is declared even after undefining macros. */
1280 #undef HAVE_RAW_DECL_GETTIMEOFDAY
1281
1282 /* Define to 1 if getusershell is declared even after undefining macros. */
1283 #undef HAVE_RAW_DECL_GETUSERSHELL
1284
1285 /* Define to 1 if grantpt is declared even after undefining macros. */
1286 #undef HAVE_RAW_DECL_GRANTPT
1287
1288 /* Define to 1 if group_member is declared even after undefining macros. */
1289 #undef HAVE_RAW_DECL_GROUP_MEMBER
1290
1291 /* Define to 1 if imaxabs is declared even after undefining macros. */
1292 #undef HAVE_RAW_DECL_IMAXABS
1293
1294 /* Define to 1 if imaxdiv is declared even after undefining macros. */
1295 #undef HAVE_RAW_DECL_IMAXDIV
1296
1297 /* Define to 1 if initstate is declared even after undefining macros. */
1298 #undef HAVE_RAW_DECL_INITSTATE
1299
1300 /* Define to 1 if initstate_r is declared even after undefining macros. */
1301 #undef HAVE_RAW_DECL_INITSTATE_R
1302
1303 /* Define to 1 if isatty is declared even after undefining macros. */
1304 #undef HAVE_RAW_DECL_ISATTY
1305
1306 /* Define to 1 if iswctype is declared even after undefining macros. */
1307 #undef HAVE_RAW_DECL_ISWCTYPE
1308
1309 /* Define to 1 if lchmod is declared even after undefining macros. */
1310 #undef HAVE_RAW_DECL_LCHMOD
1311
1312 /* Define to 1 if lchown is declared even after undefining macros. */
1313 #undef HAVE_RAW_DECL_LCHOWN
1314
1315 /* Define to 1 if link is declared even after undefining macros. */
1316 #undef HAVE_RAW_DECL_LINK
1317
1318 /* Define to 1 if linkat is declared even after undefining macros. */
1319 #undef HAVE_RAW_DECL_LINKAT
1320
1321 /* Define to 1 if lseek is declared even after undefining macros. */
1322 #undef HAVE_RAW_DECL_LSEEK
1323
1324 /* Define to 1 if lstat is declared even after undefining macros. */
1325 #undef HAVE_RAW_DECL_LSTAT
1326
1327 /* Define to 1 if mbrlen is declared even after undefining macros. */
1328 #undef HAVE_RAW_DECL_MBRLEN
1329
1330 /* Define to 1 if mbrtowc is declared even after undefining macros. */
1331 #undef HAVE_RAW_DECL_MBRTOWC
1332
1333 /* Define to 1 if mbsinit is declared even after undefining macros. */
1334 #undef HAVE_RAW_DECL_MBSINIT
1335
1336 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
1337 #undef HAVE_RAW_DECL_MBSNRTOWCS
1338
1339 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
1340 #undef HAVE_RAW_DECL_MBSRTOWCS
1341
1342 /* Define to 1 if memmem is declared even after undefining macros. */
1343 #undef HAVE_RAW_DECL_MEMMEM
1344
1345 /* Define to 1 if mempcpy is declared even after undefining macros. */
1346 #undef HAVE_RAW_DECL_MEMPCPY
1347
1348 /* Define to 1 if memrchr is declared even after undefining macros. */
1349 #undef HAVE_RAW_DECL_MEMRCHR
1350
1351 /* Define to 1 if mkdirat is declared even after undefining macros. */
1352 #undef HAVE_RAW_DECL_MKDIRAT
1353
1354 /* Define to 1 if mkdtemp is declared even after undefining macros. */
1355 #undef HAVE_RAW_DECL_MKDTEMP
1356
1357 /* Define to 1 if mkfifo is declared even after undefining macros. */
1358 #undef HAVE_RAW_DECL_MKFIFO
1359
1360 /* Define to 1 if mkfifoat is declared even after undefining macros. */
1361 #undef HAVE_RAW_DECL_MKFIFOAT
1362
1363 /* Define to 1 if mknod is declared even after undefining macros. */
1364 #undef HAVE_RAW_DECL_MKNOD
1365
1366 /* Define to 1 if mknodat is declared even after undefining macros. */
1367 #undef HAVE_RAW_DECL_MKNODAT
1368
1369 /* Define to 1 if mkostemp is declared even after undefining macros. */
1370 #undef HAVE_RAW_DECL_MKOSTEMP
1371
1372 /* Define to 1 if mkostemps is declared even after undefining macros. */
1373 #undef HAVE_RAW_DECL_MKOSTEMPS
1374
1375 /* Define to 1 if mkstemp is declared even after undefining macros. */
1376 #undef HAVE_RAW_DECL_MKSTEMP
1377
1378 /* Define to 1 if mkstemps is declared even after undefining macros. */
1379 #undef HAVE_RAW_DECL_MKSTEMPS
1380
1381 /* Define to 1 if nl_langinfo is declared even after undefining macros. */
1382 #undef HAVE_RAW_DECL_NL_LANGINFO
1383
1384 /* Define to 1 if openat is declared even after undefining macros. */
1385 #undef HAVE_RAW_DECL_OPENAT
1386
1387 /* Define to 1 if opendir is declared even after undefining macros. */
1388 #undef HAVE_RAW_DECL_OPENDIR
1389
1390 /* Define to 1 if pclose is declared even after undefining macros. */
1391 #undef HAVE_RAW_DECL_PCLOSE
1392
1393 /* Define to 1 if pipe is declared even after undefining macros. */
1394 #undef HAVE_RAW_DECL_PIPE
1395
1396 /* Define to 1 if pipe2 is declared even after undefining macros. */
1397 #undef HAVE_RAW_DECL_PIPE2
1398
1399 /* Define to 1 if popen is declared even after undefining macros. */
1400 #undef HAVE_RAW_DECL_POPEN
1401
1402 /* Define to 1 if posix_openpt is declared even after undefining macros. */
1403 #undef HAVE_RAW_DECL_POSIX_OPENPT
1404
1405 /* Define to 1 if pread is declared even after undefining macros. */
1406 #undef HAVE_RAW_DECL_PREAD
1407
1408 /* Define to 1 if pthread_sigmask is declared even after undefining macros. */
1409 #undef HAVE_RAW_DECL_PTHREAD_SIGMASK
1410
1411 /* Define to 1 if ptsname is declared even after undefining macros. */
1412 #undef HAVE_RAW_DECL_PTSNAME
1413
1414 /* Define to 1 if ptsname_r is declared even after undefining macros. */
1415 #undef HAVE_RAW_DECL_PTSNAME_R
1416
1417 /* Define to 1 if pwrite is declared even after undefining macros. */
1418 #undef HAVE_RAW_DECL_PWRITE
1419
1420 /* Define to 1 if random is declared even after undefining macros. */
1421 #undef HAVE_RAW_DECL_RANDOM
1422
1423 /* Define to 1 if random_r is declared even after undefining macros. */
1424 #undef HAVE_RAW_DECL_RANDOM_R
1425
1426 /* Define to 1 if rawmemchr is declared even after undefining macros. */
1427 #undef HAVE_RAW_DECL_RAWMEMCHR
1428
1429 /* Define to 1 if readdir is declared even after undefining macros. */
1430 #undef HAVE_RAW_DECL_READDIR
1431
1432 /* Define to 1 if readlink is declared even after undefining macros. */
1433 #undef HAVE_RAW_DECL_READLINK
1434
1435 /* Define to 1 if readlinkat is declared even after undefining macros. */
1436 #undef HAVE_RAW_DECL_READLINKAT
1437
1438 /* Define to 1 if realpath is declared even after undefining macros. */
1439 #undef HAVE_RAW_DECL_REALPATH
1440
1441 /* Define to 1 if renameat is declared even after undefining macros. */
1442 #undef HAVE_RAW_DECL_RENAMEAT
1443
1444 /* Define to 1 if rewinddir is declared even after undefining macros. */
1445 #undef HAVE_RAW_DECL_REWINDDIR
1446
1447 /* Define to 1 if rmdir is declared even after undefining macros. */
1448 #undef HAVE_RAW_DECL_RMDIR
1449
1450 /* Define to 1 if rpmatch is declared even after undefining macros. */
1451 #undef HAVE_RAW_DECL_RPMATCH
1452
1453 /* Define to 1 if scandir is declared even after undefining macros. */
1454 #undef HAVE_RAW_DECL_SCANDIR
1455
1456 /* Define to 1 if secure_getenv is declared even after undefining macros. */
1457 #undef HAVE_RAW_DECL_SECURE_GETENV
1458
1459 /* Define to 1 if setenv is declared even after undefining macros. */
1460 #undef HAVE_RAW_DECL_SETENV
1461
1462 /* Define to 1 if sethostname is declared even after undefining macros. */
1463 #undef HAVE_RAW_DECL_SETHOSTNAME
1464
1465 /* Define to 1 if setlocale is declared even after undefining macros. */
1466 #undef HAVE_RAW_DECL_SETLOCALE
1467
1468 /* Define to 1 if setstate is declared even after undefining macros. */
1469 #undef HAVE_RAW_DECL_SETSTATE
1470
1471 /* Define to 1 if setstate_r is declared even after undefining macros. */
1472 #undef HAVE_RAW_DECL_SETSTATE_R
1473
1474 /* Define to 1 if setusershell is declared even after undefining macros. */
1475 #undef HAVE_RAW_DECL_SETUSERSHELL
1476
1477 /* Define to 1 if sigaction is declared even after undefining macros. */
1478 #undef HAVE_RAW_DECL_SIGACTION
1479
1480 /* Define to 1 if sigaddset is declared even after undefining macros. */
1481 #undef HAVE_RAW_DECL_SIGADDSET
1482
1483 /* Define to 1 if sigdelset is declared even after undefining macros. */
1484 #undef HAVE_RAW_DECL_SIGDELSET
1485
1486 /* Define to 1 if sigemptyset is declared even after undefining macros. */
1487 #undef HAVE_RAW_DECL_SIGEMPTYSET
1488
1489 /* Define to 1 if sigfillset is declared even after undefining macros. */
1490 #undef HAVE_RAW_DECL_SIGFILLSET
1491
1492 /* Define to 1 if sigismember is declared even after undefining macros. */
1493 #undef HAVE_RAW_DECL_SIGISMEMBER
1494
1495 /* Define to 1 if sigpending is declared even after undefining macros. */
1496 #undef HAVE_RAW_DECL_SIGPENDING
1497
1498 /* Define to 1 if sigprocmask is declared even after undefining macros. */
1499 #undef HAVE_RAW_DECL_SIGPROCMASK
1500
1501 /* Define to 1 if sleep is declared even after undefining macros. */
1502 #undef HAVE_RAW_DECL_SLEEP
1503
1504 /* Define to 1 if snprintf is declared even after undefining macros. */
1505 #undef HAVE_RAW_DECL_SNPRINTF
1506
1507 /* Define to 1 if srandom is declared even after undefining macros. */
1508 #undef HAVE_RAW_DECL_SRANDOM
1509
1510 /* Define to 1 if srandom_r is declared even after undefining macros. */
1511 #undef HAVE_RAW_DECL_SRANDOM_R
1512
1513 /* Define to 1 if stat is declared even after undefining macros. */
1514 #undef HAVE_RAW_DECL_STAT
1515
1516 /* Define to 1 if stpcpy is declared even after undefining macros. */
1517 #undef HAVE_RAW_DECL_STPCPY
1518
1519 /* Define to 1 if stpncpy is declared even after undefining macros. */
1520 #undef HAVE_RAW_DECL_STPNCPY
1521
1522 /* Define to 1 if strcasecmp is declared even after undefining macros. */
1523 #undef HAVE_RAW_DECL_STRCASECMP
1524
1525 /* Define to 1 if strcasestr is declared even after undefining macros. */
1526 #undef HAVE_RAW_DECL_STRCASESTR
1527
1528 /* Define to 1 if strchrnul is declared even after undefining macros. */
1529 #undef HAVE_RAW_DECL_STRCHRNUL
1530
1531 /* Define to 1 if strdup is declared even after undefining macros. */
1532 #undef HAVE_RAW_DECL_STRDUP
1533
1534 /* Define to 1 if strerror_r is declared even after undefining macros. */
1535 #undef HAVE_RAW_DECL_STRERROR_R
1536
1537 /* Define to 1 if strncasecmp is declared even after undefining macros. */
1538 #undef HAVE_RAW_DECL_STRNCASECMP
1539
1540 /* Define to 1 if strncat is declared even after undefining macros. */
1541 #undef HAVE_RAW_DECL_STRNCAT
1542
1543 /* Define to 1 if strndup is declared even after undefining macros. */
1544 #undef HAVE_RAW_DECL_STRNDUP
1545
1546 /* Define to 1 if strnlen is declared even after undefining macros. */
1547 #undef HAVE_RAW_DECL_STRNLEN
1548
1549 /* Define to 1 if strpbrk is declared even after undefining macros. */
1550 #undef HAVE_RAW_DECL_STRPBRK
1551
1552 /* Define to 1 if strsep is declared even after undefining macros. */
1553 #undef HAVE_RAW_DECL_STRSEP
1554
1555 /* Define to 1 if strsignal is declared even after undefining macros. */
1556 #undef HAVE_RAW_DECL_STRSIGNAL
1557
1558 /* Define to 1 if strtod is declared even after undefining macros. */
1559 #undef HAVE_RAW_DECL_STRTOD
1560
1561 /* Define to 1 if strtoimax is declared even after undefining macros. */
1562 #undef HAVE_RAW_DECL_STRTOIMAX
1563
1564 /* Define to 1 if strtok_r is declared even after undefining macros. */
1565 #undef HAVE_RAW_DECL_STRTOK_R
1566
1567 /* Define to 1 if strtoll is declared even after undefining macros. */
1568 #undef HAVE_RAW_DECL_STRTOLL
1569
1570 /* Define to 1 if strtoull is declared even after undefining macros. */
1571 #undef HAVE_RAW_DECL_STRTOULL
1572
1573 /* Define to 1 if strtoumax is declared even after undefining macros. */
1574 #undef HAVE_RAW_DECL_STRTOUMAX
1575
1576 /* Define to 1 if strverscmp is declared even after undefining macros. */
1577 #undef HAVE_RAW_DECL_STRVERSCMP
1578
1579 /* Define to 1 if symlink is declared even after undefining macros. */
1580 #undef HAVE_RAW_DECL_SYMLINK
1581
1582 /* Define to 1 if symlinkat is declared even after undefining macros. */
1583 #undef HAVE_RAW_DECL_SYMLINKAT
1584
1585 /* Define to 1 if tmpfile is declared even after undefining macros. */
1586 #undef HAVE_RAW_DECL_TMPFILE
1587
1588 /* Define to 1 if towctrans is declared even after undefining macros. */
1589 #undef HAVE_RAW_DECL_TOWCTRANS
1590
1591 /* Define to 1 if ttyname_r is declared even after undefining macros. */
1592 #undef HAVE_RAW_DECL_TTYNAME_R
1593
1594 /* Define to 1 if unlink is declared even after undefining macros. */
1595 #undef HAVE_RAW_DECL_UNLINK
1596
1597 /* Define to 1 if unlinkat is declared even after undefining macros. */
1598 #undef HAVE_RAW_DECL_UNLINKAT
1599
1600 /* Define to 1 if unlockpt is declared even after undefining macros. */
1601 #undef HAVE_RAW_DECL_UNLOCKPT
1602
1603 /* Define to 1 if unsetenv is declared even after undefining macros. */
1604 #undef HAVE_RAW_DECL_UNSETENV
1605
1606 /* Define to 1 if usleep is declared even after undefining macros. */
1607 #undef HAVE_RAW_DECL_USLEEP
1608
1609 /* Define to 1 if utimensat is declared even after undefining macros. */
1610 #undef HAVE_RAW_DECL_UTIMENSAT
1611
1612 /* Define to 1 if vdprintf is declared even after undefining macros. */
1613 #undef HAVE_RAW_DECL_VDPRINTF
1614
1615 /* Define to 1 if vsnprintf is declared even after undefining macros. */
1616 #undef HAVE_RAW_DECL_VSNPRINTF
1617
1618 /* Define to 1 if wcpcpy is declared even after undefining macros. */
1619 #undef HAVE_RAW_DECL_WCPCPY
1620
1621 /* Define to 1 if wcpncpy is declared even after undefining macros. */
1622 #undef HAVE_RAW_DECL_WCPNCPY
1623
1624 /* Define to 1 if wcrtomb is declared even after undefining macros. */
1625 #undef HAVE_RAW_DECL_WCRTOMB
1626
1627 /* Define to 1 if wcscasecmp is declared even after undefining macros. */
1628 #undef HAVE_RAW_DECL_WCSCASECMP
1629
1630 /* Define to 1 if wcscat is declared even after undefining macros. */
1631 #undef HAVE_RAW_DECL_WCSCAT
1632
1633 /* Define to 1 if wcschr is declared even after undefining macros. */
1634 #undef HAVE_RAW_DECL_WCSCHR
1635
1636 /* Define to 1 if wcscmp is declared even after undefining macros. */
1637 #undef HAVE_RAW_DECL_WCSCMP
1638
1639 /* Define to 1 if wcscoll is declared even after undefining macros. */
1640 #undef HAVE_RAW_DECL_WCSCOLL
1641
1642 /* Define to 1 if wcscpy is declared even after undefining macros. */
1643 #undef HAVE_RAW_DECL_WCSCPY
1644
1645 /* Define to 1 if wcscspn is declared even after undefining macros. */
1646 #undef HAVE_RAW_DECL_WCSCSPN
1647
1648 /* Define to 1 if wcsdup is declared even after undefining macros. */
1649 #undef HAVE_RAW_DECL_WCSDUP
1650
1651 /* Define to 1 if wcslen is declared even after undefining macros. */
1652 #undef HAVE_RAW_DECL_WCSLEN
1653
1654 /* Define to 1 if wcsncasecmp is declared even after undefining macros. */
1655 #undef HAVE_RAW_DECL_WCSNCASECMP
1656
1657 /* Define to 1 if wcsncat is declared even after undefining macros. */
1658 #undef HAVE_RAW_DECL_WCSNCAT
1659
1660 /* Define to 1 if wcsncmp is declared even after undefining macros. */
1661 #undef HAVE_RAW_DECL_WCSNCMP
1662
1663 /* Define to 1 if wcsncpy is declared even after undefining macros. */
1664 #undef HAVE_RAW_DECL_WCSNCPY
1665
1666 /* Define to 1 if wcsnlen is declared even after undefining macros. */
1667 #undef HAVE_RAW_DECL_WCSNLEN
1668
1669 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1670 #undef HAVE_RAW_DECL_WCSNRTOMBS
1671
1672 /* Define to 1 if wcspbrk is declared even after undefining macros. */
1673 #undef HAVE_RAW_DECL_WCSPBRK
1674
1675 /* Define to 1 if wcsrchr is declared even after undefining macros. */
1676 #undef HAVE_RAW_DECL_WCSRCHR
1677
1678 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
1679 #undef HAVE_RAW_DECL_WCSRTOMBS
1680
1681 /* Define to 1 if wcsspn is declared even after undefining macros. */
1682 #undef HAVE_RAW_DECL_WCSSPN
1683
1684 /* Define to 1 if wcsstr is declared even after undefining macros. */
1685 #undef HAVE_RAW_DECL_WCSSTR
1686
1687 /* Define to 1 if wcstok is declared even after undefining macros. */
1688 #undef HAVE_RAW_DECL_WCSTOK
1689
1690 /* Define to 1 if wcswidth is declared even after undefining macros. */
1691 #undef HAVE_RAW_DECL_WCSWIDTH
1692
1693 /* Define to 1 if wcsxfrm is declared even after undefining macros. */
1694 #undef HAVE_RAW_DECL_WCSXFRM
1695
1696 /* Define to 1 if wctob is declared even after undefining macros. */
1697 #undef HAVE_RAW_DECL_WCTOB
1698
1699 /* Define to 1 if wctrans is declared even after undefining macros. */
1700 #undef HAVE_RAW_DECL_WCTRANS
1701
1702 /* Define to 1 if wctype is declared even after undefining macros. */
1703 #undef HAVE_RAW_DECL_WCTYPE
1704
1705 /* Define to 1 if wcwidth is declared even after undefining macros. */
1706 #undef HAVE_RAW_DECL_WCWIDTH
1707
1708 /* Define to 1 if wmemchr is declared even after undefining macros. */
1709 #undef HAVE_RAW_DECL_WMEMCHR
1710
1711 /* Define to 1 if wmemcmp is declared even after undefining macros. */
1712 #undef HAVE_RAW_DECL_WMEMCMP
1713
1714 /* Define to 1 if wmemcpy is declared even after undefining macros. */
1715 #undef HAVE_RAW_DECL_WMEMCPY
1716
1717 /* Define to 1 if wmemmove is declared even after undefining macros. */
1718 #undef HAVE_RAW_DECL_WMEMMOVE
1719
1720 /* Define to 1 if wmemset is declared even after undefining macros. */
1721 #undef HAVE_RAW_DECL_WMEMSET
1722
1723 /* Define to 1 if _Exit is declared even after undefining macros. */
1724 #undef HAVE_RAW_DECL__EXIT
1725
1726 /* Define to 1 if you have the `readdir' function. */
1727 #undef HAVE_READDIR
1728
1729 /* Define to 1 if you have the `readlink' function. */
1730 #undef HAVE_READLINK
1731
1732 /* Define to 1 if you have the `readlinkat' function. */
1733 #undef HAVE_READLINKAT
1734
1735 /* Define if the 'realloc' function is POSIX compliant. */
1736 #undef HAVE_REALLOC_POSIX
1737
1738 /* Define to 1 if you have the `realpath' function. */
1739 #undef HAVE_REALPATH
1740
1741 /* Define to 1 if you have the `renameat' function. */
1742 #undef HAVE_RENAMEAT
1743
1744 /* Define to 1 if you have the `rewinddir' function. */
1745 #undef HAVE_REWINDDIR
1746
1747 /* Define to 1 if you have the `rpmatch' function. */
1748 #undef HAVE_RPMATCH
1749
1750 /* Define to 1 if you have the <search.h> header file. */
1751 #undef HAVE_SEARCH_H
1752
1753 /* Define to 1 if you have the `secure_getenv' function. */
1754 #undef HAVE_SECURE_GETENV
1755
1756 /* Define to 1 if you have the <selinux/context.h> header file. */
1757 #undef HAVE_SELINUX_CONTEXT_H
1758
1759 /* Define to 1 if you have the <selinux/flask.h> header file. */
1760 #undef HAVE_SELINUX_FLASK_H
1761
1762 /* Define to 1 if you have the <selinux/selinux.h> header file. */
1763 #undef HAVE_SELINUX_SELINUX_H
1764
1765 /* Define to 1 if you have the `setenv' function. */
1766 #undef HAVE_SETENV
1767
1768 /* Define to 1 if you have the `setlocale' function. */
1769 #undef HAVE_SETLOCALE
1770
1771 /* Define to 1 if you have the `setxattr' function. */
1772 #undef HAVE_SETXATTR
1773
1774 /* Define to 1 if you have the <sgtty.h> header file. */
1775 #undef HAVE_SGTTY_H
1776
1777 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1778 #undef HAVE_SIGNED_SIG_ATOMIC_T
1779
1780 /* Define to 1 if 'wchar_t' is a signed integer type. */
1781 #undef HAVE_SIGNED_WCHAR_T
1782
1783 /* Define to 1 if 'wint_t' is a signed integer type. */
1784 #undef HAVE_SIGNED_WINT_T
1785
1786 /* Define to 1 if the system has the type `sigset_t'. */
1787 #undef HAVE_SIGSET_T
1788
1789 /* Define to 1 if you have the `sleep' function. */
1790 #undef HAVE_SLEEP
1791
1792 /* Define to 1 if you have the `snprintf' function. */
1793 #undef HAVE_SNPRINTF
1794
1795 /* Define if the return value of the snprintf function is the number of of
1796    bytes (excluding the terminating NUL) that would have been produced if the
1797    buffer had been large enough. */
1798 #undef HAVE_SNPRINTF_RETVAL_C99
1799
1800 /* Define to 1 if you have the `statacl' function. */
1801 #undef HAVE_STATACL
1802
1803 /* Define to 1 if you have the <stdint.h> header file. */
1804 #undef HAVE_STDINT_H
1805
1806 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1807    uintmax_t. */
1808 #undef HAVE_STDINT_H_WITH_UINTMAX
1809
1810 /* Define to 1 if you have the <stdio_ext.h> header file. */
1811 #undef HAVE_STDIO_EXT_H
1812
1813 /* Define to 1 if you have the <stdlib.h> header file. */
1814 #undef HAVE_STDLIB_H
1815
1816 /* Define to 1 if you have the `stpcpy' function. */
1817 #undef HAVE_STPCPY
1818
1819 /* Define to 1 if you have the `strcasecmp' function. */
1820 #undef HAVE_STRCASECMP
1821
1822 /* Define to 1 if you have the `strchrnul' function. */
1823 #undef HAVE_STRCHRNUL
1824
1825 /* Define to 1 if you have the `strdup' function. */
1826 #undef HAVE_STRDUP
1827
1828 /* Define to 1 if you have the `strerror_r' function. */
1829 #undef HAVE_STRERROR_R
1830
1831 /* Define to 1 if you have the <strings.h> header file. */
1832 #undef HAVE_STRINGS_H
1833
1834 /* Define to 1 if you have the <string.h> header file. */
1835 #undef HAVE_STRING_H
1836
1837 /* Define to 1 if you have the `strncasecmp' function. */
1838 #undef HAVE_STRNCASECMP
1839
1840 /* Define to 1 if you have the `strndup' function. */
1841 #undef HAVE_STRNDUP
1842
1843 /* Define to 1 if you have the `strnlen' function. */
1844 #undef HAVE_STRNLEN
1845
1846 /* Define to 1 if you have the `strtol' function. */
1847 #undef HAVE_STRTOL
1848
1849 /* Define to 1 if you have the `strtoul' function. */
1850 #undef HAVE_STRTOUL
1851
1852 /* Define to 1 if you have the `strtoull' function. */
1853 #undef HAVE_STRTOULL
1854
1855 /* Define to 1 if you have the `strtoumax' function. */
1856 #undef HAVE_STRTOUMAX
1857
1858 /* Define to 1 if `decimal_point' is a member of `struct lconv'. */
1859 #undef HAVE_STRUCT_LCONV_DECIMAL_POINT
1860
1861 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
1862 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
1863
1864 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
1865 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
1866
1867 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
1868 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
1869
1870 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
1871 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
1872
1873 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
1874 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
1875
1876 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
1877 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
1878
1879 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
1880 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
1881
1882 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
1883 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
1884
1885 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
1886 #undef HAVE_STRUCT_STAT_ST_BLOCKS
1887
1888 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
1889 #undef HAVE_STRUCT_TM_TM_ZONE
1890
1891 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
1892    have utime.h but don't declare the struct anywhere. */
1893 #undef HAVE_STRUCT_UTIMBUF
1894
1895 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
1896    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
1897 #undef HAVE_ST_BLKSIZE
1898
1899 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
1900    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
1901 #undef HAVE_ST_BLOCKS
1902
1903 /* Define if struct stat has a char st_fstype[] member. */
1904 #undef HAVE_ST_FSTYPE_STRING
1905
1906 /* Define to 1 if you have the `symlink' function. */
1907 #undef HAVE_SYMLINK
1908
1909 /* Define to 1 if you have the `symlinkat' function. */
1910 #undef HAVE_SYMLINKAT
1911
1912 /* Define to 1 if you have the <sysexits.h> header file. */
1913 #undef HAVE_SYSEXITS_H
1914
1915 /* Define to 1 if you have the <sys/acl.h> header file. */
1916 #undef HAVE_SYS_ACL_H
1917
1918 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1919 #undef HAVE_SYS_BITYPES_H
1920
1921 /* Define to 1 if you have the <sys/buf.h> header file. */
1922 #undef HAVE_SYS_BUF_H
1923
1924 /* Define to 1 if you have the <sys/device.h> header file. */
1925 #undef HAVE_SYS_DEVICE_H
1926
1927 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1928    */
1929 #undef HAVE_SYS_DIR_H
1930
1931 /* Define to 1 if you have the <sys/gentape.h> header file. */
1932 #undef HAVE_SYS_GENTAPE_H
1933
1934 /* Define to 1 if you have the <sys/inet.h> header file. */
1935 #undef HAVE_SYS_INET_H
1936
1937 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1938 #undef HAVE_SYS_INTTYPES_H
1939
1940 /* Define to 1 if you have the <sys/io/trioctl.h> header file. */
1941 #undef HAVE_SYS_IO_TRIOCTL_H
1942
1943 /* Define to 1 if you have the <sys/mman.h> header file. */
1944 #undef HAVE_SYS_MMAN_H
1945
1946 /* Define to 1 if you have the <sys/mtio.h> header file. */
1947 #undef HAVE_SYS_MTIO_H
1948
1949 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1950    */
1951 #undef HAVE_SYS_NDIR_H
1952
1953 /* Define to 1 if you have the <sys/param.h> header file. */
1954 #undef HAVE_SYS_PARAM_H
1955
1956 /* Define to 1 if you have the <sys/socket.h> header file. */
1957 #undef HAVE_SYS_SOCKET_H
1958
1959 /* Define to 1 if you have the <sys/stat.h> header file. */
1960 #undef HAVE_SYS_STAT_H
1961
1962 /* Define to 1 if you have the <sys/tape.h> header file. */
1963 #undef HAVE_SYS_TAPE_H
1964
1965 /* Define to 1 if you have the <sys/timeb.h> header file. */
1966 #undef HAVE_SYS_TIMEB_H
1967
1968 /* Define to 1 if you have the <sys/time.h> header file. */
1969 #undef HAVE_SYS_TIME_H
1970
1971 /* Define to 1 if you have the <sys/tprintf.h> header file. */
1972 #undef HAVE_SYS_TPRINTF_H
1973
1974 /* Define to 1 if you have the <sys/types.h> header file. */
1975 #undef HAVE_SYS_TYPES_H
1976
1977 /* Define to 1 if you have the <sys/wait.h> header file. */
1978 #undef HAVE_SYS_WAIT_H
1979
1980 /* Define if struct tm has the tm_gmtoff member. */
1981 #undef HAVE_TM_GMTOFF
1982
1983 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1984    `HAVE_STRUCT_TM_TM_ZONE' instead. */
1985 #undef HAVE_TM_ZONE
1986
1987 /* Define to 1 if you have the `towlower' function. */
1988 #undef HAVE_TOWLOWER
1989
1990 /* Define to 1 if you have the `tsearch' function. */
1991 #undef HAVE_TSEARCH
1992
1993 /* Define to 1 if you don't have `tm_zone' but do have the external array
1994    `tzname'. */
1995 #undef HAVE_TZNAME
1996
1997 /* Define to 1 if you have the <unistd.h> header file. */
1998 #undef HAVE_UNISTD_H
1999
2000 /* Define to 1 if you have the `unlinkat' function. */
2001 #undef HAVE_UNLINKAT
2002
2003 /* Define to 1 if you have the `unsetenv' function. */
2004 #undef HAVE_UNSETENV
2005
2006 /* Define to 1 if the system has the type 'unsigned long long int'. */
2007 #undef HAVE_UNSIGNED_LONG_LONG_INT
2008
2009 /* Define to 1 if you have the `utimensat' function. */
2010 #undef HAVE_UTIMENSAT
2011
2012 /* Define to 1 if you have the <utime.h> header file. */
2013 #undef HAVE_UTIME_H
2014
2015 /* Define to 1 if you have the `vasnprintf' function. */
2016 #undef HAVE_VASNPRINTF
2017
2018 /* Define to 1 if you have the `vasprintf' function. */
2019 #undef HAVE_VASPRINTF
2020
2021 /* Define to 1 if you have the `vsnprintf' function. */
2022 #undef HAVE_VSNPRINTF
2023
2024 /* Define to 1 if you have the `waitpid' function. */
2025 #undef HAVE_WAITPID
2026
2027 /* Define to 1 if you have the <wchar.h> header file. */
2028 #undef HAVE_WCHAR_H
2029
2030 /* Define if you have the 'wchar_t' type. */
2031 #undef HAVE_WCHAR_T
2032
2033 /* Define to 1 if you have the `wcrtomb' function. */
2034 #undef HAVE_WCRTOMB
2035
2036 /* Define to 1 if you have the `wcscoll' function. */
2037 #undef HAVE_WCSCOLL
2038
2039 /* Define to 1 if you have the `wcslen' function. */
2040 #undef HAVE_WCSLEN
2041
2042 /* Define to 1 if you have the `wcsnlen' function. */
2043 #undef HAVE_WCSNLEN
2044
2045 /* Define to 1 if you have the <wctype.h> header file. */
2046 #undef HAVE_WCTYPE_H
2047
2048 /* Define to 1 if you have the `wcwidth' function. */
2049 #undef HAVE_WCWIDTH
2050
2051 /* Define to 1 if you have the <winsock2.h> header file. */
2052 #undef HAVE_WINSOCK2_H
2053
2054 /* Define if you have the 'wint_t' type. */
2055 #undef HAVE_WINT_T
2056
2057 /* Define to 1 if you have the `wmemchr' function. */
2058 #undef HAVE_WMEMCHR
2059
2060 /* Define to 1 if you have the `wmemcpy' function. */
2061 #undef HAVE_WMEMCPY
2062
2063 /* Define to 1 if you have the `wmempcpy' function. */
2064 #undef HAVE_WMEMPCPY
2065
2066 /* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
2067    7.1. */
2068 #undef HAVE_WORKING_FSTATAT_ZERO_FLAG
2069
2070 /* Define to 1 if O_NOATIME works. */
2071 #undef HAVE_WORKING_O_NOATIME
2072
2073 /* Define to 1 if O_NOFOLLOW works. */
2074 #undef HAVE_WORKING_O_NOFOLLOW
2075
2076 /* Define if utimes works properly. */
2077 #undef HAVE_WORKING_UTIMES
2078
2079 /* Define when we have working linux xattrs. */
2080 #undef HAVE_XATTRS
2081
2082 /* Define to 1 if you have the <xlocale.h> header file. */
2083 #undef HAVE_XLOCALE_H
2084
2085 /* Define to 1 if the system has the type `_Bool'. */
2086 #undef HAVE__BOOL
2087
2088 /* Define to 1 if you have the `_fseeki64' function. */
2089 #undef HAVE__FSEEKI64
2090
2091 /* Define to 1 if you have the `_ftime' function. */
2092 #undef HAVE__FTIME
2093
2094 /* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
2095 #undef HAVE__SET_INVALID_PARAMETER_HANDLER
2096
2097 /* Define to 1 if you have the `__fpending' function. */
2098 #undef HAVE___FPENDING
2099
2100 /* Define to 1 if you have the `__secure_getenv' function. */
2101 #undef HAVE___SECURE_GETENV
2102
2103 /* Define as const if the declaration of iconv() needs const. */
2104 #undef ICONV_CONST
2105
2106 /* Define to 1 if linkat fails to recognize a trailing slash. */
2107 #undef LINKAT_TRAILING_SLASH_BUG
2108
2109 /* Define to 1 if 'link(2)' dereferences symbolic links, 0 if it creates hard
2110    links to symlinks, -1 if it depends on the variable __xpg4, and -2 if
2111    unknown. */
2112 #undef LINK_FOLLOWS_SYMLINKS
2113
2114 /* Define to 1 if lseek does not detect pipes. */
2115 #undef LSEEK_PIPE_BROKEN
2116
2117 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
2118    slash. */
2119 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
2120
2121 /* Define to the program name of lzip compressor program */
2122 #undef LZIP_PROGRAM
2123
2124 /* Define to the program name of lzma compressor program */
2125 #undef LZMA_PROGRAM
2126
2127 /* Define to the program name of lzop compressor program */
2128 #undef LZOP_PROGRAM
2129
2130 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
2131    */
2132 #undef MAJOR_IN_MKDEV
2133
2134 /* Define to 1 if `major', `minor', and `makedev' are declared in
2135    <sysmacros.h>. */
2136 #undef MAJOR_IN_SYSMACROS
2137
2138 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
2139 #undef MALLOC_0_IS_NONNULL
2140
2141 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
2142 #undef MAP_ANONYMOUS
2143
2144 /* Define if the mbrtowc function has the NULL pwc argument bug. */
2145 #undef MBRTOWC_NULL_ARG1_BUG
2146
2147 /* Define if the mbrtowc function has the NULL string argument bug. */
2148 #undef MBRTOWC_NULL_ARG2_BUG
2149
2150 /* Define if the mbrtowc function does not return 0 for a NUL character. */
2151 #undef MBRTOWC_NUL_RETVAL_BUG
2152
2153 /* Define if the mbrtowc function returns a wrong return value. */
2154 #undef MBRTOWC_RETVAL_BUG
2155
2156 /* Define to 1 if mkfifo does not reject trailing slash */
2157 #undef MKFIFO_TRAILING_SLASH_BUG
2158
2159 /* Define to 1 if mknod cannot create a fifo without super-user privileges */
2160 #undef MKNOD_FIFO_BUG
2161
2162 /* Define to mt_model (v.g., for DG/UX), else to mt_type. */
2163 #undef MTIO_CHECK_FIELD
2164
2165 /* Define to 1 if open() fails to recognize a trailing slash. */
2166 #undef OPEN_TRAILING_SLASH_BUG
2167
2168 /* Name of package */
2169 #undef PACKAGE
2170
2171 /* Define to the address where bug reports for this package should be sent. */
2172 #undef PACKAGE_BUGREPORT
2173
2174 /* Define to the full name of this package. */
2175 #undef PACKAGE_NAME
2176
2177 /* String identifying the packager of this software */
2178 #undef PACKAGE_PACKAGER
2179
2180 /* Packager info for bug reports (URL/e-mail/...) */
2181 #undef PACKAGE_PACKAGER_BUG_REPORTS
2182
2183 /* Packager-specific version information */
2184 #undef PACKAGE_PACKAGER_VERSION
2185
2186 /* Define to the full name and version of this package. */
2187 #undef PACKAGE_STRING
2188
2189 /* Define to the one symbol short name of this package. */
2190 #undef PACKAGE_TARNAME
2191
2192 /* Define to the home page for this package. */
2193 #undef PACKAGE_URL
2194
2195 /* Define to the version of this package. */
2196 #undef PACKAGE_VERSION
2197
2198 /* the number of pending output bytes on stream 'fp' */
2199 #undef PENDING_OUTPUT_N_BYTES
2200
2201 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
2202 #undef PRI_MACROS_BROKEN
2203
2204 /* Define to the type that is the result of default argument promotions of
2205    type mode_t. */
2206 #undef PROMOTED_MODE_T
2207
2208 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2209    'ptrdiff_t'. */
2210 #undef PTRDIFF_T_SUFFIX
2211
2212 /* Define to 1 if readlink fails to recognize a trailing slash. */
2213 #undef READLINK_TRAILING_SLASH_BUG
2214
2215 /* Define to the full path of your rsh, if any. */
2216 #undef REMOTE_SHELL
2217
2218 /* Define if rename does not work when the destination file exists, as on
2219    Cygwin 1.5 or Windows. */
2220 #undef RENAME_DEST_EXISTS_BUG
2221
2222 /* Define if rename fails to leave hard links alone, as on NetBSD 1.6 or
2223    Cygwin 1.5. */
2224 #undef RENAME_HARD_LINK_BUG
2225
2226 /* Define if rename does not correctly handle slashes on the destination
2227    argument, such as on Solaris 10 or NetBSD 1.6. */
2228 #undef RENAME_TRAILING_SLASH_DEST_BUG
2229
2230 /* Define if rename does not correctly handle slashes on the source argument,
2231    such as on Solaris 9 or cygwin 1.5. */
2232 #undef RENAME_TRAILING_SLASH_SOURCE_BUG
2233
2234 /* Define to 1 if gnulib's fchdir() replacement is used. */
2235 #undef REPLACE_FCHDIR
2236
2237 /* Define to 1 if stat needs help when passed a directory name with a trailing
2238    slash */
2239 #undef REPLACE_FUNC_STAT_DIR
2240
2241 /* Define to 1 if stat needs help when passed a file name with a trailing
2242    slash */
2243 #undef REPLACE_FUNC_STAT_FILE
2244
2245 /* Define if nl_langinfo exists but is overridden by gnulib. */
2246 #undef REPLACE_NL_LANGINFO
2247
2248 /* Define to 1 if open() should work around the inability to open a directory.
2249    */
2250 #undef REPLACE_OPEN_DIRECTORY
2251
2252 /* Define to 1 if strerror(0) does not return a message implying success. */
2253 #undef REPLACE_STRERROR_0
2254
2255 /* Define if vasnprintf exists but is overridden by gnulib. */
2256 #undef REPLACE_VASNPRINTF
2257
2258 /* Define as the return type of signal handlers (`int' or `void'). */
2259 #undef RETSIGTYPE
2260
2261 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2262    'sig_atomic_t'. */
2263 #undef SIG_ATOMIC_T_SUFFIX
2264
2265 /* Define as the maximum value of type 'size_t', if the system doesn't define
2266    it. */
2267 #ifndef SIZE_MAX
2268 # undef SIZE_MAX
2269 #endif
2270
2271 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2272    'size_t'. */
2273 #undef SIZE_T_SUFFIX
2274
2275 /* If using the C implementation of alloca, define if you know the
2276    direction of stack growth for your system; otherwise it will be
2277    automatically deduced at runtime.
2278         STACK_DIRECTION > 0 => grows toward higher addresses
2279         STACK_DIRECTION < 0 => grows toward lower addresses
2280         STACK_DIRECTION = 0 => direction of growth unknown */
2281 #undef STACK_DIRECTION
2282
2283 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
2284 #undef STAT_MACROS_BROKEN
2285
2286 /* Define to 1 if you have the ANSI C header files. */
2287 #undef STDC_HEADERS
2288
2289 /* Define to 1 if strerror_r returns char *. */
2290 #undef STRERROR_R_CHAR_P
2291
2292 /* Define to 1 if all 'time_t' values fit in a 'long int'. */
2293 #undef TIME_T_FITS_IN_LONG_INT
2294
2295 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2296 #undef TIME_WITH_SYS_TIME
2297
2298 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
2299 #undef TM_IN_SYS_TIME
2300
2301 /* Define to 1 if the type of the st_atim member of a struct stat is struct
2302    timespec. */
2303 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
2304
2305 /* Define to 1 if unlink (dir) cannot possibly succeed. */
2306 #undef UNLINK_CANNOT_UNLINK_DIR
2307
2308 /* Define to 1 if unlink() on a parent directory may succeed */
2309 #undef UNLINK_PARENT_BUG
2310
2311 /* Define to nonzero if you want access control list support. */
2312 #undef USE_ACL
2313
2314 /* Enable extensions on AIX 3, Interix.  */
2315 #ifndef _ALL_SOURCE
2316 # undef _ALL_SOURCE
2317 #endif
2318 /* Enable general extensions on OS X.  */
2319 #ifndef _DARWIN_C_SOURCE
2320 # undef _DARWIN_C_SOURCE
2321 #endif
2322 /* Enable GNU extensions on systems that have them.  */
2323 #ifndef _GNU_SOURCE
2324 # undef _GNU_SOURCE
2325 #endif
2326 /* Enable threading extensions on Solaris.  */
2327 #ifndef _POSIX_PTHREAD_SEMANTICS
2328 # undef _POSIX_PTHREAD_SEMANTICS
2329 #endif
2330 /* Enable extensions on HP NonStop.  */
2331 #ifndef _TANDEM_SOURCE
2332 # undef _TANDEM_SOURCE
2333 #endif
2334 /* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
2335    mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
2336    whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
2337 #ifndef _XOPEN_SOURCE
2338 # undef _XOPEN_SOURCE
2339 #endif
2340 /* Enable general extensions on Solaris.  */
2341 #ifndef __EXTENSIONS__
2342 # undef __EXTENSIONS__
2343 #endif
2344
2345
2346 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
2347    Unlocked I/O can improve performance in unithreaded apps, but it is not
2348    safe for multithreaded apps. */
2349 #undef USE_UNLOCKED_IO
2350
2351 /* Version number of package */
2352 #undef VERSION
2353
2354 /* Define to 1 if unsetenv returns void instead of int. */
2355 #undef VOID_UNSETENV
2356
2357 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2358    'wchar_t'. */
2359 #undef WCHAR_T_SUFFIX
2360
2361 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2362    'wint_t'. */
2363 #undef WINT_T_SUFFIX
2364
2365 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2366    significant byte first (like Motorola and SPARC, unlike Intel). */
2367 #if defined AC_APPLE_UNIVERSAL_BUILD
2368 # if defined __BIG_ENDIAN__
2369 #  define WORDS_BIGENDIAN 1
2370 # endif
2371 #else
2372 # ifndef WORDS_BIGENDIAN
2373 #  undef WORDS_BIGENDIAN
2374 # endif
2375 #endif
2376
2377 /* Define to the program name of xz compressor program */
2378 #undef XZ_PROGRAM
2379
2380 /* Enable large inode numbers on Mac OS X 10.5. */
2381 #undef _DARWIN_USE_64_BIT_INODE
2382
2383 /* Number of bits in a file offset, on hosts where this is settable. */
2384 #undef _FILE_OFFSET_BITS
2385
2386 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
2387    stat.st_size becomes 64-bit. */
2388 #undef _GL_WINDOWS_64_BIT_ST_SIZE
2389
2390 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
2391 #undef _LARGEFILE_SOURCE
2392
2393 /* Define for large files, on AIX-style hosts. */
2394 #undef _LARGE_FILES
2395
2396 /* Define to 1 on Solaris. */
2397 #undef _LCONV_C99
2398
2399 /* Define to 1 if on MINIX. */
2400 #undef _MINIX
2401
2402 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
2403 #undef _NETBSD_SOURCE
2404
2405 /* The _Noreturn keyword of C11.  */
2406 #if ! (defined _Noreturn \
2407        || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
2408 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
2409       || 0x5110 <= __SUNPRO_C)
2410 #  define _Noreturn __attribute__ ((__noreturn__))
2411 # elif defined _MSC_VER && 1200 <= _MSC_VER
2412 #  define _Noreturn __declspec (noreturn)
2413 # else
2414 #  define _Noreturn
2415 # endif
2416 #endif
2417
2418
2419 /* Define to 2 if the system does not provide POSIX.1 features except with
2420    this defined. */
2421 #undef _POSIX_1_SOURCE
2422
2423 /* Define to 1 if you need to in order for 'stat' and other things to work. */
2424 #undef _POSIX_SOURCE
2425
2426 /* Define if you want <regex.h> to include <limits.h>, so that it consistently
2427    overrides <limits.h>'s RE_DUP_MAX. */
2428 #undef _REGEX_INCLUDE_LIMITS_H
2429
2430 /* Define if you want regoff_t to be at least as wide POSIX requires. */
2431 #undef _REGEX_LARGE_OFFSETS
2432
2433 /* Define to rpl_ if the getopt replacement functions and variables should be
2434    used. */
2435 #undef __GETOPT_PREFIX
2436
2437 /* Define to `unsigned' if <sys/types.h> does not define. */
2438 #undef dev_t
2439
2440 /* Please see the Gnulib manual for how to use these macros.
2441
2442    Suppress extern inline with HP-UX cc, as it appears to be broken; see
2443    <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
2444
2445    Suppress extern inline with Sun C in standards-conformance mode, as it
2446    mishandles inline functions that call each other.  E.g., for 'inline void f
2447    (void) { } inline void g (void) { f (); }', c99 incorrectly complains
2448    'reference to static identifier "f" in extern inline function'.
2449    This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
2450
2451    Suppress the use of extern inline on Apple's platforms, as Libc at least
2452    through Libc-825.26 (2013-04-09) is incompatible with it; see, e.g.,
2453    <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
2454    Perhaps Apple will fix this some day.  */
2455 #if ((__GNUC__ \
2456       ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
2457       : (199901L <= __STDC_VERSION__ \
2458          && !defined __HP_cc \
2459          && !(defined __SUNPRO_C && __STDC__))) \
2460      && !defined __APPLE__)
2461 # define _GL_INLINE inline
2462 # define _GL_EXTERN_INLINE extern inline
2463 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
2464        && !defined __APPLE__)
2465 # if __GNUC_GNU_INLINE__
2466    /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
2467 #  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
2468 # else
2469 #  define _GL_INLINE extern inline
2470 # endif
2471 # define _GL_EXTERN_INLINE extern
2472 #else
2473 # define _GL_INLINE static _GL_UNUSED
2474 # define _GL_EXTERN_INLINE static _GL_UNUSED
2475 #endif
2476
2477 #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
2478 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
2479 #  define _GL_INLINE_HEADER_CONST_PRAGMA
2480 # else
2481 #  define _GL_INLINE_HEADER_CONST_PRAGMA \
2482      _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
2483 # endif
2484   /* Suppress GCC's bogus "no previous prototype for 'FOO'"
2485      and "no previous declaration for 'FOO'"  diagnostics,
2486      when FOO is an inline function in the header; see
2487      <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.  */
2488 # define _GL_INLINE_HEADER_BEGIN \
2489     _Pragma ("GCC diagnostic push") \
2490     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
2491     _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
2492     _GL_INLINE_HEADER_CONST_PRAGMA
2493 # define _GL_INLINE_HEADER_END \
2494     _Pragma ("GCC diagnostic pop")
2495 #else
2496 # define _GL_INLINE_HEADER_BEGIN
2497 # define _GL_INLINE_HEADER_END
2498 #endif
2499
2500 /* Always use our fgetfilecon wrapper. */
2501 #undef fgetfilecon
2502
2503 /* Define to a replacement function name for fnmatch(). */
2504 #undef fnmatch
2505
2506 /* Always use our getfilecon wrapper. */
2507 #undef getfilecon
2508
2509 /* Define to `int' if <sys/types.h> doesn't define. */
2510 #undef gid_t
2511
2512 /* A replacement for va_copy, if needed.  */
2513 #define gl_va_copy(a,b) ((a) = (b))
2514
2515 /* Define to rpl_gmtime if the replacement function should be used. */
2516 #undef gmtime
2517
2518 /* Conversion descriptor type */
2519 #undef iconv_t
2520
2521 /* Define to `__inline__' or `__inline' if that's what the C compiler
2522    calls it, or to nothing if 'inline' is not supported under any name.  */
2523 #ifndef __cplusplus
2524 #undef inline
2525 #endif
2526
2527 /* Define to `unsigned' if <sys/types.h> does not define. */
2528 #undef ino_t
2529
2530 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
2531 #undef intmax_t
2532
2533 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
2534    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
2535    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
2536    __APPLE__ && __MACH__ test for Mac OS X.
2537    __APPLE_CC__ tests for the Apple compiler and its version.
2538    __STDC_VERSION__ tests for the C99 mode.  */
2539 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
2540 # define __GNUC_STDC_INLINE__ 1
2541 #endif
2542
2543 /* Always use our lgetfilecon wrapper. */
2544 #undef lgetfilecon
2545
2546 /* Define to 1 if the compiler is checking for lint. */
2547 #undef lint
2548
2549 /* Define to rpl_localtime if the replacement function should be used. */
2550 #undef localtime
2551
2552 /* Type of major device numbers. */
2553 #undef major_t
2554
2555 /* Define to a type if <wchar.h> does not define. */
2556 #undef mbstate_t
2557
2558 /* Type of minor device numbers. */
2559 #undef minor_t
2560
2561 /* Define to `int' if <sys/types.h> does not define. */
2562 #undef mode_t
2563
2564 /* Define to the type of st_nlink in struct stat, or a supertype. */
2565 #undef nlink_t
2566
2567 /* Define to `long int' if <sys/types.h> does not define. */
2568 #undef off_t
2569
2570 /* Define to `int' if <sys/types.h> does not define. */
2571 #undef pid_t
2572
2573 /* Define as the type of the result of subtracting two pointers, if the system
2574    doesn't define it. */
2575 #undef ptrdiff_t
2576
2577 /* Define to rpl_re_comp if the replacement should be used. */
2578 #undef re_comp
2579
2580 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
2581 #undef re_compile_fastmap
2582
2583 /* Define to rpl_re_compile_pattern if the replacement should be used. */
2584 #undef re_compile_pattern
2585
2586 /* Define to rpl_re_exec if the replacement should be used. */
2587 #undef re_exec
2588
2589 /* Define to rpl_re_match if the replacement should be used. */
2590 #undef re_match
2591
2592 /* Define to rpl_re_match_2 if the replacement should be used. */
2593 #undef re_match_2
2594
2595 /* Define to rpl_re_search if the replacement should be used. */
2596 #undef re_search
2597
2598 /* Define to rpl_re_search_2 if the replacement should be used. */
2599 #undef re_search_2
2600
2601 /* Define to rpl_re_set_registers if the replacement should be used. */
2602 #undef re_set_registers
2603
2604 /* Define to rpl_re_set_syntax if the replacement should be used. */
2605 #undef re_set_syntax
2606
2607 /* Define to rpl_re_syntax_options if the replacement should be used. */
2608 #undef re_syntax_options
2609
2610 /* Define to rpl_regcomp if the replacement should be used. */
2611 #undef regcomp
2612
2613 /* Define to rpl_regerror if the replacement should be used. */
2614 #undef regerror
2615
2616 /* Define to rpl_regexec if the replacement should be used. */
2617 #undef regexec
2618
2619 /* Define to rpl_regfree if the replacement should be used. */
2620 #undef regfree
2621
2622 /* Define to the equivalent of the C99 'restrict' keyword, or to
2623    nothing if this is not supported.  Do not define if restrict is
2624    supported directly.  */
2625 #undef restrict
2626 /* Work around a bug in Sun C++: it does not support _Restrict or
2627    __restrict__, even though the corresponding Sun C compiler ends up with
2628    "#define restrict _Restrict" or "#define restrict __restrict__" in the
2629    previous line.  Perhaps some future version of Sun C++ will work with
2630    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
2631 #if defined __SUNPRO_CC && !defined __RESTRICT
2632 # define _Restrict
2633 # define __restrict__
2634 #endif
2635
2636 /* Define to `unsigned int' if <sys/types.h> does not define. */
2637 #undef size_t
2638
2639 /* Define as a signed type of the same size as size_t. */
2640 #undef ssize_t
2641
2642 /* Define to `int' if <sys/types.h> doesn't define. */
2643 #undef uid_t
2644
2645 /* Define as a marker that can be attached to declarations that might not
2646     be used.  This helps to reduce warnings, such as from
2647     GCC -Wunused-parameter.  */
2648 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
2649 # define _GL_UNUSED __attribute__ ((__unused__))
2650 #else
2651 # define _GL_UNUSED
2652 #endif
2653 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
2654    is a misnomer outside of parameter lists.  */
2655 #define _UNUSED_PARAMETER_ _GL_UNUSED
2656
2657 /* The __pure__ attribute was added in gcc 2.96.  */
2658 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
2659 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
2660 #else
2661 # define _GL_ATTRIBUTE_PURE /* empty */
2662 #endif
2663
2664 /* The __const__ attribute was added in gcc 2.95.  */
2665 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
2666 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
2667 #else
2668 # define _GL_ATTRIBUTE_CONST /* empty */
2669 #endif
2670
2671
2672 /* Define as a macro for copying va_list variables. */
2673 #undef va_copy