]> git.cworth.org Git - tar/blob - config.h.in
upstream: Fix extraction of device nodes.
[tar] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if the compiler is building for multiple architectures of Apple
4    platforms at once. */
5 #undef AA_APPLE_UNIVERSAL_BUILD
6
7 /* Define to the number of bits in type 'ptrdiff_t'. */
8 #undef BITSIZEOF_PTRDIFF_T
9
10 /* Define to the number of bits in type 'sig_atomic_t'. */
11 #undef BITSIZEOF_SIG_ATOMIC_T
12
13 /* Define to the number of bits in type 'size_t'. */
14 #undef BITSIZEOF_SIZE_T
15
16 /* Define to the number of bits in type 'wchar_t'. */
17 #undef BITSIZEOF_WCHAR_T
18
19 /* Define to the number of bits in type 'wint_t'. */
20 #undef BITSIZEOF_WINT_T
21
22 /* Define to the program name of bzip2 compressor program */
23 #undef BZIP2_PROGRAM
24
25 /* Define to 1 if chown fails to change ctime when at least one argument was
26    not -1. */
27 #undef CHOWN_CHANGE_TIME_BUG
28
29 /* Define if chown is not POSIX compliant regarding IDs of -1. */
30 #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE
31
32 /* Define if chown modifies symlinks. */
33 #undef CHOWN_MODIFIES_SYMLINK
34
35 /* Define to 1 if chown mishandles trailing slash. */
36 #undef CHOWN_TRAILING_SLASH_BUG
37
38 /* Define to the program name of compress compressor program */
39 #undef COMPRESS_PROGRAM
40
41 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
42    systems. This function is required for `alloca.c' support on those systems.
43    */
44 #undef CRAY_STACKSEG_END
45
46 /* Define to 1 if using `alloca.c'. */
47 #undef C_ALLOCA
48
49 /* Define to a string giving the full name of the default archive file. */
50 #undef DEFAULT_ARCHIVE
51
52 /* By default produce archives of this format */
53 #undef DEFAULT_ARCHIVE_FORMAT
54
55 /* Define to a number giving the default blocking size for archives. */
56 #undef DEFAULT_BLOCKING
57
58 /* Define to a default quoting style (see lib/quoteargs.c for the list) */
59 #undef DEFAULT_QUOTING_STYLE
60
61 /* Define full file name of rmt program. */
62 #undef DEFAULT_RMT_COMMAND
63
64 /* Define to 1 if density may be indicated by [lmh] at end of device. */
65 #undef DENSITY_LETTER
66
67 /* Define to a string giving the prefix of the default device, without the
68    part specifying the unit and density. */
69 #undef DEVICE_PREFIX
70
71 /* the name of the file descriptor member of DIR */
72 #undef DIR_FD_MEMBER_NAME
73
74 #ifdef DIR_FD_MEMBER_NAME
75 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
76 #else
77 # define DIR_TO_FD(Dir_p) -1
78 #endif
79
80
81 /* Define to 1 if // is a file system root distinct from /. */
82 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
83
84 /* Define if struct dirent has a member d_ino that actually works. */
85 #undef D_INO_IN_DIRENT
86
87 /* Define to 1 if translation of program messages to the user's native
88    language is requested. */
89 #undef ENABLE_NLS
90
91 /* Define to 1 if your platform has fchownat, but it cannot perform lchown
92    tasks. */
93 #undef FCHOWNAT_NOFOLLOW_BUG
94
95 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
96 #undef FCNTL_DUPFD_BUGGY
97
98 /* Define on systems for which file names may have a so-called `drive letter'
99    prefix, define this to compute the length of that prefix, including the
100    colon. */
101 #undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
102
103 /* Define if the backslash character may also serve as a file name component
104    separator. */
105 #undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
106
107 /* Define if a drive letter prefix denotes a relative path if it is not
108    followed by a file name component separator. */
109 #undef FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE
110
111 /* Define to 1 if mkdir mistakenly creates a directory given with a trailing
112    dot component. */
113 #undef FUNC_MKDIR_DOT_BUG
114
115 /* Define to 1 if realpath() can malloc memory, always gives an absolute path,
116    and handles trailing slash correctly. */
117 #undef FUNC_REALPATH_WORKS
118
119 /* Define to 1 if futimesat mishandles a NULL file name. */
120 #undef FUTIMESAT_NULL_BUG
121
122 /* Define if gettimeofday clobbers the localtime buffer. */
123 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
124
125 /* Define this to 'void' or 'struct timezone' to match the system's
126    declaration of the second argument to gettimeofday. */
127 #undef GETTIMEOFDAY_TIMEZONE
128
129 /* Define to make the limit macros in <stdint.h> visible. */
130 #undef GL_TRIGGER_STDC_LIMIT_MACROS
131
132 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
133    whether the gnulib module areadlinkat shall be considered present. */
134 #undef GNULIB_AREADLINKAT
135
136 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
137    whether the gnulib module canonicalize-lgpl shall be considered present. */
138 #undef GNULIB_CANONICALIZE_LGPL
139
140 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
141    whether the gnulib module close-stream shall be considered present. */
142 #undef GNULIB_CLOSE_STREAM
143
144 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
145    whether the gnulib module dirent-safer shall be considered present. */
146 #undef GNULIB_DIRENT_SAFER
147
148 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
149    whether the gnulib module dirname shall be considered present. */
150 #undef GNULIB_DIRNAME
151
152 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
153    whether the gnulib module fdopendir shall be considered present. */
154 #undef GNULIB_FDOPENDIR
155
156 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
157    whether the gnulib module fdutimensat shall be considered present. */
158 #undef GNULIB_FDUTIMENSAT
159
160 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
161    whether the gnulib module malloc-gnu shall be considered present. */
162 #undef GNULIB_MALLOC_GNU
163
164 /* Define to 1 to add extern declaration of program_invocation_name to argp.h
165    */
166 #undef GNULIB_PROGRAM_INVOCATION_NAME
167
168 /* Define to 1 to add extern declaration of program_invocation_short_name to
169    argp.h */
170 #undef GNULIB_PROGRAM_INVOCATION_SHORT_NAME
171
172 /* Define to 1 when the gnulib module btowc should be tested. */
173 #undef GNULIB_TEST_BTOWC
174
175 /* Define to 1 when the gnulib module canonicalize_file_name should be tested.
176    */
177 #undef GNULIB_TEST_CANONICALIZE_FILE_NAME
178
179 /* Define to 1 when the gnulib module chown should be tested. */
180 #undef GNULIB_TEST_CHOWN
181
182 /* Define to 1 when the gnulib module cloexec should be tested. */
183 #undef GNULIB_TEST_CLOEXEC
184
185 /* Define to 1 when the gnulib module close should be tested. */
186 #undef GNULIB_TEST_CLOSE
187
188 /* Define to 1 when the gnulib module dirfd should be tested. */
189 #undef GNULIB_TEST_DIRFD
190
191 /* Define to 1 when the gnulib module dup2 should be tested. */
192 #undef GNULIB_TEST_DUP2
193
194 /* Define to 1 when the gnulib module environ should be tested. */
195 #undef GNULIB_TEST_ENVIRON
196
197 /* Define to 1 when the gnulib module fchdir should be tested. */
198 #undef GNULIB_TEST_FCHDIR
199
200 /* Define to 1 when the gnulib module fclose should be tested. */
201 #undef GNULIB_TEST_FCLOSE
202
203 /* Define to 1 when the gnulib module fcntl should be tested. */
204 #undef GNULIB_TEST_FCNTL
205
206 /* Define to 1 when the gnulib module fdopendir should be tested. */
207 #undef GNULIB_TEST_FDOPENDIR
208
209 /* Define to 1 when the gnulib module fseeko should be tested. */
210 #undef GNULIB_TEST_FSEEKO
211
212 /* Define to 1 when the gnulib module futimens should be tested. */
213 #undef GNULIB_TEST_FUTIMENS
214
215 /* Define to 1 when the gnulib module getcwd should be tested. */
216 #undef GNULIB_TEST_GETCWD
217
218 /* Define to 1 when the gnulib module getdelim should be tested. */
219 #undef GNULIB_TEST_GETDELIM
220
221 /* Define to 1 when the gnulib module getdtablesize should be tested. */
222 #undef GNULIB_TEST_GETDTABLESIZE
223
224 /* Define to 1 when the gnulib module getline should be tested. */
225 #undef GNULIB_TEST_GETLINE
226
227 /* Define to 1 when the gnulib module getopt-gnu should be tested. */
228 #undef GNULIB_TEST_GETOPT_GNU
229
230 /* Define to 1 when the gnulib module getpagesize should be tested. */
231 #undef GNULIB_TEST_GETPAGESIZE
232
233 /* Define to 1 when the gnulib module gettimeofday should be tested. */
234 #undef GNULIB_TEST_GETTIMEOFDAY
235
236 /* Define to 1 when the gnulib module lchown should be tested. */
237 #undef GNULIB_TEST_LCHOWN
238
239 /* Define to 1 when the gnulib module link should be tested. */
240 #undef GNULIB_TEST_LINK
241
242 /* Define to 1 when the gnulib module linkat should be tested. */
243 #undef GNULIB_TEST_LINKAT
244
245 /* Define to 1 when the gnulib module lseek should be tested. */
246 #undef GNULIB_TEST_LSEEK
247
248 /* Define to 1 when the gnulib module lstat should be tested. */
249 #undef GNULIB_TEST_LSTAT
250
251 /* Define to 1 when the gnulib module malloc-posix should be tested. */
252 #undef GNULIB_TEST_MALLOC_POSIX
253
254 /* Define to 1 when the gnulib module mbrtowc should be tested. */
255 #undef GNULIB_TEST_MBRTOWC
256
257 /* Define to 1 when the gnulib module mbscasecmp should be tested. */
258 #undef GNULIB_TEST_MBSCASECMP
259
260 /* Define to 1 when the gnulib module mbsinit should be tested. */
261 #undef GNULIB_TEST_MBSINIT
262
263 /* Define to 1 when the gnulib module mbsrtowcs should be tested. */
264 #undef GNULIB_TEST_MBSRTOWCS
265
266 /* Define to 1 when the gnulib module memchr should be tested. */
267 #undef GNULIB_TEST_MEMCHR
268
269 /* Define to 1 when the gnulib module mempcpy should be tested. */
270 #undef GNULIB_TEST_MEMPCPY
271
272 /* Define to 1 when the gnulib module memrchr should be tested. */
273 #undef GNULIB_TEST_MEMRCHR
274
275 /* Define to 1 when the gnulib module mkdtemp should be tested. */
276 #undef GNULIB_TEST_MKDTEMP
277
278 /* Define to 1 when the gnulib module mkfifo should be tested. */
279 #undef GNULIB_TEST_MKFIFO
280
281 /* Define to 1 when the gnulib module mkfifoat should be tested. */
282 #undef GNULIB_TEST_MKFIFOAT
283
284 /* Define to 1 when the gnulib module mknod should be tested. */
285 #undef GNULIB_TEST_MKNOD
286
287 /* Define to 1 when the gnulib module mknodat should be tested. */
288 #undef GNULIB_TEST_MKNODAT
289
290 /* Define to 1 when the gnulib module mktime should be tested. */
291 #undef GNULIB_TEST_MKTIME
292
293 /* Define to 1 when the gnulib module nl_langinfo should be tested. */
294 #undef GNULIB_TEST_NL_LANGINFO
295
296 /* Define to 1 when the gnulib module open should be tested. */
297 #undef GNULIB_TEST_OPEN
298
299 /* Define to 1 when the gnulib module rawmemchr should be tested. */
300 #undef GNULIB_TEST_RAWMEMCHR
301
302 /* Define to 1 when the gnulib module readlink should be tested. */
303 #undef GNULIB_TEST_READLINK
304
305 /* Define to 1 when the gnulib module readlinkat should be tested. */
306 #undef GNULIB_TEST_READLINKAT
307
308 /* Define to 1 when the gnulib module realloc-posix should be tested. */
309 #undef GNULIB_TEST_REALLOC_POSIX
310
311 /* Define to 1 when the gnulib module realpath should be tested. */
312 #undef GNULIB_TEST_REALPATH
313
314 /* Define to 1 when the gnulib module rename should be tested. */
315 #undef GNULIB_TEST_RENAME
316
317 /* Define to 1 when the gnulib module renameat should be tested. */
318 #undef GNULIB_TEST_RENAMEAT
319
320 /* Define to 1 when the gnulib module rmdir should be tested. */
321 #undef GNULIB_TEST_RMDIR
322
323 /* Define to 1 when the gnulib module rpmatch should be tested. */
324 #undef GNULIB_TEST_RPMATCH
325
326 /* Define to 1 when the gnulib module setenv should be tested. */
327 #undef GNULIB_TEST_SETENV
328
329 /* Define to 1 when the gnulib module sleep should be tested. */
330 #undef GNULIB_TEST_SLEEP
331
332 /* Define to 1 when the gnulib module snprintf should be tested. */
333 #undef GNULIB_TEST_SNPRINTF
334
335 /* Define to 1 when the gnulib module stat should be tested. */
336 #undef GNULIB_TEST_STAT
337
338 /* Define to 1 when the gnulib module stpcpy should be tested. */
339 #undef GNULIB_TEST_STPCPY
340
341 /* Define to 1 when the gnulib module strchrnul should be tested. */
342 #undef GNULIB_TEST_STRCHRNUL
343
344 /* Define to 1 when the gnulib module strdup should be tested. */
345 #undef GNULIB_TEST_STRDUP
346
347 /* Define to 1 when the gnulib module strerror should be tested. */
348 #undef GNULIB_TEST_STRERROR
349
350 /* Define to 1 when the gnulib module strndup should be tested. */
351 #undef GNULIB_TEST_STRNDUP
352
353 /* Define to 1 when the gnulib module strnlen should be tested. */
354 #undef GNULIB_TEST_STRNLEN
355
356 /* Define to 1 when the gnulib module strtoll should be tested. */
357 #undef GNULIB_TEST_STRTOLL
358
359 /* Define to 1 when the gnulib module strtoull should be tested. */
360 #undef GNULIB_TEST_STRTOULL
361
362 /* Define to 1 when the gnulib module symlink should be tested. */
363 #undef GNULIB_TEST_SYMLINK
364
365 /* Define to 1 when the gnulib module symlinkat should be tested. */
366 #undef GNULIB_TEST_SYMLINKAT
367
368 /* Define to 1 when the gnulib module time_r should be tested. */
369 #undef GNULIB_TEST_TIME_R
370
371 /* Define to 1 when the gnulib module unlink should be tested. */
372 #undef GNULIB_TEST_UNLINK
373
374 /* Define to 1 when the gnulib module unsetenv should be tested. */
375 #undef GNULIB_TEST_UNSETENV
376
377 /* Define to 1 when the gnulib module utimensat should be tested. */
378 #undef GNULIB_TEST_UTIMENSAT
379
380 /* Define to 1 when the gnulib module vasprintf should be tested. */
381 #undef GNULIB_TEST_VASPRINTF
382
383 /* Define to 1 when the gnulib module vsnprintf should be tested. */
384 #undef GNULIB_TEST_VSNPRINTF
385
386 /* Define to 1 when the gnulib module wcrtomb should be tested. */
387 #undef GNULIB_TEST_WCRTOMB
388
389 /* Define to 1 when the gnulib module wcwidth should be tested. */
390 #undef GNULIB_TEST_WCWIDTH
391
392 /* Define to 1 when the gnulib module write should be tested. */
393 #undef GNULIB_TEST_WRITE
394
395 /* Define to the program name of gzip compressor program */
396 #undef GZIP_PROGRAM
397
398 /* Define to 1 if you have the `alarm' function. */
399 #undef HAVE_ALARM
400
401 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
402    may be supplied by this distribution. */
403 #undef HAVE_ALLOCA
404
405 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
406    */
407 #undef HAVE_ALLOCA_H
408
409 /* Define to 1 if you have the <bp-sym.h> header file. */
410 #undef HAVE_BP_SYM_H
411
412 /* Define to 1 if you have the `btowc' function. */
413 #undef HAVE_BTOWC
414
415 /* Define to 1 if you have the `canonicalize_file_name' function. */
416 #undef HAVE_CANONICALIZE_FILE_NAME
417
418 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
419    CoreFoundation framework. */
420 #undef HAVE_CFLOCALECOPYCURRENT
421
422 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
423    the CoreFoundation framework. */
424 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
425
426 /* Define to 1 if you have the `chown' function. */
427 #undef HAVE_CHOWN
428
429 /* Define to 1 if you have the `clock_gettime' function. */
430 #undef HAVE_CLOCK_GETTIME
431
432 /* Define to 1 if you have the `clock_settime' function. */
433 #undef HAVE_CLOCK_SETTIME
434
435 /* Define if you have compound literals. */
436 #undef HAVE_COMPOUND_LITERALS
437
438 /* Define if the GNU dcgettext() function is already present or preinstalled.
439    */
440 #undef HAVE_DCGETTEXT
441
442 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
443    you don't. */
444 #undef HAVE_DECL_CLEARERR_UNLOCKED
445
446 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
447    */
448 #undef HAVE_DECL_DIRFD
449
450 /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
451    don't. */
452 #undef HAVE_DECL_FDOPENDIR
453
454 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
455    don't. */
456 #undef HAVE_DECL_FEOF_UNLOCKED
457
458 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
459    you don't. */
460 #undef HAVE_DECL_FERROR_UNLOCKED
461
462 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
463    you don't. */
464 #undef HAVE_DECL_FFLUSH_UNLOCKED
465
466 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
467    you don't. */
468 #undef HAVE_DECL_FGETS_UNLOCKED
469
470 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
471    you don't. */
472 #undef HAVE_DECL_FPUTC_UNLOCKED
473
474 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
475    you don't. */
476 #undef HAVE_DECL_FPUTS_UNLOCKED
477
478 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
479    you don't. */
480 #undef HAVE_DECL_FREAD_UNLOCKED
481
482 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
483    you don't. */
484 #undef HAVE_DECL_FWRITE_UNLOCKED
485
486 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
487    you don't. */
488 #undef HAVE_DECL_GETCHAR_UNLOCKED
489
490 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
491    */
492 #undef HAVE_DECL_GETCWD
493
494 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
495    don't. */
496 #undef HAVE_DECL_GETC_UNLOCKED
497
498 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
499    don't. */
500 #undef HAVE_DECL_GETDELIM
501
502 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
503    */
504 #undef HAVE_DECL_GETENV
505
506 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
507    don't. */
508 #undef HAVE_DECL_GETGRGID
509
510 /* Define to 1 if you have the declaration of `getline', and to 0 if you
511    don't. */
512 #undef HAVE_DECL_GETLINE
513
514 /* Define to 1 if you have the declaration of `getopt_clip', and to 0 if you
515    don't. */
516 #undef HAVE_DECL_GETOPT_CLIP
517
518 /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
519    don't. */
520 #undef HAVE_DECL_GETPWUID
521
522 /* Define to 1 if you have the declaration of `imaxabs', and to 0 if you
523    don't. */
524 #undef HAVE_DECL_IMAXABS
525
526 /* Define to 1 if you have the declaration of `imaxdiv', and to 0 if you
527    don't. */
528 #undef HAVE_DECL_IMAXDIV
529
530 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
531    don't. */
532 #undef HAVE_DECL_ISBLANK
533
534 /* Define to 1 if you have the declaration of `iswblank', and to 0 if you
535    don't. */
536 #undef HAVE_DECL_ISWBLANK
537
538 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
539    don't. */
540 #undef HAVE_DECL_MEMRCHR
541
542 /* Define to 1 if you have the declaration of `optreset', and to 0 if you
543    don't. */
544 #undef HAVE_DECL_OPTRESET
545
546 /* Define to 1 if you have the declaration of `program_invocation_name', and
547    to 0 if you don't. */
548 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
549
550 /* Define to 1 if you have the declaration of `program_invocation_short_name',
551    and to 0 if you don't. */
552 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
553
554 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
555    you don't. */
556 #undef HAVE_DECL_PUTCHAR_UNLOCKED
557
558 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
559    don't. */
560 #undef HAVE_DECL_PUTC_UNLOCKED
561
562 /* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
563    */
564 #undef HAVE_DECL_SLEEP
565
566 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
567    don't. */
568 #undef HAVE_DECL_SNPRINTF
569
570 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
571    */
572 #undef HAVE_DECL_STRDUP
573
574 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
575    don't. */
576 #undef HAVE_DECL_STRERROR
577
578 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
579    don't. */
580 #undef HAVE_DECL_STRERROR_R
581
582 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
583    don't. */
584 #undef HAVE_DECL_STRNCASECMP
585
586 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
587    don't. */
588 #undef HAVE_DECL_STRNDUP
589
590 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
591    don't. */
592 #undef HAVE_DECL_STRNLEN
593
594 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
595    don't. */
596 #undef HAVE_DECL_STRTOIMAX
597
598 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
599    don't. */
600 #undef HAVE_DECL_STRTOLL
601
602 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
603    don't. */
604 #undef HAVE_DECL_STRTOULL
605
606 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
607    don't. */
608 #undef HAVE_DECL_STRTOUMAX
609
610 /* Define to 1 if you have the declaration of `time', and to 0 if you don't.
611    */
612 #undef HAVE_DECL_TIME
613
614 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
615    */
616 #undef HAVE_DECL_TZNAME
617
618 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
619    don't. */
620 #undef HAVE_DECL_VSNPRINTF
621
622 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
623    don't. */
624 #undef HAVE_DECL_WCWIDTH
625
626 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
627    don't. */
628 #undef HAVE_DECL__SNPRINTF
629
630 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
631    don't. */
632 #undef HAVE_DECL___FPENDING
633
634 /* Define to 1 if you have the <dirent.h> header file. */
635 #undef HAVE_DIRENT_H
636
637 /* Define to 1 if you have the `dirfd' function. */
638 #undef HAVE_DIRFD
639
640 /* Define to 1 if you have the `dup2' function. */
641 #undef HAVE_DUP2
642
643 /* Define if you have the declaration of environ. */
644 #undef HAVE_ENVIRON_DECL
645
646 /* Define to 1 if you have the <errno.h> header file. */
647 #undef HAVE_ERRNO_H
648
649 /* Define to 1 if you have the `fchdir' function. */
650 #undef HAVE_FCHDIR
651
652 /* Define to 1 if you have the `fchmod' function. */
653 #undef HAVE_FCHMOD
654
655 /* Define to 1 if you have the `fchmodat' function. */
656 #undef HAVE_FCHMODAT
657
658 /* Define to 1 if you have the `fchown' function. */
659 #undef HAVE_FCHOWN
660
661 /* Define to 1 if you have the `fcntl' function. */
662 #undef HAVE_FCNTL
663
664 /* Define to 1 if you have the <fcntl.h> header file. */
665 #undef HAVE_FCNTL_H
666
667 /* Define to 1 if you have the `fdopendir' function. */
668 #undef HAVE_FDOPENDIR
669
670 /* Define to 1 if you have the <features.h> header file. */
671 #undef HAVE_FEATURES_H
672
673 /* Define to 1 if you have the <float.h> header file. */
674 #undef HAVE_FLOAT_H
675
676 /* Define to 1 if you have the `flockfile' function. */
677 #undef HAVE_FLOCKFILE
678
679 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
680 #undef HAVE_FSEEKO
681
682 /* Define to 1 if you have the `fstatat' function. */
683 #undef HAVE_FSTATAT
684
685 /* Define to 1 if you have the `fsync' function. */
686 #undef HAVE_FSYNC
687
688 /* Define to 1 if you have the `funlockfile' function. */
689 #undef HAVE_FUNLOCKFILE
690
691 /* Define to 1 if you have the `futimens' function. */
692 #undef HAVE_FUTIMENS
693
694 /* Define to 1 if you have the `futimes' function. */
695 #undef HAVE_FUTIMES
696
697 /* Define to 1 if you have the `futimesat' function. */
698 #undef HAVE_FUTIMESAT
699
700 /* Define to 1 if you have the `getcwd' function. */
701 #undef HAVE_GETCWD
702
703 /* Define to 1 if you have the `getdelim' function. */
704 #undef HAVE_GETDELIM
705
706 /* Define to 1 if you have the `getdtablesize' function. */
707 #undef HAVE_GETDTABLESIZE
708
709 /* Define to 1 if you have the <getopt.h> header file. */
710 #undef HAVE_GETOPT_H
711
712 /* Define to 1 if you have the `getopt_long_only' function. */
713 #undef HAVE_GETOPT_LONG_ONLY
714
715 /* Define to 1 if you have the `getpagesize' function. */
716 #undef HAVE_GETPAGESIZE
717
718 /* Define to 1 if you have the `getppriv' function. */
719 #undef HAVE_GETPPRIV
720
721 /* Define if the GNU gettext() function is already present or preinstalled. */
722 #undef HAVE_GETTEXT
723
724 /* Define to 1 if you have the `gettimeofday' function. */
725 #undef HAVE_GETTIMEOFDAY
726
727 /* Define to 1 if you have the <grp.h> header file. */
728 #undef HAVE_GRP_H
729
730 /* Define if you have the iconv() function and it works. */
731 #undef HAVE_ICONV
732
733 /* Define to 1 if you have the <iconv.h> header file. */
734 #undef HAVE_ICONV_H
735
736 /* Define to 1 if the compiler supports one of the keywords 'inline',
737    '__inline__', '__inline' and effectively inlines functions marked as such.
738    */
739 #undef HAVE_INLINE
740
741 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
742 #undef HAVE_INTMAX_T
743
744 /* Define to 1 if you have the <inttypes.h> header file. */
745 #undef HAVE_INTTYPES_H
746
747 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
748    declares uintmax_t. */
749 #undef HAVE_INTTYPES_H_WITH_UINTMAX
750
751 /* Define to 1 if you have the `isblank' function. */
752 #undef HAVE_ISBLANK
753
754 /* Define to 1 if you have the `iswblank' function. */
755 #undef HAVE_ISWBLANK
756
757 /* Define to 1 if you have the `iswcntrl' function. */
758 #undef HAVE_ISWCNTRL
759
760 /* Define to 1 if you have the `iswctype' function. */
761 #undef HAVE_ISWCTYPE
762
763 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
764 #undef HAVE_LANGINFO_CODESET
765
766 /* Define to 1 if you have the <langinfo.h> header file. */
767 #undef HAVE_LANGINFO_H
768
769 /* Define if you have <langinfo.h> and nl_langinfo(YESEXPR). */
770 #undef HAVE_LANGINFO_YESEXPR
771
772 /* Define to 1 if you have the `lchmod' function. */
773 #undef HAVE_LCHMOD
774
775 /* Define to 1 if you have the `lchown' function. */
776 #undef HAVE_LCHOWN
777
778 /* Define to 1 if you have the <libintl.h> header file. */
779 #undef HAVE_LIBINTL_H
780
781 /* Define to 1 if you have the <linewrap.h> header file. */
782 #undef HAVE_LINEWRAP_H
783
784 /* Define to 1 if you have the `link' function. */
785 #undef HAVE_LINK
786
787 /* Define to 1 if you have the `linkat' function. */
788 #undef HAVE_LINKAT
789
790 /* Define to 1 if you have the <linux/fd.h> header file. */
791 #undef HAVE_LINUX_FD_H
792
793 /* Define to 1 if you have the <locale.h> header file. */
794 #undef HAVE_LOCALE_H
795
796 /* Define to 1 if you have the `localtime_r' function. */
797 #undef HAVE_LOCALTIME_R
798
799 /* Define to 1 if you support file names longer than 14 characters. */
800 #undef HAVE_LONG_FILE_NAMES
801
802 /* Define to 1 if the system has the type `long long int'. */
803 #undef HAVE_LONG_LONG_INT
804
805 /* Define to 1 if you have the `lstat' function. */
806 #undef HAVE_LSTAT
807
808 /* Define to 1 if you have the `lutimes' function. */
809 #undef HAVE_LUTIMES
810
811 /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
812    to 0 otherwise. */
813 #undef HAVE_MALLOC_GNU
814
815 /* Define if the 'malloc' function is POSIX compliant. */
816 #undef HAVE_MALLOC_POSIX
817
818 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
819    config.h and <sys/mman.h>. */
820 #undef HAVE_MAP_ANONYMOUS
821
822 /* Define to 1 if you have the `mbrtowc' function. */
823 #undef HAVE_MBRTOWC
824
825 /* Define to 1 if you have the `mbsinit' function. */
826 #undef HAVE_MBSINIT
827
828 /* Define to 1 if you have the `mbsrtowcs' function. */
829 #undef HAVE_MBSRTOWCS
830
831 /* Define to 1 if <wchar.h> declares mbstate_t. */
832 #undef HAVE_MBSTATE_T
833
834 /* Define to 1 if you have the `memchr' function. */
835 #undef HAVE_MEMCHR
836
837 /* Define to 1 if you have the <memory.h> header file. */
838 #undef HAVE_MEMORY_H
839
840 /* Define to 1 if you have the `mempcpy' function. */
841 #undef HAVE_MEMPCPY
842
843 /* Define to 1 if you have the `memrchr' function. */
844 #undef HAVE_MEMRCHR
845
846 /* Define to 1 if you have the `mkdirat' function. */
847 #undef HAVE_MKDIRAT
848
849 /* Define to 1 if you have the `mkdtemp' function. */
850 #undef HAVE_MKDTEMP
851
852 /* Define to 1 if you have the `mkfifo' function. */
853 #undef HAVE_MKFIFO
854
855 /* Define to 1 if you have the `mkfifoat' function. */
856 #undef HAVE_MKFIFOAT
857
858 /* Define to 1 if you have the `mknod' function. */
859 #undef HAVE_MKNOD
860
861 /* Define to 1 if you have the `mknodat' function. */
862 #undef HAVE_MKNODAT
863
864 /* Define to 1 if you have the `mprotect' function. */
865 #undef HAVE_MPROTECT
866
867 /* Define to 1 if you have the `nanotime' function. */
868 #undef HAVE_NANOTIME
869
870 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
871 #undef HAVE_NDIR_H
872
873 /* Define to 1 if you have the <netdb.h> header file. */
874 #undef HAVE_NETDB_H
875
876 /* Define to 1 if you have the <net/errno.h> header file. */
877 #undef HAVE_NET_ERRNO_H
878
879 /* Define to 1 if you have the `nl_langinfo' function. */
880 #undef HAVE_NL_LANGINFO
881
882 /* Define to 1 if libc includes obstacks. */
883 #undef HAVE_OBSTACK
884
885 /* Define to 1 if you have the `openat' function. */
886 #undef HAVE_OPENAT
887
888 /* Define to 1 if you have the <OS.h> header file. */
889 #undef HAVE_OS_H
890
891 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
892    setting errno to ERANGE, ENAMETOOLONG, or ENOENT. */
893 #undef HAVE_PARTLY_WORKING_GETCWD
894
895 /* Define to 1 if you have the `pathconf' function. */
896 #undef HAVE_PATHCONF
897
898 /* Define to 1 if you have the `pipe' function. */
899 #undef HAVE_PIPE
900
901 /* Define to 1 if you have the <priv.h> header file. */
902 #undef HAVE_PRIV_H
903
904 /* Define if program_invocation_name is defined */
905 #undef HAVE_PROGRAM_INVOCATION_NAME
906
907 /* Define if program_invocation_short_name is defined */
908 #undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
909
910 /* Define to 1 if you have the <pwd.h> header file. */
911 #undef HAVE_PWD_H
912
913 /* Define to 1 if you have the <random.h> header file. */
914 #undef HAVE_RANDOM_H
915
916 /* Define to 1 if you have the `rawmemchr' function. */
917 #undef HAVE_RAWMEMCHR
918
919 /* Define to 1 if alphasort is declared even after undefining macros. */
920 #undef HAVE_RAW_DECL_ALPHASORT
921
922 /* Define to 1 if atoll is declared even after undefining macros. */
923 #undef HAVE_RAW_DECL_ATOLL
924
925 /* Define to 1 if btowc is declared even after undefining macros. */
926 #undef HAVE_RAW_DECL_BTOWC
927
928 /* Define to 1 if canonicalize_file_name is declared even after undefining
929    macros. */
930 #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
931
932 /* Define to 1 if chown is declared even after undefining macros. */
933 #undef HAVE_RAW_DECL_CHOWN
934
935 /* Define to 1 if dirfd is declared even after undefining macros. */
936 #undef HAVE_RAW_DECL_DIRFD
937
938 /* Define to 1 if dprintf is declared even after undefining macros. */
939 #undef HAVE_RAW_DECL_DPRINTF
940
941 /* Define to 1 if dup2 is declared even after undefining macros. */
942 #undef HAVE_RAW_DECL_DUP2
943
944 /* Define to 1 if dup3 is declared even after undefining macros. */
945 #undef HAVE_RAW_DECL_DUP3
946
947 /* Define to 1 if endusershell is declared even after undefining macros. */
948 #undef HAVE_RAW_DECL_ENDUSERSHELL
949
950 /* Define to 1 if environ is declared even after undefining macros. */
951 #undef HAVE_RAW_DECL_ENVIRON
952
953 /* Define to 1 if euidaccess is declared even after undefining macros. */
954 #undef HAVE_RAW_DECL_EUIDACCESS
955
956 /* Define to 1 if faccessat is declared even after undefining macros. */
957 #undef HAVE_RAW_DECL_FACCESSAT
958
959 /* Define to 1 if fchdir is declared even after undefining macros. */
960 #undef HAVE_RAW_DECL_FCHDIR
961
962 /* Define to 1 if fchmodat is declared even after undefining macros. */
963 #undef HAVE_RAW_DECL_FCHMODAT
964
965 /* Define to 1 if fchownat is declared even after undefining macros. */
966 #undef HAVE_RAW_DECL_FCHOWNAT
967
968 /* Define to 1 if fcntl is declared even after undefining macros. */
969 #undef HAVE_RAW_DECL_FCNTL
970
971 /* Define to 1 if fdopendir is declared even after undefining macros. */
972 #undef HAVE_RAW_DECL_FDOPENDIR
973
974 /* Define to 1 if fpurge is declared even after undefining macros. */
975 #undef HAVE_RAW_DECL_FPURGE
976
977 /* Define to 1 if fseeko is declared even after undefining macros. */
978 #undef HAVE_RAW_DECL_FSEEKO
979
980 /* Define to 1 if fstatat is declared even after undefining macros. */
981 #undef HAVE_RAW_DECL_FSTATAT
982
983 /* Define to 1 if fsync is declared even after undefining macros. */
984 #undef HAVE_RAW_DECL_FSYNC
985
986 /* Define to 1 if ftello is declared even after undefining macros. */
987 #undef HAVE_RAW_DECL_FTELLO
988
989 /* Define to 1 if ftruncate is declared even after undefining macros. */
990 #undef HAVE_RAW_DECL_FTRUNCATE
991
992 /* Define to 1 if futimens is declared even after undefining macros. */
993 #undef HAVE_RAW_DECL_FUTIMENS
994
995 /* Define to 1 if getcwd is declared even after undefining macros. */
996 #undef HAVE_RAW_DECL_GETCWD
997
998 /* Define to 1 if getdelim is declared even after undefining macros. */
999 #undef HAVE_RAW_DECL_GETDELIM
1000
1001 /* Define to 1 if getdomainname is declared even after undefining macros. */
1002 #undef HAVE_RAW_DECL_GETDOMAINNAME
1003
1004 /* Define to 1 if getdtablesize is declared even after undefining macros. */
1005 #undef HAVE_RAW_DECL_GETDTABLESIZE
1006
1007 /* Define to 1 if getgroups is declared even after undefining macros. */
1008 #undef HAVE_RAW_DECL_GETGROUPS
1009
1010 /* Define to 1 if gethostname is declared even after undefining macros. */
1011 #undef HAVE_RAW_DECL_GETHOSTNAME
1012
1013 /* Define to 1 if getline is declared even after undefining macros. */
1014 #undef HAVE_RAW_DECL_GETLINE
1015
1016 /* Define to 1 if getloadavg is declared even after undefining macros. */
1017 #undef HAVE_RAW_DECL_GETLOADAVG
1018
1019 /* Define to 1 if getlogin is declared even after undefining macros. */
1020 #undef HAVE_RAW_DECL_GETLOGIN
1021
1022 /* Define to 1 if getlogin_r is declared even after undefining macros. */
1023 #undef HAVE_RAW_DECL_GETLOGIN_R
1024
1025 /* Define to 1 if getpagesize is declared even after undefining macros. */
1026 #undef HAVE_RAW_DECL_GETPAGESIZE
1027
1028 /* Define to 1 if getsubopt is declared even after undefining macros. */
1029 #undef HAVE_RAW_DECL_GETSUBOPT
1030
1031 /* Define to 1 if gettimeofday is declared even after undefining macros. */
1032 #undef HAVE_RAW_DECL_GETTIMEOFDAY
1033
1034 /* Define to 1 if getusershell is declared even after undefining macros. */
1035 #undef HAVE_RAW_DECL_GETUSERSHELL
1036
1037 /* Define to 1 if grantpt is declared even after undefining macros. */
1038 #undef HAVE_RAW_DECL_GRANTPT
1039
1040 /* Define to 1 if imaxabs is declared even after undefining macros. */
1041 #undef HAVE_RAW_DECL_IMAXABS
1042
1043 /* Define to 1 if imaxdiv is declared even after undefining macros. */
1044 #undef HAVE_RAW_DECL_IMAXDIV
1045
1046 /* Define to 1 if initstat_r is declared even after undefining macros. */
1047 #undef HAVE_RAW_DECL_INITSTAT_R
1048
1049 /* Define to 1 if lchmod is declared even after undefining macros. */
1050 #undef HAVE_RAW_DECL_LCHMOD
1051
1052 /* Define to 1 if lchown is declared even after undefining macros. */
1053 #undef HAVE_RAW_DECL_LCHOWN
1054
1055 /* Define to 1 if link is declared even after undefining macros. */
1056 #undef HAVE_RAW_DECL_LINK
1057
1058 /* Define to 1 if linkat is declared even after undefining macros. */
1059 #undef HAVE_RAW_DECL_LINKAT
1060
1061 /* Define to 1 if lseek is declared even after undefining macros. */
1062 #undef HAVE_RAW_DECL_LSEEK
1063
1064 /* Define to 1 if lstat is declared even after undefining macros. */
1065 #undef HAVE_RAW_DECL_LSTAT
1066
1067 /* Define to 1 if mbrlen is declared even after undefining macros. */
1068 #undef HAVE_RAW_DECL_MBRLEN
1069
1070 /* Define to 1 if mbrtowc is declared even after undefining macros. */
1071 #undef HAVE_RAW_DECL_MBRTOWC
1072
1073 /* Define to 1 if mbsinit is declared even after undefining macros. */
1074 #undef HAVE_RAW_DECL_MBSINIT
1075
1076 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
1077 #undef HAVE_RAW_DECL_MBSNRTOWCS
1078
1079 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
1080 #undef HAVE_RAW_DECL_MBSRTOWCS
1081
1082 /* Define to 1 if memmem is declared even after undefining macros. */
1083 #undef HAVE_RAW_DECL_MEMMEM
1084
1085 /* Define to 1 if mempcpy is declared even after undefining macros. */
1086 #undef HAVE_RAW_DECL_MEMPCPY
1087
1088 /* Define to 1 if memrchr is declared even after undefining macros. */
1089 #undef HAVE_RAW_DECL_MEMRCHR
1090
1091 /* Define to 1 if mkdirat is declared even after undefining macros. */
1092 #undef HAVE_RAW_DECL_MKDIRAT
1093
1094 /* Define to 1 if mkdtemp is declared even after undefining macros. */
1095 #undef HAVE_RAW_DECL_MKDTEMP
1096
1097 /* Define to 1 if mkfifo is declared even after undefining macros. */
1098 #undef HAVE_RAW_DECL_MKFIFO
1099
1100 /* Define to 1 if mkfifoat is declared even after undefining macros. */
1101 #undef HAVE_RAW_DECL_MKFIFOAT
1102
1103 /* Define to 1 if mknod is declared even after undefining macros. */
1104 #undef HAVE_RAW_DECL_MKNOD
1105
1106 /* Define to 1 if mknodat is declared even after undefining macros. */
1107 #undef HAVE_RAW_DECL_MKNODAT
1108
1109 /* Define to 1 if mkostemp is declared even after undefining macros. */
1110 #undef HAVE_RAW_DECL_MKOSTEMP
1111
1112 /* Define to 1 if mkostemps is declared even after undefining macros. */
1113 #undef HAVE_RAW_DECL_MKOSTEMPS
1114
1115 /* Define to 1 if mkstemp is declared even after undefining macros. */
1116 #undef HAVE_RAW_DECL_MKSTEMP
1117
1118 /* Define to 1 if mkstemps is declared even after undefining macros. */
1119 #undef HAVE_RAW_DECL_MKSTEMPS
1120
1121 /* Define to 1 if nl_langinfo is declared even after undefining macros. */
1122 #undef HAVE_RAW_DECL_NL_LANGINFO
1123
1124 /* Define to 1 if openat is declared even after undefining macros. */
1125 #undef HAVE_RAW_DECL_OPENAT
1126
1127 /* Define to 1 if pipe2 is declared even after undefining macros. */
1128 #undef HAVE_RAW_DECL_PIPE2
1129
1130 /* Define to 1 if popen is declared even after undefining macros. */
1131 #undef HAVE_RAW_DECL_POPEN
1132
1133 /* Define to 1 if pread is declared even after undefining macros. */
1134 #undef HAVE_RAW_DECL_PREAD
1135
1136 /* Define to 1 if ptsname is declared even after undefining macros. */
1137 #undef HAVE_RAW_DECL_PTSNAME
1138
1139 /* Define to 1 if pwrite is declared even after undefining macros. */
1140 #undef HAVE_RAW_DECL_PWRITE
1141
1142 /* Define to 1 if random_r is declared even after undefining macros. */
1143 #undef HAVE_RAW_DECL_RANDOM_R
1144
1145 /* Define to 1 if rawmemchr is declared even after undefining macros. */
1146 #undef HAVE_RAW_DECL_RAWMEMCHR
1147
1148 /* Define to 1 if readlink is declared even after undefining macros. */
1149 #undef HAVE_RAW_DECL_READLINK
1150
1151 /* Define to 1 if readlinkat is declared even after undefining macros. */
1152 #undef HAVE_RAW_DECL_READLINKAT
1153
1154 /* Define to 1 if realpath is declared even after undefining macros. */
1155 #undef HAVE_RAW_DECL_REALPATH
1156
1157 /* Define to 1 if renameat is declared even after undefining macros. */
1158 #undef HAVE_RAW_DECL_RENAMEAT
1159
1160 /* Define to 1 if rmdir is declared even after undefining macros. */
1161 #undef HAVE_RAW_DECL_RMDIR
1162
1163 /* Define to 1 if rpmatch is declared even after undefining macros. */
1164 #undef HAVE_RAW_DECL_RPMATCH
1165
1166 /* Define to 1 if scandir is declared even after undefining macros. */
1167 #undef HAVE_RAW_DECL_SCANDIR
1168
1169 /* Define to 1 if setenv is declared even after undefining macros. */
1170 #undef HAVE_RAW_DECL_SETENV
1171
1172 /* Define to 1 if setstate_r is declared even after undefining macros. */
1173 #undef HAVE_RAW_DECL_SETSTATE_R
1174
1175 /* Define to 1 if setusershell is declared even after undefining macros. */
1176 #undef HAVE_RAW_DECL_SETUSERSHELL
1177
1178 /* Define to 1 if sleep is declared even after undefining macros. */
1179 #undef HAVE_RAW_DECL_SLEEP
1180
1181 /* Define to 1 if snprintf is declared even after undefining macros. */
1182 #undef HAVE_RAW_DECL_SNPRINTF
1183
1184 /* Define to 1 if srandom_r is declared even after undefining macros. */
1185 #undef HAVE_RAW_DECL_SRANDOM_R
1186
1187 /* Define to 1 if stat is declared even after undefining macros. */
1188 #undef HAVE_RAW_DECL_STAT
1189
1190 /* Define to 1 if stpcpy is declared even after undefining macros. */
1191 #undef HAVE_RAW_DECL_STPCPY
1192
1193 /* Define to 1 if stpncpy is declared even after undefining macros. */
1194 #undef HAVE_RAW_DECL_STPNCPY
1195
1196 /* Define to 1 if strcasecmp is declared even after undefining macros. */
1197 #undef HAVE_RAW_DECL_STRCASECMP
1198
1199 /* Define to 1 if strcasestr is declared even after undefining macros. */
1200 #undef HAVE_RAW_DECL_STRCASESTR
1201
1202 /* Define to 1 if strchrnul is declared even after undefining macros. */
1203 #undef HAVE_RAW_DECL_STRCHRNUL
1204
1205 /* Define to 1 if strdup is declared even after undefining macros. */
1206 #undef HAVE_RAW_DECL_STRDUP
1207
1208 /* Define to 1 if strncasecmp is declared even after undefining macros. */
1209 #undef HAVE_RAW_DECL_STRNCASECMP
1210
1211 /* Define to 1 if strncat is declared even after undefining macros. */
1212 #undef HAVE_RAW_DECL_STRNCAT
1213
1214 /* Define to 1 if strndup is declared even after undefining macros. */
1215 #undef HAVE_RAW_DECL_STRNDUP
1216
1217 /* Define to 1 if strnlen is declared even after undefining macros. */
1218 #undef HAVE_RAW_DECL_STRNLEN
1219
1220 /* Define to 1 if strpbrk is declared even after undefining macros. */
1221 #undef HAVE_RAW_DECL_STRPBRK
1222
1223 /* Define to 1 if strsep is declared even after undefining macros. */
1224 #undef HAVE_RAW_DECL_STRSEP
1225
1226 /* Define to 1 if strsignal is declared even after undefining macros. */
1227 #undef HAVE_RAW_DECL_STRSIGNAL
1228
1229 /* Define to 1 if strtod is declared even after undefining macros. */
1230 #undef HAVE_RAW_DECL_STRTOD
1231
1232 /* Define to 1 if strtoimax is declared even after undefining macros. */
1233 #undef HAVE_RAW_DECL_STRTOIMAX
1234
1235 /* Define to 1 if strtok_r is declared even after undefining macros. */
1236 #undef HAVE_RAW_DECL_STRTOK_R
1237
1238 /* Define to 1 if strtoll is declared even after undefining macros. */
1239 #undef HAVE_RAW_DECL_STRTOLL
1240
1241 /* Define to 1 if strtoull is declared even after undefining macros. */
1242 #undef HAVE_RAW_DECL_STRTOULL
1243
1244 /* Define to 1 if strtoumax is declared even after undefining macros. */
1245 #undef HAVE_RAW_DECL_STRTOUMAX
1246
1247 /* Define to 1 if strverscmp is declared even after undefining macros. */
1248 #undef HAVE_RAW_DECL_STRVERSCMP
1249
1250 /* Define to 1 if symlink is declared even after undefining macros. */
1251 #undef HAVE_RAW_DECL_SYMLINK
1252
1253 /* Define to 1 if symlinkat is declared even after undefining macros. */
1254 #undef HAVE_RAW_DECL_SYMLINKAT
1255
1256 /* Define to 1 if tmpfile is declared even after undefining macros. */
1257 #undef HAVE_RAW_DECL_TMPFILE
1258
1259 /* Define to 1 if ttyname_r is declared even after undefining macros. */
1260 #undef HAVE_RAW_DECL_TTYNAME_R
1261
1262 /* Define to 1 if unlink is declared even after undefining macros. */
1263 #undef HAVE_RAW_DECL_UNLINK
1264
1265 /* Define to 1 if unlinkat is declared even after undefining macros. */
1266 #undef HAVE_RAW_DECL_UNLINKAT
1267
1268 /* Define to 1 if unlockpt is declared even after undefining macros. */
1269 #undef HAVE_RAW_DECL_UNLOCKPT
1270
1271 /* Define to 1 if unsetenv is declared even after undefining macros. */
1272 #undef HAVE_RAW_DECL_UNSETENV
1273
1274 /* Define to 1 if usleep is declared even after undefining macros. */
1275 #undef HAVE_RAW_DECL_USLEEP
1276
1277 /* Define to 1 if utimensat is declared even after undefining macros. */
1278 #undef HAVE_RAW_DECL_UTIMENSAT
1279
1280 /* Define to 1 if vdprintf is declared even after undefining macros. */
1281 #undef HAVE_RAW_DECL_VDPRINTF
1282
1283 /* Define to 1 if vsnprintf is declared even after undefining macros. */
1284 #undef HAVE_RAW_DECL_VSNPRINTF
1285
1286 /* Define to 1 if wcrtomb is declared even after undefining macros. */
1287 #undef HAVE_RAW_DECL_WCRTOMB
1288
1289 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1290 #undef HAVE_RAW_DECL_WCSNRTOMBS
1291
1292 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
1293 #undef HAVE_RAW_DECL_WCSRTOMBS
1294
1295 /* Define to 1 if wctob is declared even after undefining macros. */
1296 #undef HAVE_RAW_DECL_WCTOB
1297
1298 /* Define to 1 if wcwidth is declared even after undefining macros. */
1299 #undef HAVE_RAW_DECL_WCWIDTH
1300
1301 /* Define to 1 if _Exit is declared even after undefining macros. */
1302 #undef HAVE_RAW_DECL__EXIT
1303
1304 /* Define to 1 if you have the `readlink' function. */
1305 #undef HAVE_READLINK
1306
1307 /* Define to 1 if you have the `readlinkat' function. */
1308 #undef HAVE_READLINKAT
1309
1310 /* Define if the 'realloc' function is POSIX compliant. */
1311 #undef HAVE_REALLOC_POSIX
1312
1313 /* Define to 1 if you have the `realpath' function. */
1314 #undef HAVE_REALPATH
1315
1316 /* Define to 1 if you have the `renameat' function. */
1317 #undef HAVE_RENAMEAT
1318
1319 /* Define to 1 if you have the `rpmatch' function. */
1320 #undef HAVE_RPMATCH
1321
1322 /* Define to 1 if you have the <search.h> header file. */
1323 #undef HAVE_SEARCH_H
1324
1325 /* Define to 1 if you have the `setenv' function. */
1326 #undef HAVE_SETENV
1327
1328 /* Define to 1 if you have the `setlocale' function. */
1329 #undef HAVE_SETLOCALE
1330
1331 /* Define to 1 if you have the <sgtty.h> header file. */
1332 #undef HAVE_SGTTY_H
1333
1334 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1335 #undef HAVE_SIGNED_SIG_ATOMIC_T
1336
1337 /* Define to 1 if 'wchar_t' is a signed integer type. */
1338 #undef HAVE_SIGNED_WCHAR_T
1339
1340 /* Define to 1 if 'wint_t' is a signed integer type. */
1341 #undef HAVE_SIGNED_WINT_T
1342
1343 /* Define to 1 if you have the `sleep' function. */
1344 #undef HAVE_SLEEP
1345
1346 /* Define to 1 if you have the `snprintf' function. */
1347 #undef HAVE_SNPRINTF
1348
1349 /* Define if the return value of the snprintf function is the number of of
1350    bytes (excluding the terminating NUL) that would have been produced if the
1351    buffer had been large enough. */
1352 #undef HAVE_SNPRINTF_RETVAL_C99
1353
1354 /* Define to 1 if you have the <stdarg.h> header file. */
1355 #undef HAVE_STDARG_H
1356
1357 /* Define to 1 if stdbool.h conforms to C99. */
1358 #undef HAVE_STDBOOL_H
1359
1360 /* Define to 1 if you have the <stddef.h> header file. */
1361 #undef HAVE_STDDEF_H
1362
1363 /* Define to 1 if you have the <stdint.h> header file. */
1364 #undef HAVE_STDINT_H
1365
1366 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1367    uintmax_t. */
1368 #undef HAVE_STDINT_H_WITH_UINTMAX
1369
1370 /* Define to 1 if you have the <stdio_ext.h> header file. */
1371 #undef HAVE_STDIO_EXT_H
1372
1373 /* Define to 1 if you have the <stdio.h> header file. */
1374 #undef HAVE_STDIO_H
1375
1376 /* Define to 1 if you have the <stdlib.h> header file. */
1377 #undef HAVE_STDLIB_H
1378
1379 /* Define to 1 if you have the `stpcpy' function. */
1380 #undef HAVE_STPCPY
1381
1382 /* Define to 1 if you have the `strcasecmp' function. */
1383 #undef HAVE_STRCASECMP
1384
1385 /* Define to 1 if you have the `strchrnul' function. */
1386 #undef HAVE_STRCHRNUL
1387
1388 /* Define to 1 if you have the `strdup' function. */
1389 #undef HAVE_STRDUP
1390
1391 /* Define to 1 if you have the `strerror_r' function. */
1392 #undef HAVE_STRERROR_R
1393
1394 /* Define to 1 if you have the <strings.h> header file. */
1395 #undef HAVE_STRINGS_H
1396
1397 /* Define to 1 if you have the <string.h> header file. */
1398 #undef HAVE_STRING_H
1399
1400 /* Define to 1 if you have the `strncasecmp' function. */
1401 #undef HAVE_STRNCASECMP
1402
1403 /* Define to 1 if you have the `strndup' function. */
1404 #undef HAVE_STRNDUP
1405
1406 /* Define to 1 if you have the `strnlen' function. */
1407 #undef HAVE_STRNLEN
1408
1409 /* Define to 1 if you have the `strtoimax' function. */
1410 #undef HAVE_STRTOIMAX
1411
1412 /* Define to 1 if you have the `strtol' function. */
1413 #undef HAVE_STRTOL
1414
1415 /* Define to 1 if you have the `strtoll' function. */
1416 #undef HAVE_STRTOLL
1417
1418 /* Define to 1 if you have the `strtoul' function. */
1419 #undef HAVE_STRTOUL
1420
1421 /* Define to 1 if you have the `strtoull' function. */
1422 #undef HAVE_STRTOULL
1423
1424 /* Define to 1 if you have the `strtoumax' function. */
1425 #undef HAVE_STRTOUMAX
1426
1427 /* Define to 1 if the system has the type `struct random_data'. */
1428 #undef HAVE_STRUCT_RANDOM_DATA
1429
1430 /* Define to 1 if `st_atimensec' is member of `struct stat'. */
1431 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
1432
1433 /* Define to 1 if `st_atimespec.tv_nsec' is member of `struct stat'. */
1434 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
1435
1436 /* Define to 1 if `st_atim.st__tim.tv_nsec' is member of `struct stat'. */
1437 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
1438
1439 /* Define to 1 if `st_atim.tv_nsec' is member of `struct stat'. */
1440 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
1441
1442 /* Define to 1 if `st_birthtimensec' is member of `struct stat'. */
1443 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
1444
1445 /* Define to 1 if `st_birthtimespec.tv_nsec' is member of `struct stat'. */
1446 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
1447
1448 /* Define to 1 if `st_birthtim.tv_nsec' is member of `struct stat'. */
1449 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
1450
1451 /* Define to 1 if `st_blksize' is member of `struct stat'. */
1452 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
1453
1454 /* Define to 1 if `st_blocks' is member of `struct stat'. */
1455 #undef HAVE_STRUCT_STAT_ST_BLOCKS
1456
1457 /* Define to 1 if `tm_zone' is member of `struct tm'. */
1458 #undef HAVE_STRUCT_TM_TM_ZONE
1459
1460 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
1461    have utime.h but don't declare the struct anywhere. */
1462 #undef HAVE_STRUCT_UTIMBUF
1463
1464 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
1465    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
1466 #undef HAVE_ST_BLKSIZE
1467
1468 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
1469    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
1470 #undef HAVE_ST_BLOCKS
1471
1472 /* Define if struct stat has a char st_fstype[] member. */
1473 #undef HAVE_ST_FSTYPE_STRING
1474
1475 /* Define to 1 if you have the `symlink' function. */
1476 #undef HAVE_SYMLINK
1477
1478 /* Define to 1 if you have the `symlinkat' function. */
1479 #undef HAVE_SYMLINKAT
1480
1481 /* Define to 1 if you have the <sysexits.h> header file. */
1482 #undef HAVE_SYSEXITS_H
1483
1484 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1485 #undef HAVE_SYS_BITYPES_H
1486
1487 /* Define to 1 if you have the <sys/buf.h> header file. */
1488 #undef HAVE_SYS_BUF_H
1489
1490 /* Define to 1 if you have the <sys/device.h> header file. */
1491 #undef HAVE_SYS_DEVICE_H
1492
1493 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1494    */
1495 #undef HAVE_SYS_DIR_H
1496
1497 /* Define to 1 if you have the <sys/gentape.h> header file. */
1498 #undef HAVE_SYS_GENTAPE_H
1499
1500 /* Define to 1 if you have the <sys/inet.h> header file. */
1501 #undef HAVE_SYS_INET_H
1502
1503 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1504 #undef HAVE_SYS_INTTYPES_H
1505
1506 /* Define to 1 if you have the <sys/io/trioctl.h> header file. */
1507 #undef HAVE_SYS_IO_TRIOCTL_H
1508
1509 /* Define to 1 if you have the <sys/mman.h> header file. */
1510 #undef HAVE_SYS_MMAN_H
1511
1512 /* Define to 1 if you have the <sys/mtio.h> header file. */
1513 #undef HAVE_SYS_MTIO_H
1514
1515 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1516    */
1517 #undef HAVE_SYS_NDIR_H
1518
1519 /* Define to 1 if you have the <sys/param.h> header file. */
1520 #undef HAVE_SYS_PARAM_H
1521
1522 /* Define to 1 if you have the <sys/socket.h> header file. */
1523 #undef HAVE_SYS_SOCKET_H
1524
1525 /* Define to 1 if you have the <sys/stat.h> header file. */
1526 #undef HAVE_SYS_STAT_H
1527
1528 /* Define to 1 if you have the <sys/tape.h> header file. */
1529 #undef HAVE_SYS_TAPE_H
1530
1531 /* Define to 1 if you have the <sys/timeb.h> header file. */
1532 #undef HAVE_SYS_TIMEB_H
1533
1534 /* Define to 1 if you have the <sys/time.h> header file. */
1535 #undef HAVE_SYS_TIME_H
1536
1537 /* Define to 1 if you have the <sys/tprintf.h> header file. */
1538 #undef HAVE_SYS_TPRINTF_H
1539
1540 /* Define to 1 if you have the <sys/types.h> header file. */
1541 #undef HAVE_SYS_TYPES_H
1542
1543 /* Define to 1 if you have the <sys/wait.h> header file. */
1544 #undef HAVE_SYS_WAIT_H
1545
1546 /* Define to 1 if you have the <time.h> header file. */
1547 #undef HAVE_TIME_H
1548
1549 /* Define if struct tm has the tm_gmtoff member. */
1550 #undef HAVE_TM_GMTOFF
1551
1552 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1553    `HAVE_STRUCT_TM_TM_ZONE' instead. */
1554 #undef HAVE_TM_ZONE
1555
1556 /* Define to 1 if you have the `tsearch' function. */
1557 #undef HAVE_TSEARCH
1558
1559 /* Define to 1 if you don't have `tm_zone' but do have the external array
1560    `tzname'. */
1561 #undef HAVE_TZNAME
1562
1563 /* Define to 1 if you have the <unistd.h> header file. */
1564 #undef HAVE_UNISTD_H
1565
1566 /* Define to 1 if you have the `unlinkat' function. */
1567 #undef HAVE_UNLINKAT
1568
1569 /* Define to 1 if you have the `unsetenv' function. */
1570 #undef HAVE_UNSETENV
1571
1572 /* Define to 1 if the system has the type `unsigned long long int'. */
1573 #undef HAVE_UNSIGNED_LONG_LONG_INT
1574
1575 /* Define to 1 if you have the `utimensat' function. */
1576 #undef HAVE_UTIMENSAT
1577
1578 /* Define to 1 if you have the <utime.h> header file. */
1579 #undef HAVE_UTIME_H
1580
1581 /* Define to 1 if you have the `vasnprintf' function. */
1582 #undef HAVE_VASNPRINTF
1583
1584 /* Define to 1 if you have the `vasprintf' function. */
1585 #undef HAVE_VASPRINTF
1586
1587 /* Define to 1 if you have the `vsnprintf' function. */
1588 #undef HAVE_VSNPRINTF
1589
1590 /* Define to 1 if you have the `waitpid' function. */
1591 #undef HAVE_WAITPID
1592
1593 /* Define to 1 if you have the <wchar.h> header file. */
1594 #undef HAVE_WCHAR_H
1595
1596 /* Define if you have the 'wchar_t' type. */
1597 #undef HAVE_WCHAR_T
1598
1599 /* Define to 1 if you have the `wcrtomb' function. */
1600 #undef HAVE_WCRTOMB
1601
1602 /* Define to 1 if you have the `wcscoll' function. */
1603 #undef HAVE_WCSCOLL
1604
1605 /* Define to 1 if you have the `wcslen' function. */
1606 #undef HAVE_WCSLEN
1607
1608 /* Define to 1 if you have the `wcsnlen' function. */
1609 #undef HAVE_WCSNLEN
1610
1611 /* Define to 1 if you have the <wctype.h> header file. */
1612 #undef HAVE_WCTYPE_H
1613
1614 /* Define to 1 if you have the `wcwidth' function. */
1615 #undef HAVE_WCWIDTH
1616
1617 /* Define to 1 if you have the <winsock2.h> header file. */
1618 #undef HAVE_WINSOCK2_H
1619
1620 /* Define if you have the 'wint_t' type. */
1621 #undef HAVE_WINT_T
1622
1623 /* Define to 1 if you have the `wmemchr' function. */
1624 #undef HAVE_WMEMCHR
1625
1626 /* Define to 1 if you have the `wmemcpy' function. */
1627 #undef HAVE_WMEMCPY
1628
1629 /* Define to 1 if you have the `wmempcpy' function. */
1630 #undef HAVE_WMEMPCPY
1631
1632 /* Define to 1 if O_NOATIME works. */
1633 #undef HAVE_WORKING_O_NOATIME
1634
1635 /* Define to 1 if O_NOFOLLOW works. */
1636 #undef HAVE_WORKING_O_NOFOLLOW
1637
1638 /* Define if utimes works properly. */
1639 #undef HAVE_WORKING_UTIMES
1640
1641 /* Define to 1 if the system has the type `_Bool'. */
1642 #undef HAVE__BOOL
1643
1644 /* Define to 1 if you have the `_ftime' function. */
1645 #undef HAVE__FTIME
1646
1647 /* Define to 1 if you have the `__fpending' function. */
1648 #undef HAVE___FPENDING
1649
1650 /* Define as const if the declaration of iconv() needs const. */
1651 #undef ICONV_CONST
1652
1653 #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
1654 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
1655 #else
1656 # define ISSLASH(C) ((C) == '/')
1657 #endif
1658
1659 /* Define to 1 if linkat fails to recognize a trailing slash. */
1660 #undef LINKAT_TRAILING_SLASH_BUG
1661
1662 /* Define to 1 if `link(2)' dereferences symbolic links, 0 if it creates hard
1663    links to symlinks, and -1 if unknown. */
1664 #undef LINK_FOLLOWS_SYMLINKS
1665
1666 /* Define to 1 if lseek does not detect pipes. */
1667 #undef LSEEK_PIPE_BROKEN
1668
1669 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
1670    slash. */
1671 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1672
1673 /* Define to the program name of lzip compressor program */
1674 #undef LZIP_PROGRAM
1675
1676 /* Define to the program name of lzma compressor program */
1677 #undef LZMA_PROGRAM
1678
1679 /* Define to the program name of lzop compressor program */
1680 #undef LZOP_PROGRAM
1681
1682 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1683    */
1684 #undef MAJOR_IN_MKDEV
1685
1686 /* Define to 1 if `major', `minor', and `makedev' are declared in
1687    <sysmacros.h>. */
1688 #undef MAJOR_IN_SYSMACROS
1689
1690 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1691 #undef MALLOC_0_IS_NONNULL
1692
1693 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1694 #undef MAP_ANONYMOUS
1695
1696 /* Define if the mbrtowc function has the NULL string argument bug. */
1697 #undef MBRTOWC_NULL_ARG_BUG
1698
1699 /* Define if the mbrtowc function does not return 0 for a NUL character. */
1700 #undef MBRTOWC_NUL_RETVAL_BUG
1701
1702 /* Define if the mbrtowc function returns a wrong return value. */
1703 #undef MBRTOWC_RETVAL_BUG
1704
1705 /* Define to 1 if mkfifo does not reject trailing slash */
1706 #undef MKFIFO_TRAILING_SLASH_BUG
1707
1708 /* Define to 1 if mknod cannot create a fifo without super-user privileges */
1709 #undef MKNOD_FIFO_BUG
1710
1711 /* Define to mt_model (v.g., for DG/UX), else to mt_type. */
1712 #undef MTIO_CHECK_FIELD
1713
1714 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1715 #undef NO_MINUS_C_MINUS_O
1716
1717 /* Define to 1 if open() fails to recognize a trailing slash. */
1718 #undef OPEN_TRAILING_SLASH_BUG
1719
1720 /* Name of package */
1721 #undef PACKAGE
1722
1723 /* Define to the address where bug reports for this package should be sent. */
1724 #undef PACKAGE_BUGREPORT
1725
1726 /* Define to the full name of this package. */
1727 #undef PACKAGE_NAME
1728
1729 /* String identifying the packager of this software */
1730 #undef PACKAGE_PACKAGER
1731
1732 /* Packager info for bug reports (URL/e-mail/...) */
1733 #undef PACKAGE_PACKAGER_BUG_REPORTS
1734
1735 /* Packager-specific version information */
1736 #undef PACKAGE_PACKAGER_VERSION
1737
1738 /* Define to the full name and version of this package. */
1739 #undef PACKAGE_STRING
1740
1741 /* Define to the one symbol short name of this package. */
1742 #undef PACKAGE_TARNAME
1743
1744 /* Define to the version of this package. */
1745 #undef PACKAGE_VERSION
1746
1747 /* the number of pending output bytes on stream `fp' */
1748 #undef PENDING_OUTPUT_N_BYTES
1749
1750 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1751 #undef PRI_MACROS_BROKEN
1752
1753 /* Define to the type that is the result of default argument promotions of
1754    type mode_t. */
1755 #undef PROMOTED_MODE_T
1756
1757 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1758    'ptrdiff_t'. */
1759 #undef PTRDIFF_T_SUFFIX
1760
1761 /* Define to 1 if readlink fails to recognize a trailing slash. */
1762 #undef READLINK_TRAILING_SLASH_BUG
1763
1764 /* Define to the full path of your rsh, if any. */
1765 #undef REMOTE_SHELL
1766
1767 /* Define if rename does not work when the destination file exists, as on
1768    Cygwin 1.5 or Windows. */
1769 #undef RENAME_DEST_EXISTS_BUG
1770
1771 /* Define if rename fails to leave hard links alone, as on NetBSD 1.6 or
1772    Cygwin 1.5. */
1773 #undef RENAME_HARD_LINK_BUG
1774
1775 /* Define if rename does not correctly handle slashes on the destination
1776    argument, such as on Solaris 10 or NetBSD 1.6. */
1777 #undef RENAME_TRAILING_SLASH_DEST_BUG
1778
1779 /* Define if rename does not correctly handle slashes on the source argument,
1780    such as on Solaris 9 or cygwin 1.5. */
1781 #undef RENAME_TRAILING_SLASH_SOURCE_BUG
1782
1783 /* Define to 1 if gnulib's fchdir() replacement is used. */
1784 #undef REPLACE_FCHDIR
1785
1786 /* Define to 1 if stat needs help when passed a directory name with a trailing
1787    slash */
1788 #undef REPLACE_FUNC_STAT_DIR
1789
1790 /* Define to 1 if stat needs help when passed a file name with a trailing
1791    slash */
1792 #undef REPLACE_FUNC_STAT_FILE
1793
1794 /* Define if nl_langinfo exists but is overridden by gnulib. */
1795 #undef REPLACE_NL_LANGINFO
1796
1797 /* Define to 1 if open() should work around the inability to open a directory.
1798    */
1799 #undef REPLACE_OPEN_DIRECTORY
1800
1801 /* Define this to 1 if strerror is broken. */
1802 #undef REPLACE_STRERROR
1803
1804 /* Define if vasnprintf exists but is overridden by gnulib. */
1805 #undef REPLACE_VASNPRINTF
1806
1807 /* Define as the return type of signal handlers (`int' or `void'). */
1808 #undef RETSIGTYPE
1809
1810 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1811    'sig_atomic_t'. */
1812 #undef SIG_ATOMIC_T_SUFFIX
1813
1814 /* Define as the maximum value of type 'size_t', if the system doesn't define
1815    it. */
1816 #ifndef SIZE_MAX
1817 # undef SIZE_MAX
1818 #endif
1819
1820 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1821    'size_t'. */
1822 #undef SIZE_T_SUFFIX
1823
1824 /* If using the C implementation of alloca, define if you know the
1825    direction of stack growth for your system; otherwise it will be
1826    automatically deduced at runtime.
1827         STACK_DIRECTION > 0 => grows toward higher addresses
1828         STACK_DIRECTION < 0 => grows toward lower addresses
1829         STACK_DIRECTION = 0 => direction of growth unknown */
1830 #undef STACK_DIRECTION
1831
1832 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1833 #undef STAT_MACROS_BROKEN
1834
1835 /* Define to 1 if you have the ANSI C header files. */
1836 #undef STDC_HEADERS
1837
1838 /* Define to 1 if strerror_r returns char *. */
1839 #undef STRERROR_R_CHAR_P
1840
1841 /* Define to 1 if all 'time_t' values fit in a 'long int'. */
1842 #undef TIME_T_FITS_IN_LONG_INT
1843
1844 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1845 #undef TIME_WITH_SYS_TIME
1846
1847 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1848 #undef TM_IN_SYS_TIME
1849
1850 /* Define to 1 if the type of the st_atim member of a struct stat is struct
1851    timespec. */
1852 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1853
1854 /* Define to 1 if unlink (dir) cannot possibly succeed. */
1855 #undef UNLINK_CANNOT_UNLINK_DIR
1856
1857 /* Define to 1 if unlink() on a parent directory may succeed */
1858 #undef UNLINK_PARENT_BUG
1859
1860 /* Define to the prefix of C symbols at the assembler and linker level, either
1861    an underscore or empty. */
1862 #undef USER_LABEL_PREFIX
1863
1864 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
1865    Unlocked I/O can improve performance in unithreaded apps, but it is not
1866    safe for multithreaded apps. */
1867 #undef USE_UNLOCKED_IO
1868
1869 /* Version number of package */
1870 #undef VERSION
1871
1872 /* Define to 1 if unsetenv returns void instead of int. */
1873 #undef VOID_UNSETENV
1874
1875 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1876    'wchar_t'. */
1877 #undef WCHAR_T_SUFFIX
1878
1879 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1880    'wint_t'. */
1881 #undef WINT_T_SUFFIX
1882
1883 /* Define to the program name of xz compressor program */
1884 #undef XZ_PROGRAM
1885
1886 /* Number of bits in a file offset, on hosts where this is settable. */
1887 #undef _FILE_OFFSET_BITS
1888
1889 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1890 #undef _LARGEFILE_SOURCE
1891
1892 /* Define for large files, on AIX-style hosts. */
1893 #undef _LARGE_FILES
1894
1895 /* Define to 1 if on MINIX. */
1896 #undef _MINIX
1897
1898 /* Define to 2 if the system does not provide POSIX.1 features except with
1899    this defined. */
1900 #undef _POSIX_1_SOURCE
1901
1902 /* Define to 1 if you need to in order for `stat' and other things to work. */
1903 #undef _POSIX_SOURCE
1904
1905 /* Define if you want regoff_t to be at least as wide POSIX requires. */
1906 #undef _REGEX_LARGE_OFFSETS
1907
1908 /* Define to 500 only on HP-UX. */
1909 #undef _XOPEN_SOURCE
1910
1911 /* Enable extensions on AIX 3, Interix.  */
1912 #ifndef _ALL_SOURCE
1913 # undef _ALL_SOURCE
1914 #endif
1915 /* Enable GNU extensions on systems that have them.  */
1916 #ifndef _GNU_SOURCE
1917 # undef _GNU_SOURCE
1918 #endif
1919 /* Enable threading extensions on Solaris.  */
1920 #ifndef _POSIX_PTHREAD_SEMANTICS
1921 # undef _POSIX_PTHREAD_SEMANTICS
1922 #endif
1923 /* Enable extensions on HP NonStop.  */
1924 #ifndef _TANDEM_SOURCE
1925 # undef _TANDEM_SOURCE
1926 #endif
1927 /* Enable general extensions on Solaris.  */
1928 #ifndef __EXTENSIONS__
1929 # undef __EXTENSIONS__
1930 #endif
1931
1932
1933 /* Define to rpl_ if the getopt replacement functions and variables should be
1934    used. */
1935 #undef __GETOPT_PREFIX
1936
1937 /* Ensure that <stdint.h> defines the limit macros, since gnulib's
1938    <inttypes.h> relies on them.  */
1939 #if defined __cplusplus && !defined __STDC_LIMIT_MACROS && GL_TRIGGER_STDC_LIMIT_MACROS
1940 # define __STDC_LIMIT_MACROS 1
1941 #endif
1942
1943
1944 /* Define to `unsigned' if <sys/types.h> does not define. */
1945 #undef dev_t
1946
1947 /* Define to a replacement function name for fnmatch(). */
1948 #undef fnmatch
1949
1950 /* Define to `int' if <sys/types.h> doesn't define. */
1951 #undef gid_t
1952
1953 /* A replacement for va_copy, if needed.  */
1954 #define gl_va_copy(a,b) ((a) = (b))
1955
1956 /* Define to rpl_gmtime if the replacement function should be used. */
1957 #undef gmtime
1958
1959 /* Conversion descriptor type */
1960 #undef iconv_t
1961
1962 /* Define to `__inline__' or `__inline' if that's what the C compiler
1963    calls it, or to nothing if 'inline' is not supported under any name.  */
1964 #ifndef __cplusplus
1965 #undef inline
1966 #endif
1967
1968 /* Define to `unsigned' if <sys/types.h> does not define. */
1969 #undef ino_t
1970
1971 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1972 #undef intmax_t
1973
1974 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1975    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1976    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1977    __APPLE__ && __MACH__ test for MacOS X.
1978    __APPLE_CC__ tests for the Apple compiler and its version.
1979    __STDC_VERSION__ tests for the C99 mode.  */
1980 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1981 # define __GNUC_STDC_INLINE__ 1
1982 #endif
1983
1984 /* Define to rpl_localtime if the replacement function should be used. */
1985 #undef localtime
1986
1987 /* Type of major device numbers. */
1988 #undef major_t
1989
1990 /* Define to a type if <wchar.h> does not define. */
1991 #undef mbstate_t
1992
1993 /* Type of minor device numbers. */
1994 #undef minor_t
1995
1996 /* Define to `int' if <sys/types.h> does not define. */
1997 #undef mode_t
1998
1999 /* Define to the type of st_nlink in struct stat, or a supertype. */
2000 #undef nlink_t
2001
2002 /* Define to `long int' if <sys/types.h> does not define. */
2003 #undef off_t
2004
2005 /* Define to `int' if <sys/types.h> does not define. */
2006 #undef pid_t
2007
2008 /* Define as the type of the result of subtracting two pointers, if the system
2009    doesn't define it. */
2010 #undef ptrdiff_t
2011
2012 /* Define to rpl_re_comp if the replacement should be used. */
2013 #undef re_comp
2014
2015 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
2016 #undef re_compile_fastmap
2017
2018 /* Define to rpl_re_compile_pattern if the replacement should be used. */
2019 #undef re_compile_pattern
2020
2021 /* Define to rpl_re_exec if the replacement should be used. */
2022 #undef re_exec
2023
2024 /* Define to rpl_re_match if the replacement should be used. */
2025 #undef re_match
2026
2027 /* Define to rpl_re_match_2 if the replacement should be used. */
2028 #undef re_match_2
2029
2030 /* Define to rpl_re_search if the replacement should be used. */
2031 #undef re_search
2032
2033 /* Define to rpl_re_search_2 if the replacement should be used. */
2034 #undef re_search_2
2035
2036 /* Define to rpl_re_set_registers if the replacement should be used. */
2037 #undef re_set_registers
2038
2039 /* Define to rpl_re_set_syntax if the replacement should be used. */
2040 #undef re_set_syntax
2041
2042 /* Define to rpl_re_syntax_options if the replacement should be used. */
2043 #undef re_syntax_options
2044
2045 /* Define to rpl_regcomp if the replacement should be used. */
2046 #undef regcomp
2047
2048 /* Define to rpl_regerror if the replacement should be used. */
2049 #undef regerror
2050
2051 /* Define to rpl_regexec if the replacement should be used. */
2052 #undef regexec
2053
2054 /* Define to rpl_regfree if the replacement should be used. */
2055 #undef regfree
2056
2057 /* Define to the equivalent of the C99 'restrict' keyword, or to
2058    nothing if this is not supported.  Do not define if restrict is
2059    supported directly.  */
2060 #undef restrict
2061 /* Work around a bug in Sun C++: it does not support _Restrict, even
2062    though the corresponding Sun C compiler does, which causes
2063    "#define restrict _Restrict" in the previous line.  Perhaps some future
2064    version of Sun C++ will work with _Restrict; if so, it'll probably
2065    define __RESTRICT, just as Sun C does.  */
2066 #if defined __SUNPRO_CC && !defined __RESTRICT
2067 # define _Restrict
2068 #endif
2069
2070 /* Define to `unsigned int' if <sys/types.h> does not define. */
2071 #undef size_t
2072
2073 /* Define as a signed type of the same size as size_t. */
2074 #undef ssize_t
2075
2076 /* Define to `int' if <sys/types.h> doesn't define. */
2077 #undef uid_t
2078
2079 /* Define as a marker that can be attached to declarations that might not
2080     be used.  This helps to reduce warnings, such as from
2081     GCC -Wunused-parameter.  */
2082 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
2083 # define _GL_UNUSED __attribute__ ((__unused__))
2084 #else
2085 # define _GL_UNUSED
2086 #endif
2087 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
2088    is a misnomer outside of parameter lists.  */
2089 #define _UNUSED_PARAMETER_ _GL_UNUSED
2090
2091
2092 /* Define as a macro for copying va_list variables. */
2093 #undef va_copy