Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / tar / config.h
1 /* $FreeBSD: src/gnu/usr.bin/tar/config.h,v 1.1.2.1 2002/07/14 13:19:46 sobomax Exp $ */
2
3 #include <paths.h>
4
5 /* config.h.  Generated automatically by configure.  */
6 /* config.h.in.  Generated automatically from configure.ac by autoheader.  */
7
8 /* Define if the `closedir' function returns void instead of `int'. */
9 /* #undef CLOSEDIR_VOID */
10
11 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
12    systems. This function is required for `alloca.c' support on those systems.
13    */
14 /* #undef CRAY_STACKSEG_END */
15
16 /* Define if using `alloca.c'. */
17 /* #undef C_ALLOCA */
18
19 /* Define to a string giving the full name of the default archive file. */
20 #define DEFAULT_ARCHIVE _PATH_DEFTAPE
21
22 /* Define to a number giving the default blocking size for archives. */
23 #define DEFAULT_BLOCKING 20
24
25 /*
26    [Define], [to], [1], [if], [density], [may], [be], [indicated], [by], [[lmh]], [at], [end], [of], [device.]
27    */
28 /* #undef DENSITY_LETTER */
29
30 /* Define to a string giving the prefix of the default device, without the
31    part specifying the unit and density. */
32 #define DEVICE_PREFIX _PATH_DEFTAPE
33
34 /* Define if there is a member named d_ino in the struct describing directory
35    headers. */
36 #define D_INO_IN_DIRENT 1
37
38 /* Define to 1 if translation of program messages to the user's native
39    language is requested. */
40 #define ENABLE_NLS 0
41
42 /* Define if you have the `alarm' function. */
43 #define HAVE_ALARM 1
44
45 /* Define if you have `alloca', as a function or macro. */
46 #define HAVE_ALLOCA 1
47
48 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
49 /* #undef HAVE_ALLOCA_H */
50
51 /* Define if you have the <argz.h> header file. */
52 /* #undef HAVE_ARGZ_H */
53
54 /* Define if you have the `clock_gettime' function. */
55 #define HAVE_CLOCK_GETTIME 1
56
57 /* Define if backslash-a works in C strings. */
58 #define HAVE_C_BACKSLASH_A 1
59
60 /* Define if you have the `dcgettext' function. */
61 #define HAVE_DCGETTEXT 1
62
63 /* Define to 1 if free is declared. */
64 #define HAVE_DECL_FREE 1
65
66 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
67    */
68 #define HAVE_DECL_GETENV 1
69
70 /* Define to 1 if getgrgid is declared. */
71 #define HAVE_DECL_GETGRGID 1
72
73 /* Define to 1 if getpwuid is declared. */
74 #define HAVE_DECL_GETPWUID 1
75
76 /* Define to 1 if malloc is declared. */
77 #define HAVE_DECL_MALLOC 1
78
79 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
80    don't. */
81 #define HAVE_DECL_STRERROR_R 1
82
83 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
84    don't. */
85 #define HAVE_DECL_STRTOUL 1
86
87 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
88    don't. */
89 #define HAVE_DECL_STRTOULL 1
90
91 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
92    don't. */
93 #define HAVE_DECL_STRTOUMAX 0
94
95 /* Define if you have the <dirent.h> header file, and it defines `DIR'. */
96 #define HAVE_DIRENT_H 1
97
98 /* Define if the malloc check has been performed. */
99 #define HAVE_DONE_WORKING_MALLOC_CHECK 1
100
101 /* Define if the realloc check has been performed. */
102 #define HAVE_DONE_WORKING_REALLOC_CHECK 1
103
104 /* Define if you don't have `vprintf' but do have `_doprnt.' */
105 /* #undef HAVE_DOPRNT */
106
107 /* Define if you have the `fchdir' function. */
108 #define HAVE_FCHDIR 1
109
110 /* Define if you have the <fcntl.h> header file. */
111 #define HAVE_FCNTL_H 1
112
113 /* Define if you have the `feof_unlocked' function. */
114 /* #undef HAVE_FEOF_UNLOCKED */
115
116 /* Define if you have the `fgets_unlocked' function. */
117 /* #undef HAVE_FGETS_UNLOCKED */
118
119 /* Define if your system has a working `fnmatch' function. */
120 #define HAVE_FNMATCH 1
121
122 /* Define if you have the `fsync' function. */
123 #define HAVE_FSYNC 1
124
125 /* Define if you have the `ftime' function. */
126 /* #undef HAVE_FTIME */
127
128 /* Define if you have the `ftruncate' function. */
129 #define HAVE_FTRUNCATE 1
130
131 /* Define if you have the `getcwd' function. */
132 #define HAVE_GETCWD 1
133
134 /* Define if getcwd (NULL, 0) allocates memory for result. */
135 #define HAVE_GETCWD_NULL 1
136
137 /* Define if you have the `getegid' function. */
138 #define HAVE_GETEGID 1
139
140 /* Define if you have the `geteuid' function. */
141 #define HAVE_GETEUID 1
142
143 /* Define if you have the `getgid' function. */
144 #define HAVE_GETGID 1
145
146 /* Define if you have the `getpagesize' function. */
147 #define HAVE_GETPAGESIZE 1
148
149 /* Define if the GNU gettext() function is already present or preinstalled. */
150 #define HAVE_GETTEXT 1
151
152 /* Define if you have the `getuid' function. */
153 #define HAVE_GETUID 1
154
155 /* Define if you have the iconv() function. */
156 /* #undef HAVE_ICONV */
157
158 /* Define if you have the <inttypes.h> header file. */
159 #define HAVE_INTTYPES_H 1
160
161 /* Define if you have the `isascii' function. */
162 #define HAVE_ISASCII 1
163
164 /* Define if you have the `iswprint' function. */
165 /* #undef HAVE_ISWPRINT */
166
167 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
168 #define HAVE_LANGINFO_CODESET 1
169
170 /* Define if you have the `lchown' function. */
171 #define HAVE_LCHOWN 1
172
173 /* Define if your <locale.h> file defines LC_MESSAGES. */
174 #define HAVE_LC_MESSAGES 1
175
176 /* Define if you have the <limits.h> header file. */
177 #define HAVE_LIMITS_H 1
178
179 /* Define if you have the <linux/fd.h> header file. */
180 /* #undef HAVE_LINUX_FD_H */
181
182 /* Define if you have the <locale.h> header file. */
183 #define HAVE_LOCALE_H 1
184
185 /* Define if you have the `localtime_r' function. */
186 #define HAVE_LOCALTIME_R 1
187
188 /* Define if you support file names longer than 14 characters. */
189 #define HAVE_LONG_FILE_NAMES 1
190
191 /* Define if you have the long long type. */
192 #define HAVE_LONG_LONG 1
193
194 /* Define if you have the `lstat' function. */
195 #define HAVE_LSTAT 1
196
197 /* Define if you have the <malloc.h> header file. */
198 /* #undef HAVE_MALLOC_H */
199
200 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
201 /* #undef HAVE_MBRTOWC */
202
203 /* Define if you have the `mbsinit' function. */
204 /* #undef HAVE_MBSINIT */
205
206 /* Define if you have the <memory.h> header file. */
207 #define HAVE_MEMORY_H 1
208
209 /* Define if you have the `mempcpy' function. */
210 /* #undef HAVE_MEMPCPY */
211
212 /* Define if you have the `memset' function. */
213 #define HAVE_MEMSET 1
214
215 /* Define if you have the `mkfifo' function. */
216 #define HAVE_MKFIFO 1
217
218 /* Define to 1 if the mknod function is available. */
219 #define HAVE_MKNOD 1
220
221 /* Define if you have a working `mmap' system call. */
222 #define HAVE_MMAP 1
223
224 /* Define if you have the `munmap' function. */
225 #define HAVE_MUNMAP 1
226
227 /* Define if you have the `nap' function. */
228 /* #undef HAVE_NAP */
229
230 /* Define if you have the `napms' function. */
231 /* #undef HAVE_NAPMS */
232
233 /* Define if you have the <ndir.h> header file, and it defines `DIR'. */
234 /* #undef HAVE_NDIR_H */
235
236 /* Define if you have the <netdb.h> header file. */
237 /* #undef HAVE_NETDB_H */
238
239 /* Define if you have the <net/errno.h> header file. */
240 /* #undef HAVE_NET_ERRNO_H */
241
242 /* Define if you have the <nl_types.h> header file. */
243 #define HAVE_NL_TYPES_H 1
244
245 /* Define if you have the `pathconf' function. */
246 #define HAVE_PATHCONF 1
247
248 /* Define if you have the `poll' function. */
249 #define HAVE_POLL 1
250
251 /* Define if you have the <poll.h> header file. */
252 #define HAVE_POLL_H 1
253
254 /* Define if you have the `putenv' function. */
255 #define HAVE_PUTENV 1
256
257 /* Define if you have the `readlink' function. */
258 #define HAVE_READLINK 1
259
260 /* Define if you have the `rename' function. */
261 #define HAVE_RENAME 1
262
263 /* Define if you have the `rmdir' function. */
264 #define HAVE_RMDIR 1
265
266 /* Define if you have the `select' function. */
267 #define HAVE_SELECT 1
268
269 /* Define if you have the `setenv' function. */
270 #define HAVE_SETENV 1
271
272 /* Define if you have the `setlocale' function. */
273 #define HAVE_SETLOCALE 1
274
275 /* Define if you have the <sgtty.h> header file. */
276 #define HAVE_SGTTY_H 1
277
278 /* Define if you have the <stdbool.h> header file. */
279 #define HAVE_STDBOOL_H 1
280
281 /* Define if you have the <stddef.h> header file. */
282 #define HAVE_STDDEF_H 1
283
284 /* Define if you have the <stdint.h> header file. */
285 /* #undef HAVE_STDINT_H */
286
287 /* Define if you have the <stdlib.h> header file. */
288 #define HAVE_STDLIB_H 1
289
290 /* Define if you have the `stpcpy' function. */
291 /* #undef HAVE_STPCPY */
292
293 /* Define if you have the `strcasecmp' function. */
294 #define HAVE_STRCASECMP 1
295
296 /* Define if you have the `strchr' function. */
297 #define HAVE_STRCHR 1
298
299 /* Define if you have the `strdup' function. */
300 #define HAVE_STRDUP 1
301
302 /* Define if you have the `strerror' function. */
303 #define HAVE_STRERROR 1
304
305 /* Define if you have the `strerror_r' function. */
306 #define HAVE_STRERROR_R 1
307
308 /* Define if you have the <strings.h> header file. */
309 #define HAVE_STRINGS_H 1
310
311 /* Define if you have the <string.h> header file. */
312 #define HAVE_STRING_H 1
313
314 /* Define if you have the `strncasecmp' function. */
315 #define HAVE_STRNCASECMP 1
316
317 /* Define if you have the <stropts.h> header file. */
318 /* #undef HAVE_STROPTS_H */
319
320 /* Define if you have the `strstr' function. */
321 #define HAVE_STRSTR 1
322
323 /* Define if you have the `strtol' function. */
324 #define HAVE_STRTOL 1
325
326 /* Define if you have the `strtoul' function. */
327 #define HAVE_STRTOUL 1
328
329 /* Define if you have the `strtoull' function. */
330 #define HAVE_STRTOULL 1
331
332 /* Define if you have the `strtoumax' function. */
333 /* #undef HAVE_STRTOUMAX */
334
335 /* Define if `st_blksize' is member of `struct stat'. */
336 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
337
338 /* Define if `st_blocks' is member of `struct stat'. */
339 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
340
341 /* Define if `tm_zone' is member of `struct tm'. */
342 #define HAVE_STRUCT_TM_TM_ZONE 1
343
344 /* Define if your `struct stat' has `st_blksize'. Deprecated, use
345    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
346 #define HAVE_ST_BLKSIZE 1
347
348 /* Define if your `struct stat' has `st_blocks'. Deprecated, use
349    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
350 #define HAVE_ST_BLOCKS 1
351
352 /* Define if struct stat has a char st_fstype[] member. */
353 /* #undef HAVE_ST_FSTYPE_STRING */
354
355 /* Define if you have the `symlink' function. */
356 #define HAVE_SYMLINK 1
357
358 /* Define if you have the <sys/buf.h> header file. */
359 #define HAVE_SYS_BUF_H 1
360
361 /* Define if you have the <sys/device.h> header file. */
362 /* #undef HAVE_SYS_DEVICE_H */
363
364 /* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
365 /* #undef HAVE_SYS_DIR_H */
366
367 /* Define if you have the <sys/gentape.h> header file. */
368 /* #undef HAVE_SYS_GENTAPE_H */
369
370 /* Define if you have the <sys/inet.h> header file. */
371 /* #undef HAVE_SYS_INET_H */
372
373 /* Define if you have the <sys/ioccom.h> header file. */
374 #define HAVE_SYS_IOCCOM_H 1
375
376 /* Define if you have the <sys/io/trioctl.h> header file. */
377 /* #undef HAVE_SYS_IO_TRIOCTL_H */
378
379 /* Define if you have the <sys/mtio.h> header file. */
380 #define HAVE_SYS_MTIO_H 1
381
382 /* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
383 /* #undef HAVE_SYS_NDIR_H */
384
385 /* Define if you have the <sys/param.h> header file. */
386 #define HAVE_SYS_PARAM_H 1
387
388 /* Define if you have the <sys/stat.h> header file. */
389 #define HAVE_SYS_STAT_H 1
390
391 /* Define if you have the <sys/tape.h> header file. */
392 /* #undef HAVE_SYS_TAPE_H */
393
394 /* Define if you have the <sys/timeb.h> header file. */
395 #define HAVE_SYS_TIMEB_H 1
396
397 /* Define if you have the <sys/time.h> header file. */
398 #define HAVE_SYS_TIME_H 1
399
400 /* Define if you have the <sys/tprintf.h> header file. */
401 #define HAVE_SYS_TPRINTF_H 1
402
403 /* Define if you have the <sys/types.h> header file. */
404 #define HAVE_SYS_TYPES_H 1
405
406 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
407 #define HAVE_SYS_WAIT_H 1
408
409 /* Define if your `struct tm' has `tm_zone'. Deprecated, use
410    `HAVE_STRUCT_TM_TM_ZONE' instead. */
411 #define HAVE_TM_ZONE 1
412
413 /* Define if you have the `tsearch' function. */
414 #define HAVE_TSEARCH 1
415
416 /* Define if you don't have `tm_zone' but do have the external array `tzname'.
417    */
418 /* #undef HAVE_TZNAME */
419
420 /* Define if you have the <unistd.h> header file. */
421 #define HAVE_UNISTD_H 1
422
423 /* Define if you have the unsigned long long type. */
424 #define HAVE_UNSIGNED_LONG_LONG 1
425
426 /* Define if you have the `usleep' function. */
427 #define HAVE_USLEEP 1
428
429 /* Define to 1 if utime.h exists and declares struct utimbuf. */
430 #define HAVE_UTIME_H 1
431
432 /* Define if you have the `vprintf' function. */
433 #define HAVE_VPRINTF 1
434
435 /* Define if you have the `waitpid' function. */
436 #define HAVE_WAITPID 1
437
438 /* Define if you have the <wchar.h> header file. */
439 #define HAVE_WCHAR_H 1
440
441 /* Define if you have the <wctype.h> header file. */
442 #define HAVE_WCTYPE_H 1
443
444 /* Define to 1 if `strerror_r' returns a string. */
445 /* #undef HAVE_WORKING_STRERROR_R */
446
447 /* Define if you have the `__argz_count' function. */
448 /* #undef HAVE___ARGZ_COUNT */
449
450 /* Define if you have the `__argz_next' function. */
451 /* #undef HAVE___ARGZ_NEXT */
452
453 /* Define if you have the `__argz_stringify' function. */
454 /* #undef HAVE___ARGZ_STRINGIFY */
455
456 /* Define as const if the declaration of iconv() needs const. */
457 /* #undef ICONV_CONST */
458
459 /* Define if `major', `minor', and `makedev' are declared in <mkdev.h>. */
460 /* #undef MAJOR_IN_MKDEV */
461
462 /* Define if `major', `minor', and `makedev' are declared in <sysmacros.h>. */
463 /* #undef MAJOR_IN_SYSMACROS */
464
465 /* Define to mt_model (v.g., for DG/UX), else to mt_type. */
466 #define MTIO_CHECK_FIELD mt_type
467
468 /* Name of package */
469 #define PACKAGE "tar"
470
471 /* Define if the C compiler supports function prototypes. */
472 #define PROTOTYPES 1
473
474 /* Define to the full path of your rsh, if any. */
475 #define REMOTE_SHELL _PATH_RSH
476
477 /* Define as the return type of signal handlers (`int' or `void'). */
478 #define RETSIGTYPE void
479
480 /* If using the C implementation of alloca, define if you know the
481    direction of stack growth for your system; otherwise it will be
482    automatically deduced at run-time.
483         STACK_DIRECTION > 0 => grows toward higher addresses
484         STACK_DIRECTION < 0 => grows toward lower addresses
485         STACK_DIRECTION = 0 => direction of growth unknown */
486 /* #undef STACK_DIRECTION */
487
488 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
489 /* #undef STAT_MACROS_BROKEN */
490
491 /* Define if you have the ANSI C header files. */
492 #define STDC_HEADERS 1
493
494 /* Define if you can safely include both <sys/time.h> and <time.h>. */
495 #define TIME_WITH_SYS_TIME 1
496
497 /* Define if your <sys/time.h> declares `struct tm'. */
498 /* #undef TM_IN_SYS_TIME */
499
500 /* Define to 1 if using the included libintl implementation. */
501 /* #undef USE_INCLUDED_LIBINTL */
502
503 /* Version number of package */
504 #define VERSION "1.13.25"
505
506 /* Define if on AIX 3.
507    System headers sometimes define this.
508    We just want to avoid a redefinition error message.  */
509 #ifndef _ALL_SOURCE
510 /* # undef _ALL_SOURCE */
511 #endif
512
513 /* Number of bits in a file offset, on hosts where this is settable. */
514 /* #undef _FILE_OFFSET_BITS */
515
516 /* Define unconditionally for setting a GNU environment. */
517 #define _GNU_SOURCE 1
518
519 /* Define for large files, on AIX-style hosts. */
520 /* #undef _LARGE_FILES */
521
522 /* Define if on MINIX. */
523 /* #undef _MINIX */
524
525 /* Define if the system does not provide POSIX.1 features except with this
526    defined. */
527 /* #undef _POSIX_1_SOURCE */
528
529 /* Define if you need to in order for `stat' and other things to work. */
530 /* #undef _POSIX_SOURCE */
531
532 /* Define to empty if `const' does not conform to ANSI C. */
533 /* #undef const */
534
535 /* Define to `int' if <sys/types.h> doesn't define. */
536 /* #undef gid_t */
537
538 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
539    if it is not supported. */
540 /* #undef inline */
541
542 /* Define to widest signed type if <inttypes.h> doesn't define. */
543 #define intmax_t long long
544
545 /* Type of major device numbers. */
546 #define major_t int
547
548 /* Define to rpl_malloc if the replacement function should be used. */
549 /* #undef malloc */
550
551 /* Define to a type if <wchar.h> does not define. */
552 /* #undef mbstate_t */
553
554 /* Type of minor device numbers. */
555 #define minor_t int
556
557 /* Define to rpl_mktime if the replacement function should be used. */
558 #define mktime rpl_mktime
559
560 /* Define to `int' if <sys/types.h> does not define. */
561 /* #undef mode_t */
562
563 /* Define to `long' if <sys/types.h> does not define. */
564 /* #undef off_t */
565
566 /* Define to `int' if <sys/types.h> does not define. */
567 /* #undef pid_t */
568
569 /* Define to rpl_realloc if the replacement function should be used. */
570 /* #undef realloc */
571
572 /* Define to `unsigned' if <sys/types.h> does not define. */
573 /* #undef size_t */
574
575 /* Type of sizes or error indications. */
576 /* #undef ssize_t */
577
578 /* Define to `int' if <sys/types.h> doesn't define. */
579 /* #undef uid_t */
580
581 /* Define to widest unsigned type if <inttypes.h> doesn't define. */
582 #define uintmax_t unsigned long long