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