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