Add comment saying this is used by both libarchive and bsdtar.
[dragonfly.git] / usr.bin / tar / config.h
1 /* $DragonFly: src/usr.bin/tar/Attic/config.h,v 1.1 2004/11/10 18:02:24 joerg Exp $ */
2
3 #define HAVE_BZLIB_H 1
4 #define HAVE_CHFLAGS 1
5 #define HAVE_DIRENT_H 1
6 #define HAVE_D_MD_ORDER 1
7 #define HAVE_FCHDIR 1
8 #define HAVE_FCNTL_H 1
9 #define HAVE_FNMATCH 1
10 #define HAVE_FTRUNCATE 1
11 #define HAVE_GETOPT_LONG 1
12 #define HAVE_INTTYPES_H 1
13 #define HAVE_LANGINFO_H 1
14 #define HAVE_LIBARCHIVE 1
15 #define HAVE_LIBBZ2 1
16 #define HAVE_LIBZ 1
17 #define HAVE_LIMITS_H 1
18 #define HAVE_LOCALE_H 1
19 #define HAVE_MALLOC 1
20 #define HAVE_MEMMOVE 1
21 #define HAVE_MEMORY_H 1
22 #define HAVE_MEMSET 1
23 #define HAVE_NL_LANGINFO 1
24 #define HAVE_PATHS_H 1
25 #define HAVE_SETLOCALE 1
26 #define HAVE_STDINT_H 1
27 #define HAVE_STDLIB_H 1
28 #define HAVE_STRCHR 1
29 #define HAVE_STRDUP 1
30 #define HAVE_STRERROR 1
31 #define HAVE_STRFTIME 1
32 #define HAVE_STRINGS_H 1
33 #define HAVE_STRING_H 1
34 #define HAVE_STRRCHR 1
35 #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
36 #define HAVE_STRUCT_STAT_ST_RDEV 1
37 /* #define HAVE_SYS_ACL_H 1 */
38 #define HAVE_SYS_IOCTL_H 1
39 #define HAVE_SYS_PARAM_H 1
40 #define HAVE_SYS_STAT_H 1
41 #define HAVE_SYS_TYPES_H 1
42 #define HAVE_UINTMAX_T 1
43 #define HAVE_UNISTD_H 1
44 #define HAVE_VPRINTF 1
45 #define HAVE_ZLIB_H 1
46 #define STDC_HEADERS 1
47
48 #undef __FreeBSD__