Merge from vendor branch OPENPAM:
[dragonfly.git] / lib / libarchive / config.h
1 /* $DragonFly: src/lib/libarchive/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_DECL_STRERROR_R 1
6 #define HAVE_EFTYPE 1
7 #define HAVE_EILSEQ 1
8 #define HAVE_ERRNO_H 1
9 #define HAVE_FCHDIR 1
10 #define HAVE_FCNTL_H 1
11 #define HAVE_INTTYPES_H 1
12 #define HAVE_LCHMOD 1
13 #define HAVE_LCHOWN 1
14 #define HAVE_LIMITS_H 1
15 #define HAVE_LUTIMES 1
16 #define HAVE_MALLOC 1
17 #define HAVE_MEMMOVE 1
18 #define HAVE_MEMORY_H 1
19 #define HAVE_MEMSET 1
20 #define HAVE_MKDIR 1
21 #define HAVE_MKFIFO 1
22 #define HAVE_PATHS_H 1
23 #define HAVE_STDINT_H 1
24 #define HAVE_STDLIB_H 1
25 #define HAVE_STRCHR 1
26 #define HAVE_STRDUP 1
27 #define HAVE_STRERROR 1
28 #define HAVE_STRERROR_R 1
29 #define HAVE_STRINGS_H 1
30 #define HAVE_STRING_H 1
31 #define HAVE_STRRCHR 1
32 #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
33 #define HAVE_STRUCT_STAT_ST_RDEV 1
34 #define HAVE_SYS_IOCTL_H 1
35 #define HAVE_SYS_STAT_H 1
36 #define HAVE_SYS_TIME_H 1
37 #define HAVE_SYS_TYPES_H 1
38 #define HAVE_SYS_WAIT_H 1
39 #define HAVE_UNISTD_H 1
40 #define HAVE_VASPRINTF 1
41 #define HAVE_WCHAR_H 1
42 #define HAVE_ZLIB_H 1
43 #define STDC_HEADERS 1
44 #define TIME_WITH_SYS_TIME 1
45
46 #undef __FreeBSD__