]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - gnu/usr.bin/cpio/config.h
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.git] / gnu / usr.bin / cpio / config.h
1 /* $FreeBSD$ */
2
3 /* config.h.  Generated from config.h.in by configure.  */
4 /* config.h.in.  Generated from configure.ac by autoheader.  */
5
6 /* Define this to an absolute name of <dirent.h>. */
7 /* #undef ABSOLUTE_DIRENT_H */
8
9 /* Define this to an absolute name of <fcntl.h>. */
10 #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
11
12 /* Define this to an absolute name of <float.h>. */
13 /* #undef ABSOLUTE_FLOAT_H */
14
15 /* Define this to an absolute name of <inttypes.h>. */
16 #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
17
18 /* Define this to an absolute name of <stdint.h>. */
19 #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
20
21 /* Define this to an absolute name of <stdio.h>. */
22 #define ABSOLUTE_STDIO_H "///usr/include/stdio.h"
23
24 /* Define this to an absolute name of <stdlib.h>. */
25 #define ABSOLUTE_STDLIB_H "///usr/include/stdlib.h"
26
27 /* Define this to an absolute name of <string.h>. */
28 #define ABSOLUTE_STRING_H "///usr/include/string.h"
29
30 /* Define this to an absolute name of <sysexits.h>. */
31 #define ABSOLUTE_SYSEXITS_H "///usr/include/sysexits.h"
32
33 /* Define this to an absolute name of <sys/stat.h>. */
34 #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h"
35
36 /* Define this to an absolute name of <sys/time.h>. */
37 #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h"
38
39 /* Define this to an absolute name of <time.h>. */
40 #define ABSOLUTE_TIME_H "///usr/include/time.h"
41
42 /* Define this to an absolute name of <unistd.h>. */
43 #define ABSOLUTE_UNISTD_H "///usr/include/unistd.h"
44
45 /* Define this to an absolute name of <wchar.h>. */
46 /* #undef ABSOLUTE_WCHAR_H */
47
48 /* Define this to an absolute name of <wctype.h>. */
49 #define ABSOLUTE_WCTYPE_H "///usr/include/wctype.h"
50
51 /* Define to the number of bits in type 'ptrdiff_t'. */
52 /* #undef BITSIZEOF_PTRDIFF_T */
53
54 /* Define to the number of bits in type 'sig_atomic_t'. */
55 /* #undef BITSIZEOF_SIG_ATOMIC_T */
56
57 /* Define to the number of bits in type 'size_t'. */
58 /* #undef BITSIZEOF_SIZE_T */
59
60 /* Define to the number of bits in type 'wchar_t'. */
61 /* #undef BITSIZEOF_WCHAR_T */
62
63 /* Define to the number of bits in type 'wint_t'. */
64 /* #undef BITSIZEOF_WINT_T */
65
66 /* Define if chown is not POSIX compliant regarding IDs of -1. */
67 /* #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE */
68
69 /* Define if chown modifies symlinks. */
70 /* #undef CHOWN_MODIFIES_SYMLINK */
71
72 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
73    systems. This function is required for `alloca.c' support on those systems.
74    */
75 /* #undef CRAY_STACKSEG_END */
76
77 /* Define to 1 if using `alloca.c'. */
78 /* #undef C_ALLOCA */
79
80 /* Define full file name of rmt program. */
81 #define DEFAULT_RMT_COMMAND "/etc/rmt"
82
83 /* the name of the file descriptor member of DIR */
84 /* #undef DIR_FD_MEMBER_NAME */
85
86 #ifdef DIR_FD_MEMBER_NAME
87 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
88 #else
89 # define DIR_TO_FD(Dir_p) -1
90 #endif
91
92
93 /* Define to 1 if // is a file system root distinct from /. */
94 /* #undef DOUBLE_SLASH_IS_DISTINCT_ROOT */
95
96 /* Define if struct dirent has a member d_ino that actually works. */
97 #define D_INO_IN_DIRENT 1
98
99 /* Define to 1 if translation of program messages to the user's native
100    language is requested. */
101 /* #undef ENABLE_NLS */
102
103 /* Define as good substitute value for EOVERFLOW. */
104 /* #undef EOVERFLOW */
105
106 /* Define if gnulib's fchdir() replacement is used. */
107 /* #undef FCHDIR_REPLACEMENT */
108
109 /* Define on systems for which file names may have a so-called `drive letter'
110    prefix, define this to compute the length of that prefix, including the
111    colon. */
112 #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
113
114 /* Define if the backslash character may also serve as a file name component
115    separator. */
116 #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
117
118 /* Define if a drive letter prefix denotes a relative path if it is not
119    followed by a file name component separator. */
120 #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
121
122 /* Define if gettimeofday clobbers the localtime buffer. */
123 /* #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME */
124
125 /* Define to 1 when using the gnulib module close-stream. */
126 #define GNULIB_CLOSE_STREAM 1
127
128 /* Define to 1 when using the gnulib module fcntl-safer. */
129 #define GNULIB_FCNTL_SAFER 1
130
131 /* Define to 1 to add extern declaration of program_invocation_name to argp.h
132    */
133 #define GNULIB_PROGRAM_INVOCATION_NAME 1
134
135 /* Define to 1 to add extern declaration of program_invocation_short_name to
136    argp.h */
137 #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
138
139 /* Define to 1 if you have the `alarm' function. */
140 #define HAVE_ALARM 1
141
142 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
143    may be supplied by this distribution. */
144 #define HAVE_ALLOCA 1
145
146 /* Define HAVE_ALLOCA_H for backward compatibility with older code that
147    includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
148 #define HAVE_ALLOCA_H 1
149
150 /* Define to 1 if you have the `btowc' function. */
151 #define HAVE_BTOWC 1
152
153 /* Define to 1 if you have the `canonicalize_file_name' function. */
154 /* #undef HAVE_CANONICALIZE_FILE_NAME */
155
156 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
157    CoreFoundation framework. */
158 /* #undef HAVE_CFLOCALECOPYCURRENT */
159
160 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
161    the CoreFoundation framework. */
162 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
163
164 /* Define to 1 if your system has a working `chown' function. */
165 #define HAVE_CHOWN 1
166
167 /* Define to 1 if you have the `clock_gettime' function. */
168 #define HAVE_CLOCK_GETTIME 1
169
170 /* Define to 1 if you have the `clock_settime' function. */
171 #define HAVE_CLOCK_SETTIME 1
172
173 /* Define if you have compound literals. */
174 /* #undef HAVE_COMPOUND_LITERALS */
175
176 /* Define if the GNU dcgettext() function is already present or preinstalled.
177    */
178 /* #undef HAVE_DCGETTEXT */
179
180 /* Define to 1 if you have the declaration of `atoi', and to 0 if you don't.
181    */
182 #define HAVE_DECL_ATOI 1
183
184 /* Define to 1 if you have the declaration of `canonicalize_file_name', and to
185    0 if you don't. */
186 #define HAVE_DECL_CANONICALIZE_FILE_NAME 0
187
188 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
189    you don't. */
190 #define HAVE_DECL_CLEARERR_UNLOCKED 1
191
192 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
193    */
194 #define HAVE_DECL_DIRFD 1
195
196 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
197    */
198 #define HAVE_DECL_ERRNO 1
199
200 /* Define to 1 if you have the declaration of `exit', and to 0 if you don't.
201    */
202 #define HAVE_DECL_EXIT 1
203
204 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
205    don't. */
206 #define HAVE_DECL_FEOF_UNLOCKED 1
207
208 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
209    you don't. */
210 #define HAVE_DECL_FERROR_UNLOCKED 1
211
212 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
213    you don't. */
214 #define HAVE_DECL_FFLUSH_UNLOCKED 0
215
216 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
217    you don't. */
218 #define HAVE_DECL_FGETS_UNLOCKED 0
219
220 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
221    you don't. */
222 #define HAVE_DECL_FPUTC_UNLOCKED 0
223
224 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
225    you don't. */
226 #define HAVE_DECL_FPUTS_UNLOCKED 0
227
228 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
229    you don't. */
230 #define HAVE_DECL_FREAD_UNLOCKED 0
231
232 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
233    you don't. */
234 #define HAVE_DECL_FWRITE_UNLOCKED 0
235
236 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
237    you don't. */
238 #define HAVE_DECL_GETCHAR_UNLOCKED 1
239
240 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
241    */
242 #define HAVE_DECL_GETCWD 1
243
244 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
245    don't. */
246 #define HAVE_DECL_GETC_UNLOCKED 1
247
248 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
249    */
250 #define HAVE_DECL_GETENV 1
251
252 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
253    don't. */
254 #define HAVE_DECL_GETGRGID 1
255
256 /* Define to 1 if you have the declaration of `getgrnam', and to 0 if you
257    don't. */
258 #define HAVE_DECL_GETGRNAM 1
259
260 /* Define to 1 if you have the declaration of `getpwnam', and to 0 if you
261    don't. */
262 #define HAVE_DECL_GETPWNAM 1
263
264 /* Define to 1 if you have the declaration of `imaxabs', and to 0 if you
265    don't. */
266 #define HAVE_DECL_IMAXABS 1
267
268 /* Define to 1 if you have the declaration of `imaxdiv', and to 0 if you
269    don't. */
270 #define HAVE_DECL_IMAXDIV 1
271
272 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
273    don't. */
274 #define HAVE_DECL_ISBLANK 1
275
276 /* Define to 1 if you have the declaration of `lchown', and to 0 if you don't.
277    */
278 #define HAVE_DECL_LCHOWN 1
279
280 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
281    don't. */
282 #define HAVE_DECL_MEMRCHR 0
283
284 /* Define to 1 if you have the declaration of `mkdir', and to 0 if you don't.
285    */
286 #define HAVE_DECL_MKDIR 1
287
288 /* Define if program_invocation_name is declared */
289 /* #undef HAVE_DECL_PROGRAM_INVOCATION_NAME */
290
291 /* Define if program_invocation_short_name is declared */
292 /* #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME */
293
294 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
295    you don't. */
296 #define HAVE_DECL_PUTCHAR_UNLOCKED 1
297
298 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
299    don't. */
300 #define HAVE_DECL_PUTC_UNLOCKED 1
301
302 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
303    */
304 #define HAVE_DECL_STRDUP 1
305
306 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
307    don't. */
308 #define HAVE_DECL_STRERROR 1
309
310 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
311    don't. */
312 #define HAVE_DECL_STRERROR_R 1
313
314 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
315    don't. */
316 #define HAVE_DECL_STRNCASECMP 1
317
318 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
319    don't. */
320 #define HAVE_DECL_STRNDUP 0
321
322 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
323    don't. */
324 #define HAVE_DECL_STRNLEN 0
325
326 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
327    don't. */
328 #define HAVE_DECL_STRTOIMAX 1
329
330 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
331    don't. */
332 #define HAVE_DECL_STRTOUMAX 1
333
334 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
335    */
336 /* #undef HAVE_DECL_TZNAME */
337
338 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
339    don't. */
340 #define HAVE_DECL_VSNPRINTF 1
341
342 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
343    don't. */
344 #define HAVE_DECL___FPENDING 0
345
346 /* Define to 1 if you have the <dirent.h> header file. */
347 #define HAVE_DIRENT_H 1
348
349 /* Define to 1 if you have the `dirfd' function. */
350 /* #undef HAVE_DIRFD */
351
352 /* Define to 1 if you have the `dup2' function. */
353 #define HAVE_DUP2 1
354
355 /* Define if you have the declaration of environ. */
356 /* #undef HAVE_ENVIRON_DECL */
357
358 /* Define to 1 if you have the `fchdir' function. */
359 #define HAVE_FCHDIR 1
360
361 /* Define to 1 if you have the `fchmod' function. */
362 #define HAVE_FCHMOD 1
363
364 /* Define to 1 if you have the `fchmodat' function. */
365 /* #undef HAVE_FCHMODAT */
366
367 /* Define to 1 if you have the `fchown' function. */
368 #define HAVE_FCHOWN 1
369
370 /* Define to 1 if you have the <fcntl.h> header file. */
371 #define HAVE_FCNTL_H 1
372
373 /* Define to 1 if you have the `fdopendir' function. */
374 /* #undef HAVE_FDOPENDIR */
375
376 /* Define to 1 if you have the <features.h> header file. */
377 /* #undef HAVE_FEATURES_H */
378
379 /* Define to 1 if you have the <float.h> header file. */
380 #define HAVE_FLOAT_H 1
381
382 /* Define to 1 if you have the `flockfile' function. */
383 #define HAVE_FLOCKFILE 1
384
385 /* Define to 1 if you have the `funlockfile' function. */
386 #define HAVE_FUNLOCKFILE 1
387
388 /* Define to 1 if you have the `futimes' function. */
389 #define HAVE_FUTIMES 1
390
391 /* Define to 1 if you have the `futimesat' function. */
392 /* #undef HAVE_FUTIMESAT */
393
394 /* Define to 1 if you have the `getcwd' function. */
395 #define HAVE_GETCWD 1
396
397 /* Define to 1 if you have the <getopt.h> header file. */
398 #define HAVE_GETOPT_H 1
399
400 /* Define to 1 if you have the `getopt_long_only' function. */
401 #define HAVE_GETOPT_LONG_ONLY 1
402
403 /* Define to 1 if you have the `getpagesize' function. */
404 #define HAVE_GETPAGESIZE 1
405
406 /* Define if the GNU gettext() function is already present or preinstalled. */
407 /* #undef HAVE_GETTEXT */
408
409 /* Define to 1 if you have the `gettimeofday' function. */
410 #define HAVE_GETTIMEOFDAY 1
411
412 /* Define if you have the iconv() function and it works. */
413 /* #undef HAVE_ICONV */
414
415 /* Define to 1 if the compiler supports one of the keywords 'inline',
416    '__inline__', '__inline' and effectively inlines functions marked as such.
417    */
418 #define HAVE_INLINE 1
419
420 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
421 #define HAVE_INTMAX_T 1
422
423 /* Define to 1 if you have the <inttypes.h> header file. */
424 #define HAVE_INTTYPES_H 1
425
426 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
427    declares uintmax_t. */
428 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
429
430 /* Define to 1 if you have the <io.h> header file. */
431 /* #undef HAVE_IO_H */
432
433 /* Define to 1 if you have the `iswcntrl' function. */
434 #define HAVE_ISWCNTRL 1
435
436 /* Define to 1 if you have the `iswctype' function. */
437 #define HAVE_ISWCTYPE 1
438
439 /* Define to 1 if you have the `lchmod' function. */
440 #define HAVE_LCHMOD 1
441
442 /* Define to 1 if you have the `lchown' function. */
443 #define HAVE_LCHOWN 1
444
445 /* Define to 1 if you have the <libintl.h> header file. */
446 /* #undef HAVE_LIBINTL_H */
447
448 /* Define to 1 if you have the <linewrap.h> header file. */
449 /* #undef HAVE_LINEWRAP_H */
450
451 /* Define to 1 if you have the <locale.h> header file. */
452 #define HAVE_LOCALE_H 1
453
454 /* Define if you have the 'long long' type. */
455 #define HAVE_LONG_LONG 1
456
457 /* Define to 1 if the system has the type `long long int'. */
458 #define HAVE_LONG_LONG_INT 1
459
460 /* Define to 1 if you have the `lstat' function. */
461 #define HAVE_LSTAT 1
462
463 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
464    to 0 otherwise. */
465 #define HAVE_MALLOC 1
466
467 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
468 #define HAVE_MBRTOWC 1
469
470 /* Define to 1 if you have the `mbsinit' function. */
471 #define HAVE_MBSINIT 1
472
473 /* Define to 1 if you have the `mbsrtowcs' function. */
474 #define HAVE_MBSRTOWCS 1
475
476 /* Define to 1 if <wchar.h> declares mbstate_t. */
477 #define HAVE_MBSTATE_T 1
478
479 /* Define to 1 if you have the <memory.h> header file. */
480 #define HAVE_MEMORY_H 1
481
482 /* Define to 1 if you have the `mempcpy' function. */
483 /* #undef HAVE_MEMPCPY */
484
485 /* Define to 1 if you have the `memrchr' function. */
486 /* #undef HAVE_MEMRCHR */
487
488 /* Define to 1 if you have the `mkdirat' function. */
489 /* #undef HAVE_MKDIRAT */
490
491 /* Define to 1 if you have the `mkfifo' function. */
492 #define HAVE_MKFIFO 1
493
494 /* Define to 1 if you have the `nanotime' function. */
495 /* #undef HAVE_NANOTIME */
496
497 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
498 /* #undef HAVE_NDIR_H */
499
500 /* Define to 1 if you have the <netdb.h> header file. */
501 #define HAVE_NETDB_H 1
502
503 /* Define to 1 if you have the <net/errno.h> header file. */
504 /* #undef HAVE_NET_ERRNO_H */
505
506 /* Define to 1 if libc includes obstacks. */
507 /* #undef HAVE_OBSTACK */
508
509 /* Define to 1 if you have the `openat' function. */
510 /* #undef HAVE_OPENAT */
511
512 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
513    setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If __GETCWD_PREFIX is not
514    defined, it doesn't matter whether HAVE_PARTLY_WORKING_GETCWD is defined.
515    */
516 #define HAVE_PARTLY_WORKING_GETCWD 1
517
518 /* Define to 1 if you have the `pipe' function. */
519 #define HAVE_PIPE 1
520
521 /* Define if program_invocation_name is defined */
522 /* #undef HAVE_PROGRAM_INVOCATION_NAME */
523
524 /* Define if program_invocation_short_name is defined */
525 /* #undef HAVE_PROGRAM_INVOCATION_SHORT_NAME */
526
527 /* Define to 1 if the system has the type `ptrdiff_t'. */
528 #define HAVE_PTRDIFF_T 1
529
530 /* Define to 1 if you have the `readlink' function. */
531 #define HAVE_READLINK 1
532
533 /* Define to 1 if you have the <search.h> header file. */
534 /* #undef HAVE_SEARCH_H */
535
536 /* Define to 1 if you have the `setenv' function. */
537 #define HAVE_SETENV 1
538
539 /* Define to 1 if you have the `setlocale' function. */
540 #define HAVE_SETLOCALE 1
541
542 /* Define to 1 if you have the <sgtty.h> header file. */
543 /* #undef HAVE_SGTTY_H */
544
545 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
546 /* #undef HAVE_SIGNED_SIG_ATOMIC_T */
547
548 /* Define to 1 if 'wchar_t' is a signed integer type. */
549 /* #undef HAVE_SIGNED_WCHAR_T */
550
551 /* Define to 1 if 'wint_t' is a signed integer type. */
552 /* #undef HAVE_SIGNED_WINT_T */
553
554 /* Define to 1 if you have the `sleep' function. */
555 #define HAVE_SLEEP 1
556
557 /* Define to 1 if you have the `snprintf' function. */
558 #define HAVE_SNPRINTF 1
559
560 /* Define to 1 if stdbool.h conforms to C99. */
561 #define HAVE_STDBOOL_H 1
562
563 /* Define to 1 if you have the <stdint.h> header file. */
564 #define HAVE_STDINT_H 1
565
566 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
567    uintmax_t. */
568 #define HAVE_STDINT_H_WITH_UINTMAX 1
569
570 /* Define to 1 if you have the <stdio_ext.h> header file. */
571 /* #undef HAVE_STDIO_EXT_H */
572
573 /* Define to 1 if you have the <stdio.h> header file. */
574 #define HAVE_STDIO_H 1
575
576 /* Define to 1 if you have the <stdlib.h> header file. */
577 #define HAVE_STDLIB_H 1
578
579 /* Define to 1 if you have the `stpcpy' function. */
580 #define HAVE_STPCPY 1
581
582 /* Define to 1 if you have the `strcasecmp' function. */
583 #define HAVE_STRCASECMP 1
584
585 /* Define to 1 if you have the `strchrnul' function. */
586 /* #undef HAVE_STRCHRNUL */
587
588 /* Define to 1 if you have the `strdup' function. */
589 #define HAVE_STRDUP 1
590
591 /* Define to 1 if you have the `strerror' function. */
592 #define HAVE_STRERROR 1
593
594 /* Define to 1 if you have the `strerror_r' function. */
595 #define HAVE_STRERROR_R 1
596
597 /* Define to 1 if you have the <strings.h> header file. */
598 #define HAVE_STRINGS_H 1
599
600 /* Define to 1 if you have the <string.h> header file. */
601 #define HAVE_STRING_H 1
602
603 /* Define to 1 if you have the `strncasecmp' function. */
604 #define HAVE_STRNCASECMP 1
605
606 /* Define if you have the strndup() function and it works. */
607 /* #undef HAVE_STRNDUP */
608
609 /* Define to 1 if you have the `strtol' function. */
610 #define HAVE_STRTOL 1
611
612 /* Define to 1 if `st_blksize' is member of `struct stat'. */
613 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
614
615 /* Define to 1 if `st_blocks' is member of `struct stat'. */
616 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
617
618 /* Define to 1 if `tm_zone' is member of `struct tm'. */
619 #define HAVE_STRUCT_TM_TM_ZONE 1
620
621 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
622    have utime.h but don't declare the struct anywhere. */
623 #define HAVE_STRUCT_UTIMBUF 1
624
625 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
626    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
627 #define HAVE_ST_BLKSIZE 1
628
629 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
630    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
631 #define HAVE_ST_BLOCKS 1
632
633 /* Define to 1 if you have the <sysexits.h> header file. */
634 #define HAVE_SYSEXITS_H 1
635
636 /* Define to 1 if you have the <sys/bitypes.h> header file. */
637 /* #undef HAVE_SYS_BITYPES_H */
638
639 /* Define to 1 if you have the <sys/buf.h> header file. */
640 #define HAVE_SYS_BUF_H 1
641
642 /* Define to 1 if you have the <sys/device.h> header file. */
643 /* #undef HAVE_SYS_DEVICE_H */
644
645 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
646    */
647 /* #undef HAVE_SYS_DIR_H */
648
649 /* Define if your system has sys_errlist global variable */
650 #define HAVE_SYS_ERRLIST 1
651
652 /* Define to 1 if you have the <sys/gentape.h> header file. */
653 /* #undef HAVE_SYS_GENTAPE_H */
654
655 /* Define to 1 if you have the <sys/inet.h> header file. */
656 /* #undef HAVE_SYS_INET_H */
657
658 /* Define to 1 if you have the <sys/inttypes.h> header file. */
659 /* #undef HAVE_SYS_INTTYPES_H */
660
661 /* Define to 1 if you have the <sys/io/trioctl.h> header file. */
662 /* #undef HAVE_SYS_IO_TRIOCTL_H */
663
664 /* Define to 1 if you have the <sys/mtio.h> header file. */
665 #define HAVE_SYS_MTIO_H 1
666
667 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
668    */
669 /* #undef HAVE_SYS_NDIR_H */
670
671 /* Define to 1 if you have the <sys/param.h> header file. */
672 #define HAVE_SYS_PARAM_H 1
673
674 /* Define to 1 if you have the <sys/stat.h> header file. */
675 #define HAVE_SYS_STAT_H 1
676
677 /* Define to 1 if you have the <sys/tape.h> header file. */
678 /* #undef HAVE_SYS_TAPE_H */
679
680 /* Define to 1 if you have the <sys/timeb.h> header file. */
681 /* #undef HAVE_SYS_TIMEB_H */
682
683 /* Define to 1 if you have the <sys/time.h> header file. */
684 #define HAVE_SYS_TIME_H 1
685
686 /* Define to 1 if you have the <sys/tprintf.h> header file. */
687 /* #undef HAVE_SYS_TPRINTF_H */
688
689 /* Define to 1 if you have the <sys/types.h> header file. */
690 #define HAVE_SYS_TYPES_H 1
691
692 /* Define to 1 if you have the <sys/wait.h> header file. */
693 #define HAVE_SYS_WAIT_H 1
694
695 /* Define to 1 if you have the <time.h> header file. */
696 #define HAVE_TIME_H 1
697
698 /* Define if struct tm has the tm_gmtoff member. */
699 #define HAVE_TM_GMTOFF 1
700
701 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
702    `HAVE_STRUCT_TM_TM_ZONE' instead. */
703 #define HAVE_TM_ZONE 1
704
705 /* Define to 1 if you have the `tsearch' function. */
706 /* #undef HAVE_TSEARCH */
707
708 /* Define to 1 if you don't have `tm_zone' but do have the external array
709    `tzname'. */
710 /* #undef HAVE_TZNAME */
711
712 /* Define to 1 if you have the <unistd.h> header file. */
713 #define HAVE_UNISTD_H 1
714
715 /* Define to 1 if you have the `unsetenv' function. */
716 #define HAVE_UNSETENV 1
717
718 /* Define to 1 if the system has the type `unsigned long long int'. */
719 #define HAVE_UNSIGNED_LONG_LONG_INT 1
720
721 /* Define to 1 if you have the <utime.h> header file. */
722 #define HAVE_UTIME_H 1
723
724 /* Define to 1 if you have the <utmp.h> header file. */
725 #define HAVE_UTMP_H 1
726
727 /* Define to 1 if you have the `vasnprintf' function. */
728 /* #undef HAVE_VASNPRINTF */
729
730 /* Define to 1 if you have the `vsnprintf' function. */
731 #define HAVE_VSNPRINTF 1
732
733 /* Define to 1 if you have the <wchar.h> header file. */
734 #define HAVE_WCHAR_H 1
735
736 /* Define if you have the 'wchar_t' type. */
737 #define HAVE_WCHAR_T 1
738
739 /* Define to 1 if you have the `wcslen' function. */
740 #define HAVE_WCSLEN 1
741
742 /* Define to 1 if you have the <wctype.h> header file. */
743 #define HAVE_WCTYPE_H 1
744
745 /* Define if you have the 'wint_t' type. */
746 #define HAVE_WINT_T 1
747
748 /* Define to 1 if you have the `wmemchr' function. */
749 #define HAVE_WMEMCHR 1
750
751 /* Define to 1 if you have the `wmemcpy' function. */
752 #define HAVE_WMEMCPY 1
753
754 /* Define to 1 if you have the `wmempcpy' function. */
755 /* #undef HAVE_WMEMPCPY */
756
757 /* Define to 1 if O_NOATIME works. */
758 #define HAVE_WORKING_O_NOATIME 0
759
760 /* Define to 1 if O_NOFOLLOW works. */
761 #define HAVE_WORKING_O_NOFOLLOW 1
762
763 /* Define if utimes works properly. */
764 #define HAVE_WORKING_UTIMES 1
765
766 /* Define to 1 if the system has the type `_Bool'. */
767 #define HAVE__BOOL 1
768
769 /* Define to 1 if you have the `_ftime' function. */
770 /* #undef HAVE__FTIME */
771
772 /* Define to 1 if you have the `__fpending' function. */
773 /* #undef HAVE___FPENDING */
774
775 #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
776 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
777 #else
778 # define ISSLASH(C) ((C) == '/')
779 #endif
780
781 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
782    slash. */
783 /* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */
784
785 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
786    */
787 /* #undef MAJOR_IN_MKDEV */
788
789 /* Define to 1 if `major', `minor', and `makedev' are declared in
790    <sysmacros.h>. */
791 /* #undef MAJOR_IN_SYSMACROS */
792
793 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
794 #define MALLOC_0_IS_NONNULL 1
795
796 /* Define to mt_model (v.g., for DG/UX), else to mt_type. */
797 #define MTIO_CHECK_FIELD mt_type
798
799 /* Name of package */
800 #define PACKAGE "cpio"
801
802 /* Define to the address where bug reports for this package should be sent. */
803 #define PACKAGE_BUGREPORT "bug-cpio@gnu.org"
804
805 /* Define to the full name of this package. */
806 #define PACKAGE_NAME "GNU cpio"
807
808 /* Define to the full name and version of this package. */
809 #define PACKAGE_STRING "GNU cpio 2.8-FreeBSD"
810
811 /* Define to the one symbol short name of this package. */
812 #define PACKAGE_TARNAME "cpio"
813
814 /* Define to the version of this package. */
815 #define PACKAGE_VERSION "2.8-FreeBSD"
816
817 /* the number of pending output bytes on stream `fp' */
818 #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
819
820 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
821 /* #undef PRI_MACROS_BROKEN */
822
823 /* Define to 1 if the C compiler supports function prototypes. */
824 #define PROTOTYPES 1
825
826 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
827    'ptrdiff_t'. */
828 /* #undef PTRDIFF_T_SUFFIX */
829
830 /* Define if vasnprintf exists but is overridden by gnulib. */
831 /* #undef REPLACE_VASNPRINTF */
832
833 /* Define as the return type of signal handlers (`int' or `void'). */
834 #define RETSIGTYPE void
835
836 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
837    'sig_atomic_t'. */
838 /* #undef SIG_ATOMIC_T_SUFFIX */
839
840 /* Define as the maximum value of type 'size_t', if the system doesn't define
841    it. */
842 /* #undef SIZE_MAX */
843
844 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
845    'size_t'. */
846 /* #undef SIZE_T_SUFFIX */
847
848 /* If using the C implementation of alloca, define if you know the
849    direction of stack growth for your system; otherwise it will be
850    automatically deduced at runtime.
851         STACK_DIRECTION > 0 => grows toward higher addresses
852         STACK_DIRECTION < 0 => grows toward lower addresses
853         STACK_DIRECTION = 0 => direction of growth unknown */
854 /* #undef STACK_DIRECTION */
855
856 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
857 /* #undef STAT_MACROS_BROKEN */
858
859 /* Define to 1 if you have the ANSI C header files. */
860 #define STDC_HEADERS 1
861
862 /* Define to 1 if strerror_r returns char *. */
863 /* #undef STRERROR_R_CHAR_P */
864
865 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
866 #define TIME_WITH_SYS_TIME 1
867
868 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
869 /* #undef TM_IN_SYS_TIME */
870
871 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
872    Unlocked I/O can improve performance in unithreaded apps, but it is not
873    safe for multithreaded apps. */
874 #define USE_UNLOCKED_IO 1
875
876 /* Version number of package */
877 #define VERSION "2.8-FreeBSD"
878
879 /* Define if unsetenv() returns void, not int. */
880 /* #undef VOID_UNSETENV */
881
882 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
883    'wchar_t'. */
884 /* #undef WCHAR_T_SUFFIX */
885
886 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
887    'wint_t'. */
888 /* #undef WINT_T_SUFFIX */
889
890 /* Define to 1 if on AIX 3.
891    System headers sometimes define this.
892    We just want to avoid a redefinition error message.  */
893 #ifndef _ALL_SOURCE
894 /* # undef _ALL_SOURCE */
895 #endif
896
897 /* Number of bits in a file offset, on hosts where this is settable. */
898 /* #undef _FILE_OFFSET_BITS */
899
900 /* Enable GNU extensions on systems that have them.  */
901 #ifndef _GNU_SOURCE
902 # define _GNU_SOURCE 1
903 #endif
904
905 /* Define for large files, on AIX-style hosts. */
906 /* #undef _LARGE_FILES */
907
908 /* Define to 1 if on MINIX. */
909 /* #undef _MINIX */
910
911 /* Define to 2 if the system does not provide POSIX.1 features except with
912    this defined. */
913 /* #undef _POSIX_1_SOURCE */
914
915 /* Define to 1 if you need to in order for `stat' and other things to work. */
916 /* #undef _POSIX_SOURCE */
917
918 /* Enable extensions on Solaris.  */
919 #ifndef __EXTENSIONS__
920 # define __EXTENSIONS__ 1
921 #endif
922 #ifndef _POSIX_PTHREAD_SEMANTICS
923 # define _POSIX_PTHREAD_SEMANTICS 1
924 #endif
925 #ifndef _TANDEM_SOURCE
926 # define _TANDEM_SOURCE 1
927 #endif
928
929 /* Define to rpl_ if the getopt replacement functions and variables should be
930    used. */
931 #define __GETOPT_PREFIX rpl_
932
933 /* Define to rpl_ if the openat replacement function should be used. */
934 #define __OPENAT_PREFIX rpl_
935
936 /* Define like PROTOTYPES; this can be used by system headers. */
937 #define __PROTOTYPES 1
938
939 /* Define to empty if `const' does not conform to ANSI C. */
940 /* #undef const */
941
942 /* Define to rpl_fchownat if the replacement function should be used. */
943 #define fchownat rpl_fchownat
944
945 /* Define to a replacement function name for fnmatch(). */
946 /* #define fnmatch gnu_fnmatch */
947
948 /* Define to `int' if <sys/types.h> does not define. */
949 /* #undef gid_t */
950
951 /* A replacement for va_copy, if needed.  */
952 #define gl_va_copy(a,b) ((a) = (b))
953
954 /* Define to rpl_gmtime if the replacement function should be used. */
955 /* #undef gmtime */
956
957 /* Define to `__inline__' or `__inline' if that's what the C compiler
958    calls it, or to nothing if 'inline' is not supported under any name.  */
959 #ifndef __cplusplus
960 /* #undef inline */
961 #endif
962
963 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
964 /* #undef intmax_t */
965
966 /* Define to rpl_localtime if the replacement function should be used. */
967 /* #undef localtime */
968
969 /* Define to rpl_malloc if the replacement function should be used. */
970 /* #undef malloc */
971
972 /* Define to a type if <wchar.h> does not define. */
973 /* #undef mbstate_t */
974
975 /* Define to rpl_mktime if the replacement function should be used. */
976 #define mktime rpl_mktime
977
978 /* Define to `long int' if <sys/types.h> does not define. */
979 /* #undef off_t */
980
981 /* Define to a replacement function name for realpath(). */
982 #define realpath rpl_realpath
983
984 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
985    supported. Do not define if restrict is supported directly. */
986 /* #undef restrict */
987
988 /* Define to `unsigned int' if <sys/types.h> does not define. */
989 /* #undef size_t */
990
991 /* Define as a signed type of the same size as size_t. */
992 /* #undef ssize_t */
993
994 /* Define to rpl_strnlen if the replacement function should be used. */
995 #define strnlen rpl_strnlen
996
997 /* Define to `int' if <sys/types.h> doesn't define. */
998 /* #undef uid_t */
999
1000 /* Define as a macro for copying va_list variables. */
1001 /* #undef va_copy */