]> git.cworth.org Git - tar/blob - config.hin
strip docs under GFDL which are not DFSG-compliant
[tar] / config.hin
1 /* config.hin.  Generated from configure.ac by autoheader.  */
2
3 /* Define to the number of bits in type 'ptrdiff_t'. */
4 #undef BITSIZEOF_PTRDIFF_T
5
6 /* Define to the number of bits in type 'sig_atomic_t'. */
7 #undef BITSIZEOF_SIG_ATOMIC_T
8
9 /* Define to the number of bits in type 'size_t'. */
10 #undef BITSIZEOF_SIZE_T
11
12 /* Define to the number of bits in type 'wchar_t'. */
13 #undef BITSIZEOF_WCHAR_T
14
15 /* Define to the number of bits in type 'wint_t'. */
16 #undef BITSIZEOF_WINT_T
17
18 /* Define if chown is not POSIX compliant regarding IDs of -1. */
19 #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE
20
21 /* Define if chown modifies symlinks. */
22 #undef CHOWN_MODIFIES_SYMLINK
23
24 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
25    systems. This function is required for `alloca.c' support on those systems.
26    */
27 #undef CRAY_STACKSEG_END
28
29 /* Define to 1 if using `alloca.c'. */
30 #undef C_ALLOCA
31
32 /* Define to a string giving the full name of the default archive file. */
33 #undef DEFAULT_ARCHIVE
34
35 /* By default produce archives of this format */
36 #undef DEFAULT_ARCHIVE_FORMAT
37
38 /* Define to a number giving the default blocking size for archives. */
39 #undef DEFAULT_BLOCKING
40
41 /* Define to a default quoting style (see lib/quoteargs.c for the list) */
42 #undef DEFAULT_QUOTING_STYLE
43
44 /* Define full file name of rmt program. */
45 #undef DEFAULT_RMT_COMMAND
46
47 /* Define to 1 if density may be indicated by [lmh] at end of device. */
48 #undef DENSITY_LETTER
49
50 /* Define to a string giving the prefix of the default device, without the
51    part specifying the unit and density. */
52 #undef DEVICE_PREFIX
53
54 /* the name of the file descriptor member of DIR */
55 #undef DIR_FD_MEMBER_NAME
56
57 #ifdef DIR_FD_MEMBER_NAME
58 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
59 #else
60 # define DIR_TO_FD(Dir_p) -1
61 #endif
62
63
64 /* Define to 1 if // is a file system root distinct from /. */
65 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
66
67 /* Define if struct dirent has a member d_ino that actually works. */
68 #undef D_INO_IN_DIRENT
69
70 /* Define to 1 if translation of program messages to the user's native
71    language is requested. */
72 #undef ENABLE_NLS
73
74 /* Define as good substitute value for EOVERFLOW. */
75 #undef EOVERFLOW
76
77 /* Define if gnulib's fchdir() replacement is used. */
78 #undef FCHDIR_REPLACEMENT
79
80 /* Define on systems for which file names may have a so-called `drive letter'
81    prefix, define this to compute the length of that prefix, including the
82    colon. */
83 #undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
84
85 /* Define if the backslash character may also serve as a file name component
86    separator. */
87 #undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
88
89 /* Define if a drive letter prefix denotes a relative path if it is not
90    followed by a file name component separator. */
91 #undef FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE
92
93 /* Define if gettimeofday clobbers the localtime buffer. */
94 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
95
96 /* Define to make the limit macros in <stdint.h> visible. */
97 #undef GL_TRIGGER_STDC_LIMIT_MACROS
98
99 /* Define to 1 when using the gnulib module close-stream. */
100 #undef GNULIB_CLOSE_STREAM
101
102 /* Define to 1 when using the gnulib module fcntl-safer. */
103 #undef GNULIB_FCNTL_SAFER
104
105 /* Define to indicate the 'malloc' module. */
106 #undef GNULIB_MALLOC_GNU
107
108 /* Define to 1 to add extern declaration of program_invocation_name to argp.h
109    */
110 #undef GNULIB_PROGRAM_INVOCATION_NAME
111
112 /* Define to 1 to add extern declaration of program_invocation_short_name to
113    argp.h */
114 #undef GNULIB_PROGRAM_INVOCATION_SHORT_NAME
115
116 /* Define to 1 if you have the `alarm' function. */
117 #undef HAVE_ALARM
118
119 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
120    may be supplied by this distribution. */
121 #undef HAVE_ALLOCA
122
123 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
124    */
125 #undef HAVE_ALLOCA_H
126
127 /* Define to 1 if you have the <bp-sym.h> header file. */
128 #undef HAVE_BP_SYM_H
129
130 /* Define to 1 if you have the `btowc' function. */
131 #undef HAVE_BTOWC
132
133 /* Define to 1 if you have the `canonicalize_file_name' function. */
134 #undef HAVE_CANONICALIZE_FILE_NAME
135
136 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
137    CoreFoundation framework. */
138 #undef HAVE_CFLOCALECOPYCURRENT
139
140 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
141    the CoreFoundation framework. */
142 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
143
144 /* Define to 1 if your system has a working `chown' function. */
145 #undef HAVE_CHOWN
146
147 /* Define to 1 if you have the `chsize' function. */
148 #undef HAVE_CHSIZE
149
150 /* Define to 1 if you have the `clock_gettime' function. */
151 #undef HAVE_CLOCK_GETTIME
152
153 /* Define to 1 if you have the `clock_settime' function. */
154 #undef HAVE_CLOCK_SETTIME
155
156 /* Define if you have compound literals. */
157 #undef HAVE_COMPOUND_LITERALS
158
159 /* Define if the GNU dcgettext() function is already present or preinstalled.
160    */
161 #undef HAVE_DCGETTEXT
162
163 /* Define to 1 if you have the declaration of `canonicalize_file_name', and to
164    0 if you don't. */
165 #undef HAVE_DECL_CANONICALIZE_FILE_NAME
166
167 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
168    you don't. */
169 #undef HAVE_DECL_CLEARERR_UNLOCKED
170
171 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
172    */
173 #undef HAVE_DECL_DIRFD
174
175 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
176    don't. */
177 #undef HAVE_DECL_FEOF_UNLOCKED
178
179 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
180    you don't. */
181 #undef HAVE_DECL_FERROR_UNLOCKED
182
183 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
184    you don't. */
185 #undef HAVE_DECL_FFLUSH_UNLOCKED
186
187 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
188    you don't. */
189 #undef HAVE_DECL_FGETS_UNLOCKED
190
191 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
192    you don't. */
193 #undef HAVE_DECL_FPUTC_UNLOCKED
194
195 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
196    you don't. */
197 #undef HAVE_DECL_FPUTS_UNLOCKED
198
199 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
200    you don't. */
201 #undef HAVE_DECL_FREAD_UNLOCKED
202
203 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
204    you don't. */
205 #undef HAVE_DECL_FWRITE_UNLOCKED
206
207 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
208    you don't. */
209 #undef HAVE_DECL_GETCHAR_UNLOCKED
210
211 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
212    */
213 #undef HAVE_DECL_GETCWD
214
215 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
216    don't. */
217 #undef HAVE_DECL_GETC_UNLOCKED
218
219 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
220    don't. */
221 #undef HAVE_DECL_GETDELIM
222
223 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
224    */
225 #undef HAVE_DECL_GETENV
226
227 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
228    don't. */
229 #undef HAVE_DECL_GETGRGID
230
231 /* Define to 1 if you have the declaration of `getline', and to 0 if you
232    don't. */
233 #undef HAVE_DECL_GETLINE
234
235 /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
236    don't. */
237 #undef HAVE_DECL_GETPWUID
238
239 /* Define to 1 if you have the declaration of `imaxabs', and to 0 if you
240    don't. */
241 #undef HAVE_DECL_IMAXABS
242
243 /* Define to 1 if you have the declaration of `imaxdiv', and to 0 if you
244    don't. */
245 #undef HAVE_DECL_IMAXDIV
246
247 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
248    don't. */
249 #undef HAVE_DECL_ISBLANK
250
251 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
252    don't. */
253 #undef HAVE_DECL_MEMRCHR
254
255 /* Define to 1 if you have the declaration of `mkdir', and to 0 if you don't.
256    */
257 #undef HAVE_DECL_MKDIR
258
259 /* Define if program_invocation_name is declared */
260 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
261
262 /* Define if program_invocation_short_name is declared */
263 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
264
265 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
266    you don't. */
267 #undef HAVE_DECL_PUTCHAR_UNLOCKED
268
269 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
270    don't. */
271 #undef HAVE_DECL_PUTC_UNLOCKED
272
273 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
274    don't. */
275 #undef HAVE_DECL_SNPRINTF
276
277 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
278    */
279 #undef HAVE_DECL_STRDUP
280
281 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
282    don't. */
283 #undef HAVE_DECL_STRERROR
284
285 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
286    don't. */
287 #undef HAVE_DECL_STRERROR_R
288
289 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
290    don't. */
291 #undef HAVE_DECL_STRNCASECMP
292
293 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
294    don't. */
295 #undef HAVE_DECL_STRNDUP
296
297 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
298    don't. */
299 #undef HAVE_DECL_STRNLEN
300
301 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
302    don't. */
303 #undef HAVE_DECL_STRTOIMAX
304
305 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
306    don't. */
307 #undef HAVE_DECL_STRTOLL
308
309 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
310    don't. */
311 #undef HAVE_DECL_STRTOULL
312
313 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
314    don't. */
315 #undef HAVE_DECL_STRTOUMAX
316
317 /* Define to 1 if you have the declaration of `time', and to 0 if you don't.
318    */
319 #undef HAVE_DECL_TIME
320
321 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
322    */
323 #undef HAVE_DECL_TZNAME
324
325 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
326    don't. */
327 #undef HAVE_DECL_VSNPRINTF
328
329 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
330    don't. */
331 #undef HAVE_DECL_WCWIDTH
332
333 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
334    don't. */
335 #undef HAVE_DECL__SNPRINTF
336
337 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
338    don't. */
339 #undef HAVE_DECL___FPENDING
340
341 /* Define to 1 if you have the <dirent.h> header file. */
342 #undef HAVE_DIRENT_H
343
344 /* Define to 1 if you have the `dirfd' function. */
345 #undef HAVE_DIRFD
346
347 /* Define to 1 if you have the `dup2' function. */
348 #undef HAVE_DUP2
349
350 /* Define if you have the declaration of environ. */
351 #undef HAVE_ENVIRON_DECL
352
353 /* Define to 1 if you have the `fchdir' function. */
354 #undef HAVE_FCHDIR
355
356 /* Define to 1 if you have the `fchmodat' function. */
357 #undef HAVE_FCHMODAT
358
359 /* Define to 1 if you have the <fcntl.h> header file. */
360 #undef HAVE_FCNTL_H
361
362 /* Define to 1 if you have the `fdopendir' function. */
363 #undef HAVE_FDOPENDIR
364
365 /* Define to 1 if you have the <features.h> header file. */
366 #undef HAVE_FEATURES_H
367
368 /* Define to 1 if you have the <float.h> header file. */
369 #undef HAVE_FLOAT_H
370
371 /* Define to 1 if you have the `flockfile' function. */
372 #undef HAVE_FLOCKFILE
373
374 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
375 #undef HAVE_FSEEKO
376
377 /* Define to 1 if you have the `fsync' function. */
378 #undef HAVE_FSYNC
379
380 /* Define to 1 if you have the `ftruncate' function. */
381 #undef HAVE_FTRUNCATE
382
383 /* Define to 1 if you have the `funlockfile' function. */
384 #undef HAVE_FUNLOCKFILE
385
386 /* Define to 1 if you have the `futimes' function. */
387 #undef HAVE_FUTIMES
388
389 /* Define to 1 if you have the `futimesat' function. */
390 #undef HAVE_FUTIMESAT
391
392 /* Define to 1 if you have the `getcwd' function. */
393 #undef HAVE_GETCWD
394
395 /* Define to 1 if you have the `getdelim' function. */
396 #undef HAVE_GETDELIM
397
398 /* Define to 1 if you have the `getdtablesize' function. */
399 #undef HAVE_GETDTABLESIZE
400
401 /* Define to 1 if you have the <getopt.h> header file. */
402 #undef HAVE_GETOPT_H
403
404 /* Define to 1 if you have the `getopt_long_only' function. */
405 #undef HAVE_GETOPT_LONG_ONLY
406
407 /* Define to 1 if you have the `getpagesize' function. */
408 #undef HAVE_GETPAGESIZE
409
410 /* Define if the GNU gettext() function is already present or preinstalled. */
411 #undef HAVE_GETTEXT
412
413 /* Define to 1 if you have the `gettimeofday' function. */
414 #undef HAVE_GETTIMEOFDAY
415
416 /* Define to 1 if you have the <grp.h> header file. */
417 #undef HAVE_GRP_H
418
419 /* Define if you have the iconv() function and it works. */
420 #undef HAVE_ICONV
421
422 /* Define to 1 if you have the <iconv.h> header file. */
423 #undef HAVE_ICONV_H
424
425 /* Define if your compiler supports the #include_next directive. */
426 #undef HAVE_INCLUDE_NEXT
427
428 /* Define to 1 if the compiler supports one of the keywords 'inline',
429    '__inline__', '__inline' and effectively inlines functions marked as such.
430    */
431 #undef HAVE_INLINE
432
433 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
434 #undef HAVE_INTMAX_T
435
436 /* Define to 1 if you have the <inttypes.h> header file. */
437 #undef HAVE_INTTYPES_H
438
439 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
440    declares uintmax_t. */
441 #undef HAVE_INTTYPES_H_WITH_UINTMAX
442
443 /* Define to 1 if you have the <io.h> header file. */
444 #undef HAVE_IO_H
445
446 /* Define to 1 if you have the `isblank' function. */
447 #undef HAVE_ISBLANK
448
449 /* Define to 1 if you have the `iswcntrl' function. */
450 #undef HAVE_ISWCNTRL
451
452 /* Define to 1 if you have the `iswctype' function. */
453 #undef HAVE_ISWCTYPE
454
455 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
456 #undef HAVE_LANGINFO_CODESET
457
458 /* Define to 1 if you have the `lchmod' function. */
459 #undef HAVE_LCHMOD
460
461 /* Define to 1 if you have the `lchown' function. */
462 #undef HAVE_LCHOWN
463
464 /* Define to 1 if you have the <linewrap.h> header file. */
465 #undef HAVE_LINEWRAP_H
466
467 /* Define to 1 if you have the <linux/fd.h> header file. */
468 #undef HAVE_LINUX_FD_H
469
470 /* Define to 1 if you have the <locale.h> header file. */
471 #undef HAVE_LOCALE_H
472
473 /* Define to 1 if you support file names longer than 14 characters. */
474 #undef HAVE_LONG_FILE_NAMES
475
476 /* Define to 1 if the system has the type `long long int'. */
477 #undef HAVE_LONG_LONG_INT
478
479 /* Define to 1 if you have the `lstat' function. */
480 #undef HAVE_LSTAT
481
482 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
483    to 0 otherwise. */
484 #undef HAVE_MALLOC
485
486 /* Define if the 'malloc' function is POSIX compliant. */
487 #undef HAVE_MALLOC_POSIX
488
489 /* Define to 1 if you have the `mbrtowc' function. */
490 #undef HAVE_MBRTOWC
491
492 /* Define to 1 if you have the `mbsinit' function. */
493 #undef HAVE_MBSINIT
494
495 /* Define to 1 if you have the `mbsrtowcs' function. */
496 #undef HAVE_MBSRTOWCS
497
498 /* Define to 1 if <wchar.h> declares mbstate_t. */
499 #undef HAVE_MBSTATE_T
500
501 /* Define to 1 if you have the `memchr' function. */
502 #undef HAVE_MEMCHR
503
504 /* Define to 1 if you have the <memory.h> header file. */
505 #undef HAVE_MEMORY_H
506
507 /* Define to 1 if you have the `mempcpy' function. */
508 #undef HAVE_MEMPCPY
509
510 /* Define to 1 if you have the `memrchr' function. */
511 #undef HAVE_MEMRCHR
512
513 /* Define to 1 if you have the `memset' function. */
514 #undef HAVE_MEMSET
515
516 /* Define to 1 if you have the `mkdirat' function. */
517 #undef HAVE_MKDIRAT
518
519 /* Define to 1 if you have the `mkdtemp' function. */
520 #undef HAVE_MKDTEMP
521
522 /* Define to 1 if you have the `mkfifo' function. */
523 #undef HAVE_MKFIFO
524
525 /* Define to 1 if you have the `nanotime' function. */
526 #undef HAVE_NANOTIME
527
528 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
529 #undef HAVE_NDIR_H
530
531 /* Define to 1 if you have the <netdb.h> header file. */
532 #undef HAVE_NETDB_H
533
534 /* Define to 1 if you have the <net/errno.h> header file. */
535 #undef HAVE_NET_ERRNO_H
536
537 /* Define to 1 if libc includes obstacks. */
538 #undef HAVE_OBSTACK
539
540 /* Define to 1 if you have the `openat' function. */
541 #undef HAVE_OPENAT
542
543 /* Define to 1 if you have the <OS.h> header file. */
544 #undef HAVE_OS_H
545
546 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
547    setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If __GETCWD_PREFIX is not
548    defined, it doesn't matter whether HAVE_PARTLY_WORKING_GETCWD is defined.
549    */
550 #undef HAVE_PARTLY_WORKING_GETCWD
551
552 /* Define to 1 if you have the `pathconf' function. */
553 #undef HAVE_PATHCONF
554
555 /* Define to 1 if you have the `pipe' function. */
556 #undef HAVE_PIPE
557
558 /* Define to 1 if you have the <priv.h> header file. */
559 #undef HAVE_PRIV_H
560
561 /* Define if program_invocation_name is defined */
562 #undef HAVE_PROGRAM_INVOCATION_NAME
563
564 /* Define if program_invocation_short_name is defined */
565 #undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
566
567 /* Define to 1 if you have the <pwd.h> header file. */
568 #undef HAVE_PWD_H
569
570 /* Define to 1 if you have the `readlink' function. */
571 #undef HAVE_READLINK
572
573 /* Define if the 'realloc' function is POSIX compliant. */
574 #undef HAVE_REALLOC_POSIX
575
576 /* Define to 1 if you have the `rmdir' function. */
577 #undef HAVE_RMDIR
578
579 /* Define to 1 if you have the `rpmatch' function. */
580 #undef HAVE_RPMATCH
581
582 /* Define to 1 if you have the <search.h> header file. */
583 #undef HAVE_SEARCH_H
584
585 /* Define to 1 if you have the `setenv' function. */
586 #undef HAVE_SETENV
587
588 /* Define to 1 if you have the `setlocale' function. */
589 #undef HAVE_SETLOCALE
590
591 /* Define to 1 if you have the <sgtty.h> header file. */
592 #undef HAVE_SGTTY_H
593
594 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
595 #undef HAVE_SIGNED_SIG_ATOMIC_T
596
597 /* Define to 1 if 'wchar_t' is a signed integer type. */
598 #undef HAVE_SIGNED_WCHAR_T
599
600 /* Define to 1 if 'wint_t' is a signed integer type. */
601 #undef HAVE_SIGNED_WINT_T
602
603 /* Define to 1 if you have the `sleep' function. */
604 #undef HAVE_SLEEP
605
606 /* Define to 1 if you have the `snprintf' function. */
607 #undef HAVE_SNPRINTF
608
609 /* Define to 1 if you have the <stdarg.h> header file. */
610 #undef HAVE_STDARG_H
611
612 /* Define to 1 if stdbool.h conforms to C99. */
613 #undef HAVE_STDBOOL_H
614
615 /* Define to 1 if you have the <stdint.h> header file. */
616 #undef HAVE_STDINT_H
617
618 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
619    uintmax_t. */
620 #undef HAVE_STDINT_H_WITH_UINTMAX
621
622 /* Define to 1 if you have the <stdio_ext.h> header file. */
623 #undef HAVE_STDIO_EXT_H
624
625 /* Define to 1 if you have the <stdio.h> header file. */
626 #undef HAVE_STDIO_H
627
628 /* Define to 1 if you have the <stdlib.h> header file. */
629 #undef HAVE_STDLIB_H
630
631 /* Define to 1 if you have the `stpcpy' function. */
632 #undef HAVE_STPCPY
633
634 /* Define to 1 if you have the `strcasecmp' function. */
635 #undef HAVE_STRCASECMP
636
637 /* Define to 1 if you have the `strchrnul' function. */
638 #undef HAVE_STRCHRNUL
639
640 /* Define to 1 if you have the `strdup' function. */
641 #undef HAVE_STRDUP
642
643 /* Define to 1 if you have the `strerror_r' function. */
644 #undef HAVE_STRERROR_R
645
646 /* Define to 1 if you have the <strings.h> header file. */
647 #undef HAVE_STRINGS_H
648
649 /* Define to 1 if you have the <string.h> header file. */
650 #undef HAVE_STRING_H
651
652 /* Define to 1 if you have the `strncasecmp' function. */
653 #undef HAVE_STRNCASECMP
654
655 /* Define if you have the strndup() function and it works. */
656 #undef HAVE_STRNDUP
657
658 /* Define to 1 if you have the <stropts.h> header file. */
659 #undef HAVE_STROPTS_H
660
661 /* Define to 1 if you have the `strtoimax' function. */
662 #undef HAVE_STRTOIMAX
663
664 /* Define to 1 if you have the `strtol' function. */
665 #undef HAVE_STRTOL
666
667 /* Define to 1 if you have the `strtoll' function. */
668 #undef HAVE_STRTOLL
669
670 /* Define to 1 if you have the `strtoul' function. */
671 #undef HAVE_STRTOUL
672
673 /* Define to 1 if you have the `strtoull' function. */
674 #undef HAVE_STRTOULL
675
676 /* Define to 1 if you have the `strtoumax' function. */
677 #undef HAVE_STRTOUMAX
678
679 /* Define to 1 if `st_atimensec' is member of `struct stat'. */
680 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
681
682 /* Define to 1 if `st_atimespec.tv_nsec' is member of `struct stat'. */
683 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
684
685 /* Define to 1 if `st_atim.st__tim.tv_nsec' is member of `struct stat'. */
686 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
687
688 /* Define to 1 if `st_atim.tv_nsec' is member of `struct stat'. */
689 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
690
691 /* Define to 1 if `st_birthtimensec' is member of `struct stat'. */
692 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
693
694 /* Define to 1 if `st_birthtimespec.tv_nsec' is member of `struct stat'. */
695 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
696
697 /* Define to 1 if `st_birthtim.tv_nsec' is member of `struct stat'. */
698 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
699
700 /* Define to 1 if `st_blksize' is member of `struct stat'. */
701 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
702
703 /* Define to 1 if `st_blocks' is member of `struct stat'. */
704 #undef HAVE_STRUCT_STAT_ST_BLOCKS
705
706 /* Define to 1 if `tm_zone' is member of `struct tm'. */
707 #undef HAVE_STRUCT_TM_TM_ZONE
708
709 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
710    have utime.h but don't declare the struct anywhere. */
711 #undef HAVE_STRUCT_UTIMBUF
712
713 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
714    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
715 #undef HAVE_ST_BLKSIZE
716
717 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
718    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
719 #undef HAVE_ST_BLOCKS
720
721 /* Define if struct stat has a char st_fstype[] member. */
722 #undef HAVE_ST_FSTYPE_STRING
723
724 /* Define to 1 if you have the `symlink' function. */
725 #undef HAVE_SYMLINK
726
727 /* Define to 1 if you have the <sysexits.h> header file. */
728 #undef HAVE_SYSEXITS_H
729
730 /* Define to 1 if you have the <sys/bitypes.h> header file. */
731 #undef HAVE_SYS_BITYPES_H
732
733 /* Define to 1 if you have the <sys/buf.h> header file. */
734 #undef HAVE_SYS_BUF_H
735
736 /* Define to 1 if you have the <sys/device.h> header file. */
737 #undef HAVE_SYS_DEVICE_H
738
739 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
740    */
741 #undef HAVE_SYS_DIR_H
742
743 /* Define to 1 if you have the <sys/filio.h> header file. */
744 #undef HAVE_SYS_FILIO_H
745
746 /* Define to 1 if you have the <sys/gentape.h> header file. */
747 #undef HAVE_SYS_GENTAPE_H
748
749 /* Define to 1 if you have the <sys/inet.h> header file. */
750 #undef HAVE_SYS_INET_H
751
752 /* Define to 1 if you have the <sys/inttypes.h> header file. */
753 #undef HAVE_SYS_INTTYPES_H
754
755 /* Define to 1 if you have the <sys/io/trioctl.h> header file. */
756 #undef HAVE_SYS_IO_TRIOCTL_H
757
758 /* Define to 1 if you have the <sys/mtio.h> header file. */
759 #undef HAVE_SYS_MTIO_H
760
761 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
762    */
763 #undef HAVE_SYS_NDIR_H
764
765 /* Define to 1 if you have the <sys/param.h> header file. */
766 #undef HAVE_SYS_PARAM_H
767
768 /* Define to 1 if you have the <sys/stat.h> header file. */
769 #undef HAVE_SYS_STAT_H
770
771 /* Define to 1 if you have the <sys/tape.h> header file. */
772 #undef HAVE_SYS_TAPE_H
773
774 /* Define to 1 if you have the <sys/timeb.h> header file. */
775 #undef HAVE_SYS_TIMEB_H
776
777 /* Define to 1 if you have the <sys/time.h> header file. */
778 #undef HAVE_SYS_TIME_H
779
780 /* Define to 1 if you have the <sys/tprintf.h> header file. */
781 #undef HAVE_SYS_TPRINTF_H
782
783 /* Define to 1 if you have the <sys/types.h> header file. */
784 #undef HAVE_SYS_TYPES_H
785
786 /* Define to 1 if you have the <sys/wait.h> header file. */
787 #undef HAVE_SYS_WAIT_H
788
789 /* Define to 1 if you have the <time.h> header file. */
790 #undef HAVE_TIME_H
791
792 /* Define if struct tm has the tm_gmtoff member. */
793 #undef HAVE_TM_GMTOFF
794
795 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
796    `HAVE_STRUCT_TM_TM_ZONE' instead. */
797 #undef HAVE_TM_ZONE
798
799 /* Define to 1 if you have the `tsearch' function. */
800 #undef HAVE_TSEARCH
801
802 /* Define to 1 if you don't have `tm_zone' but do have the external array
803    `tzname'. */
804 #undef HAVE_TZNAME
805
806 /* Define to 1 if you have the <unistd.h> header file. */
807 #undef HAVE_UNISTD_H
808
809 /* Define to 1 if you have the `unsetenv' function. */
810 #undef HAVE_UNSETENV
811
812 /* Define to 1 if the system has the type `unsigned long long int'. */
813 #undef HAVE_UNSIGNED_LONG_LONG_INT
814
815 /* Define to 1 if you have the `utimes' function. */
816 #undef HAVE_UTIMES
817
818 /* Define if utimes accepts a null argument */
819 #undef HAVE_UTIMES_NULL
820
821 /* Define to 1 if you have the <utime.h> header file. */
822 #undef HAVE_UTIME_H
823
824 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
825 #undef HAVE_UTIME_NULL
826
827 /* Define to 1 if you have the `vasnprintf' function. */
828 #undef HAVE_VASNPRINTF
829
830 /* Define to 1 if you have the `vsnprintf' function. */
831 #undef HAVE_VSNPRINTF
832
833 /* Define to 1 if you have the `waitpid' function. */
834 #undef HAVE_WAITPID
835
836 /* Define to 1 if you have the <wchar.h> header file. */
837 #undef HAVE_WCHAR_H
838
839 /* Define if you have the 'wchar_t' type. */
840 #undef HAVE_WCHAR_T
841
842 /* Define to 1 if you have the `wcrtomb' function. */
843 #undef HAVE_WCRTOMB
844
845 /* Define to 1 if you have the `wcscoll' function. */
846 #undef HAVE_WCSCOLL
847
848 /* Define to 1 if you have the `wcslen' function. */
849 #undef HAVE_WCSLEN
850
851 /* Define to 1 if you have the <wctype.h> header file. */
852 #undef HAVE_WCTYPE_H
853
854 /* Define to 1 if you have the `wcwidth' function. */
855 #undef HAVE_WCWIDTH
856
857 /* Define if you have the 'wint_t' type. */
858 #undef HAVE_WINT_T
859
860 /* Define to 1 if you have the `wmemchr' function. */
861 #undef HAVE_WMEMCHR
862
863 /* Define to 1 if you have the `wmemcpy' function. */
864 #undef HAVE_WMEMCPY
865
866 /* Define to 1 if you have the `wmempcpy' function. */
867 #undef HAVE_WMEMPCPY
868
869 /* Define to 1 if O_NOATIME works. */
870 #undef HAVE_WORKING_O_NOATIME
871
872 /* Define to 1 if O_NOFOLLOW works. */
873 #undef HAVE_WORKING_O_NOFOLLOW
874
875 /* Define if utimes works properly. */
876 #undef HAVE_WORKING_UTIMES
877
878 /* Define to 1 if the system has the type `_Bool'. */
879 #undef HAVE__BOOL
880
881 /* Define to 1 if you have the `_ftime' function. */
882 #undef HAVE__FTIME
883
884 /* Define to 1 if you have the `__fpending' function. */
885 #undef HAVE___FPENDING
886
887 /* Define as const if the declaration of iconv() needs const. */
888 #undef ICONV_CONST
889
890 #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
891 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
892 #else
893 # define ISSLASH(C) ((C) == '/')
894 #endif
895
896 /* Define to 1 if lseek does not detect pipes. */
897 #undef LSEEK_PIPE_BROKEN
898
899 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
900    slash. */
901 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
902
903 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
904    */
905 #undef MAJOR_IN_MKDEV
906
907 /* Define to 1 if `major', `minor', and `makedev' are declared in
908    <sysmacros.h>. */
909 #undef MAJOR_IN_SYSMACROS
910
911 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
912 #undef MALLOC_0_IS_NONNULL
913
914 /* Define to mt_model (v.g., for DG/UX), else to mt_type. */
915 #undef MTIO_CHECK_FIELD
916
917 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
918 #undef NO_MINUS_C_MINUS_O
919
920 /* Name of package */
921 #undef PACKAGE
922
923 /* Define to the address where bug reports for this package should be sent. */
924 #undef PACKAGE_BUGREPORT
925
926 /* Define to the full name of this package. */
927 #undef PACKAGE_NAME
928
929 /* Define to the full name and version of this package. */
930 #undef PACKAGE_STRING
931
932 /* Define to the one symbol short name of this package. */
933 #undef PACKAGE_TARNAME
934
935 /* Define to the version of this package. */
936 #undef PACKAGE_VERSION
937
938 /* the number of pending output bytes on stream `fp' */
939 #undef PENDING_OUTPUT_N_BYTES
940
941 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
942 #undef PRI_MACROS_BROKEN
943
944 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
945    'ptrdiff_t'. */
946 #undef PTRDIFF_T_SUFFIX
947
948 /* Define to the full path of your rsh, if any. */
949 #undef REMOTE_SHELL
950
951 /* Define this to 1 if strerror is broken. */
952 #undef REPLACE_STRERROR
953
954 /* Define if vasnprintf exists but is overridden by gnulib. */
955 #undef REPLACE_VASNPRINTF
956
957 /* Define as the return type of signal handlers (`int' or `void'). */
958 #undef RETSIGTYPE
959
960 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
961    'sig_atomic_t'. */
962 #undef SIG_ATOMIC_T_SUFFIX
963
964 /* Define as the maximum value of type 'size_t', if the system doesn't define
965    it. */
966 #undef SIZE_MAX
967
968 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
969    'size_t'. */
970 #undef SIZE_T_SUFFIX
971
972 /* If using the C implementation of alloca, define if you know the
973    direction of stack growth for your system; otherwise it will be
974    automatically deduced at runtime.
975         STACK_DIRECTION > 0 => grows toward higher addresses
976         STACK_DIRECTION < 0 => grows toward lower addresses
977         STACK_DIRECTION = 0 => direction of growth unknown */
978 #undef STACK_DIRECTION
979
980 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
981 #undef STAT_MACROS_BROKEN
982
983 /* Define to 1 if you have the ANSI C header files. */
984 #undef STDC_HEADERS
985
986 /* Define to 1 if strerror_r returns char *. */
987 #undef STRERROR_R_CHAR_P
988
989 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
990 #undef TIME_WITH_SYS_TIME
991
992 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
993 #undef TM_IN_SYS_TIME
994
995 /* Define to 1 if the type of the st_atim member of a struct stat is struct
996    timespec. */
997 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
998
999 /* Define to 1 if unlink (dir) cannot possibly succeed. */
1000 #undef UNLINK_CANNOT_UNLINK_DIR
1001
1002 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
1003    Unlocked I/O can improve performance in unithreaded apps, but it is not
1004    safe for multithreaded apps. */
1005 #undef USE_UNLOCKED_IO
1006
1007 /* Version number of package */
1008 #undef VERSION
1009
1010 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1011    'wchar_t'. */
1012 #undef WCHAR_T_SUFFIX
1013
1014 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1015    'wint_t'. */
1016 #undef WINT_T_SUFFIX
1017
1018 /* Number of bits in a file offset, on hosts where this is settable. */
1019 #undef _FILE_OFFSET_BITS
1020
1021 /* Enable GNU extensions on systems that have them.  */
1022 #ifndef _GNU_SOURCE
1023 # undef _GNU_SOURCE
1024 #endif
1025
1026 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1027 #undef _LARGEFILE_SOURCE
1028
1029 /* Define for large files, on AIX-style hosts. */
1030 #undef _LARGE_FILES
1031
1032 /* Define to 1 if on MINIX. */
1033 #undef _MINIX
1034
1035 /* Define to 2 if the system does not provide POSIX.1 features except with
1036    this defined. */
1037 #undef _POSIX_1_SOURCE
1038
1039 /* Define to 1 if you need to in order for `stat' and other things to work. */
1040 #undef _POSIX_SOURCE
1041
1042 /* Define if you want regoff_t to be at least as wide POSIX requires. */
1043 #undef _REGEX_LARGE_OFFSETS
1044
1045 /* Enable extensions on AIX 3, Interix.  */
1046 #ifndef _ALL_SOURCE
1047 # undef _ALL_SOURCE
1048 #endif
1049 /* Enable GNU extensions on systems that have them.  */
1050 #ifndef _GNU_SOURCE
1051 # undef _GNU_SOURCE
1052 #endif
1053 /* Enable threading extensions on Solaris.  */
1054 #ifndef _POSIX_PTHREAD_SEMANTICS
1055 # undef _POSIX_PTHREAD_SEMANTICS
1056 #endif
1057 /* Enable extensions on HP NonStop.  */
1058 #ifndef _TANDEM_SOURCE
1059 # undef _TANDEM_SOURCE
1060 #endif
1061 /* Enable general extensions on Solaris.  */
1062 #ifndef __EXTENSIONS__
1063 # undef __EXTENSIONS__
1064 #endif
1065
1066
1067 /* Define to rpl_ if the getopt replacement functions and variables should be
1068    used. */
1069 #undef __GETOPT_PREFIX
1070
1071 /* Define to rpl_ if the openat replacement function should be used. */
1072 #undef __OPENAT_PREFIX
1073
1074 /* Ensure that <stdint.h> defines the limit macros, since gnulib's
1075    <inttypes.h> relies on them.  */
1076 #if defined __cplusplus && !defined __STDC_LIMIT_MACROS && GL_TRIGGER_STDC_LIMIT_MACROS
1077 # define __STDC_LIMIT_MACROS 1
1078 #endif
1079
1080
1081 /* Define to `unsigned' if <sys/types.h> does not define. */
1082 #undef dev_t
1083
1084 /* Define to rpl_fchownat if the replacement function should be used. */
1085 #undef fchownat
1086
1087 /* Define to a replacement function name for fnmatch(). */
1088 #undef fnmatch
1089
1090 /* Define to `int' if <sys/types.h> doesn't define. */
1091 #undef gid_t
1092
1093 /* A replacement for va_copy, if needed.  */
1094 #define gl_va_copy(a,b) ((a) = (b))
1095
1096 /* Define to rpl_gmtime if the replacement function should be used. */
1097 #undef gmtime
1098
1099 /* Conversion descriptor type */
1100 #undef iconv_t
1101
1102 /* Define to `__inline__' or `__inline' if that's what the C compiler
1103    calls it, or to nothing if 'inline' is not supported under any name.  */
1104 #ifndef __cplusplus
1105 #undef inline
1106 #endif
1107
1108 /* Define to `unsigned' if <sys/types.h> does not define. */
1109 #undef ino_t
1110
1111 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1112 #undef intmax_t
1113
1114 /* Define to rpl_localtime if the replacement function should be used. */
1115 #undef localtime
1116
1117 /* Type of major device numbers. */
1118 #undef major_t
1119
1120 /* Define to rpl_malloc if the replacement function should be used. */
1121 #undef malloc
1122
1123 /* Define to a type if <wchar.h> does not define. */
1124 #undef mbstate_t
1125
1126 /* Type of minor device numbers. */
1127 #undef minor_t
1128
1129 /* Define to rpl_mktime if the replacement function should be used. */
1130 #undef mktime
1131
1132 /* Define to `int' if <sys/types.h> does not define. */
1133 #undef mode_t
1134
1135 /* Define to `long int' if <sys/types.h> does not define. */
1136 #undef off_t
1137
1138 /* Define to `int' if <sys/types.h> does not define. */
1139 #undef pid_t
1140
1141 /* Define as the type of the result of subtracting two pointers, if the system
1142    doesn't define it. */
1143 #undef ptrdiff_t
1144
1145 /* Define to rpl_re_comp if the replacement should be used. */
1146 #undef re_comp
1147
1148 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
1149 #undef re_compile_fastmap
1150
1151 /* Define to rpl_re_compile_pattern if the replacement should be used. */
1152 #undef re_compile_pattern
1153
1154 /* Define to rpl_re_exec if the replacement should be used. */
1155 #undef re_exec
1156
1157 /* Define to rpl_re_match if the replacement should be used. */
1158 #undef re_match
1159
1160 /* Define to rpl_re_match_2 if the replacement should be used. */
1161 #undef re_match_2
1162
1163 /* Define to rpl_re_search if the replacement should be used. */
1164 #undef re_search
1165
1166 /* Define to rpl_re_search_2 if the replacement should be used. */
1167 #undef re_search_2
1168
1169 /* Define to rpl_re_set_registers if the replacement should be used. */
1170 #undef re_set_registers
1171
1172 /* Define to rpl_re_set_syntax if the replacement should be used. */
1173 #undef re_set_syntax
1174
1175 /* Define to rpl_re_syntax_options if the replacement should be used. */
1176 #undef re_syntax_options
1177
1178 /* Define to a replacement function name for realpath(). */
1179 #undef realpath
1180
1181 /* Define to rpl_regcomp if the replacement should be used. */
1182 #undef regcomp
1183
1184 /* Define to rpl_regerror if the replacement should be used. */
1185 #undef regerror
1186
1187 /* Define to rpl_regexec if the replacement should be used. */
1188 #undef regexec
1189
1190 /* Define to rpl_regfree if the replacement should be used. */
1191 #undef regfree
1192
1193 /* Define to the equivalent of the C99 'restrict' keyword, or to
1194    nothing if this is not supported.  Do not define if restrict is
1195    supported directly.  */
1196 #undef restrict
1197 /* Work around a bug in Sun C++: it does not support _Restrict, even
1198    though the corresponding Sun C compiler does, which causes
1199    "#define restrict _Restrict" in the previous line.  Perhaps some future
1200    version of Sun C++ will work with _Restrict; if so, it'll probably
1201    define __RESTRICT, just as Sun C does.  */
1202 #if defined __SUNPRO_CC && !defined __RESTRICT
1203 # define _Restrict
1204 #endif
1205
1206 /* Define to `unsigned int' if <sys/types.h> does not define. */
1207 #undef size_t
1208
1209 /* Define as a signed type of the same size as size_t. */
1210 #undef ssize_t
1211
1212 /* Define to rpl_strnlen if the replacement function should be used. */
1213 #undef strnlen
1214
1215 /* Define to `int' if <sys/types.h> doesn't define. */
1216 #undef uid_t
1217
1218 /* Define to rpl_utime if the replacement function should be used. */
1219 #undef utime
1220
1221 /* Define as a macro for copying va_list variables. */
1222 #undef va_copy