1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* Version number of bsdcpio */
5 #define BSDCPIO_VERSION_STRING "1.0.0"
7 /* Version number of bsdtar */
8 #define BSDTAR_VERSION_STRING "2.5.5"
10 /* Define to 1 if you have the `acl_create_entry' function. */
11 /* #undef HAVE_ACL_CREATE_ENTRY */
13 /* Define to 1 if you have the `acl_get_perm' function. */
14 /* #undef HAVE_ACL_GET_PERM */
16 /* Define to 1 if you have the `acl_get_perm_np' function. */
17 /* #undef HAVE_ACL_GET_PERM_NP */
19 /* Define to 1 if you have the `acl_init' function. */
20 /* #undef HAVE_ACL_INIT */
22 /* Define to 1 if the system has the type `acl_permset_t'. */
23 /* #undef HAVE_ACL_PERMSET_T */
25 /* Define to 1 if you have the `acl_set_fd' function. */
26 /* #undef HAVE_ACL_SET_FD */
28 /* Define to 1 if you have the `acl_set_fd_np' function. */
29 /* #undef HAVE_ACL_SET_FD_NP */
31 /* Define to 1 if you have the `acl_set_file' function. */
32 /* #undef HAVE_ACL_SET_FILE */
34 /* True for systems with POSIX ACL support */
35 /* #undef HAVE_ACL_USER */
37 /* Define to 1 if you have the <attr/xattr.h> header file. */
38 /* #undef HAVE_ATTR_XATTR_H */
40 /* Define to 1 if you have the <bzlib.h> header file. */
41 #define HAVE_BZLIB_H 1
43 /* Define to 1 if you have the `chflags' function. */
44 #define HAVE_CHFLAGS 1
46 /* Define to 1 if you have the `chown' function. */
49 /* Define to 1 if you have the `chroot' function. */
52 /* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you
54 #define HAVE_DECL_INT64_MAX 1
56 /* Define to 1 if you have the declaration of `INT64_MIN', and to 0 if you
58 #define HAVE_DECL_INT64_MIN 1
60 /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
62 #define HAVE_DECL_OPTARG 1
64 /* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
66 #define HAVE_DECL_OPTIND 1
68 /* Define to 1 if you have the declaration of `SIZE_MAX', and to 0 if you
70 #define HAVE_DECL_SIZE_MAX 1
72 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
74 #define HAVE_DECL_STRERROR_R 1
76 /* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you
78 #define HAVE_DECL_UINT32_MAX 1
80 /* Define to 1 if you have the declaration of `UINT64_MAX', and to 0 if you
82 #define HAVE_DECL_UINT64_MAX 1
84 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
86 #define HAVE_DIRENT_H 1
88 /* Define to 1 if you have the <dlfcn.h> header file. */
89 #define HAVE_DLFCN_H 1
91 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
92 /* #undef HAVE_DOPRNT */
94 /* Define to 1 if nl_langinfo supports D_MD_ORDER */
95 /* #undef HAVE_D_MD_ORDER */
97 /* A possible errno value for invalid file format errors */
100 /* A possible errno value for invalid file format errors */
101 #define HAVE_EILSEQ 1
103 /* Define to 1 if you have the <errno.h> header file. */
104 #define HAVE_ERRNO_H 1
106 /* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
107 /* #undef HAVE_EXT2FS_EXT2_FS_H */
109 /* Define to 1 if you have the `fchdir' function. */
110 #define HAVE_FCHDIR 1
112 /* Define to 1 if you have the `fchflags' function. */
113 #define HAVE_FCHFLAGS 1
115 /* Define to 1 if you have the `fchmod' function. */
116 #define HAVE_FCHMOD 1
118 /* Define to 1 if you have the `fchown' function. */
119 #define HAVE_FCHOWN 1
121 /* Define to 1 if you have the `fcntl' function. */
124 /* Define to 1 if you have the <fcntl.h> header file. */
125 #define HAVE_FCNTL_H 1
127 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
128 #define HAVE_FNMATCH 1
130 /* Define to 1 if fnmatch(3) supports the FNM_LEADING_DIR flag */
131 #define HAVE_FNM_LEADING_DIR 1
133 /* Define to 1 if you have the `fork' function. */
136 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
137 #define HAVE_FSEEKO 1
139 /* Define to 1 if you have the `fsetxattr' function. */
140 /* #undef HAVE_FSETXATTR */
142 /* Define to 1 if you have the `fstat' function. */
145 /* Define to 1 if you have the `ftruncate' function. */
146 #define HAVE_FTRUNCATE 1
148 /* Define to 1 if you have the `futimes' function. */
149 #define HAVE_FUTIMES 1
151 /* Define to 1 if you have the `geteuid' function. */
152 #define HAVE_GETEUID 1
154 /* Define to 1 if you have the `getopt_long' function. */
155 #define HAVE_GETOPT_LONG 1
157 /* Define to 1 if you have the `getpid' function. */
158 #define HAVE_GETPID 1
160 /* Define to 1 if you have the `getxattr' function. */
161 /* #undef HAVE_GETXATTR */
163 /* Define to 1 if you have the <grp.h> header file. */
166 /* Define to 1 if the system has the type `intmax_t'. */
167 #define HAVE_INTMAX_T 1
169 /* Define to 1 if you have the <inttypes.h> header file. */
170 #define HAVE_INTTYPES_H 1
172 /* Define to 1 if you have the <langinfo.h> header file. */
173 #define HAVE_LANGINFO_H 1
175 /* Define to 1 if you have the `lchflags' function. */
176 #define HAVE_LCHFLAGS 1
178 /* Define to 1 if you have the `lchmod' function. */
179 #define HAVE_LCHMOD 1
181 /* Define to 1 if you have the `lchown' function. */
182 #define HAVE_LCHOWN 1
184 /* Define to 1 if you have the `lgetxattr' function. */
185 /* #undef HAVE_LGETXATTR */
187 /* Define to 1 if you have the `acl' library (-lacl). */
188 /* #undef HAVE_LIBACL */
190 /* Define to 1 if you have the `attr' library (-lattr). */
191 /* #undef HAVE_LIBATTR */
193 /* Define to 1 if you have the `bz2' library (-lbz2). */
194 #define HAVE_LIBBZ2 1
196 /* Define to 1 if you have the `z' library (-lz). */
199 /* Define to 1 if you have the <limits.h> header file. */
200 #define HAVE_LIMITS_H 1
202 /* Define to 1 if you have the <linux/fs.h> header file. */
203 /* #undef HAVE_LINUX_FS_H */
205 /* Define to 1 if you have the `listxattr' function. */
206 /* #undef HAVE_LISTXATTR */
208 /* Define to 1 if you have the `llistxattr' function. */
209 /* #undef HAVE_LLISTXATTR */
211 /* Define to 1 if you have the <locale.h> header file. */
212 #define HAVE_LOCALE_H 1
214 /* Define to 1 if the system has the type `long long int'. */
215 #define HAVE_LONG_LONG_INT 1
217 /* Define to 1 if you have the `lsetxattr' function. */
218 /* #undef HAVE_LSETXATTR */
220 /* Define to 1 if `lstat' has the bug that it succeeds when given the
221 zero-length file name argument. */
222 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
224 /* Define to 1 if you have the `lutimes' function. */
225 #define HAVE_LUTIMES 1
227 /* Define to 1 if you have the `memmove' function. */
228 #define HAVE_MEMMOVE 1
230 /* Define to 1 if you have the <memory.h> header file. */
231 #define HAVE_MEMORY_H 1
233 /* Define to 1 if you have the `memset' function. */
234 #define HAVE_MEMSET 1
236 /* Define to 1 if you have the `mkdir' function. */
239 /* Define to 1 if you have the `mkfifo' function. */
240 #define HAVE_MKFIFO 1
242 /* Define to 1 if you have the `mknod' function. */
245 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
246 /* #undef HAVE_NDIR_H */
248 /* Define to 1 if you have the `nl_langinfo' function. */
249 #define HAVE_NL_LANGINFO 1
251 /* Define to 1 if you have the <paths.h> header file. */
252 #define HAVE_PATHS_H 1
254 /* Define to 1 if you have the `pipe' function. */
257 /* Define to 1 if you have the `poll' function. */
260 /* Define to 1 if you have the <poll.h> header file. */
261 #define HAVE_POLL_H 1
263 /* Define to 1 if you have the <pwd.h> header file. */
266 /* Define to 1 if you have the <regex.h> header file. */
267 #define HAVE_REGEX_H 1
269 /* Define to 1 if you have the `select' function. */
270 #define HAVE_SELECT 1
272 /* Define to 1 if you have the `setenv' function. */
273 #define HAVE_SETENV 1
275 /* Define to 1 if you have the `setlocale' function. */
276 #define HAVE_SETLOCALE 1
278 /* Define to 1 if `stat' has the bug that it succeeds when given the
279 zero-length file name argument. */
280 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
282 /* Define to 1 if you have the <stdarg.h> header file. */
283 #define HAVE_STDARG_H 1
285 /* Define to 1 if you have the <stdint.h> header file. */
286 #define HAVE_STDINT_H 1
288 /* Define to 1 if you have the <stdlib.h> header file. */
289 #define HAVE_STDLIB_H 1
291 /* Define to 1 if you have the `strchr' function. */
292 #define HAVE_STRCHR 1
294 /* Define to 1 if you have the `strdup' function. */
295 #define HAVE_STRDUP 1
297 /* Define to 1 if you have the `strerror' function. */
298 #define HAVE_STRERROR 1
300 /* Define to 1 if you have the `strerror_r' function. */
301 #define HAVE_STRERROR_R 1
303 /* Define to 1 if you have the `strftime' function. */
304 #define HAVE_STRFTIME 1
306 /* Define to 1 if you have the <strings.h> header file. */
307 #define HAVE_STRINGS_H 1
309 /* Define to 1 if you have the <string.h> header file. */
310 #define HAVE_STRING_H 1
312 /* Define to 1 if you have the `strrchr' function. */
313 #define HAVE_STRRCHR 1
315 /* Define to 1 if `st_mtimespec.tv_nsec' is member of `struct stat'. */
316 #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
318 /* Define to 1 if `st_mtim.tv_nsec' is member of `struct stat'. */
319 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
321 /* Define to 1 if you have the <sys/acl.h> header file. */
322 /* #undef HAVE_SYS_ACL_H */
324 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
326 /* #undef HAVE_SYS_DIR_H */
328 /* Define to 1 if you have the <sys/ioctl.h> header file. */
329 #define HAVE_SYS_IOCTL_H 1
331 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
333 /* #undef HAVE_SYS_NDIR_H */
335 /* Define to 1 if you have the <sys/param.h> header file. */
336 #define HAVE_SYS_PARAM_H 1
338 /* Define to 1 if you have the <sys/poll.h> header file. */
339 #define HAVE_SYS_POLL_H 1
341 /* Define to 1 if you have the <sys/select.h> header file. */
342 #define HAVE_SYS_SELECT_H 1
344 /* Define to 1 if you have the <sys/stat.h> header file. */
345 #define HAVE_SYS_STAT_H 1
347 /* Define to 1 if you have the <sys/time.h> header file. */
348 #define HAVE_SYS_TIME_H 1
350 /* Define to 1 if you have the <sys/types.h> header file. */
351 #define HAVE_SYS_TYPES_H 1
353 /* Define to 1 if you have the <sys/utime.h> header file. */
354 /* #undef HAVE_SYS_UTIME_H */
356 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
357 #define HAVE_SYS_WAIT_H 1
359 /* Define to 1 if you have the `timegm' function. */
360 #define HAVE_TIMEGM 1
362 /* Define to 1 if you have the <time.h> header file. */
363 #define HAVE_TIME_H 1
365 /* Define to 1 if you have the `tzset' function. */
368 /* Define to 1 if the system has the type `uintmax_t'. */
369 #define HAVE_UINTMAX_T 1
371 /* Define to 1 if you have the <unistd.h> header file. */
372 #define HAVE_UNISTD_H 1
374 /* Define to 1 if you have the `unsetenv' function. */
375 #define HAVE_UNSETENV 1
377 /* Define to 1 if the system has the type `unsigned long long'. */
378 #define HAVE_UNSIGNED_LONG_LONG 1
380 /* Define to 1 if the system has the type `unsigned long long int'. */
381 #define HAVE_UNSIGNED_LONG_LONG_INT 1
383 /* Define to 1 if you have the `utime' function. */
386 /* Define to 1 if you have the `utimes' function. */
387 #define HAVE_UTIMES 1
389 /* Define to 1 if you have the <utime.h> header file. */
390 #define HAVE_UTIME_H 1
392 /* Define to 1 if you have the `vfork' function. */
395 /* Define to 1 if you have the `vprintf' function. */
396 #define HAVE_VPRINTF 1
398 /* Define to 1 if you have the <wchar.h> header file. */
399 #define HAVE_WCHAR_H 1
401 /* Define to 1 if you have the `wcscpy' function. */
402 #define HAVE_WCSCPY 1
404 /* Define to 1 if you have the `wcslen' function. */
405 #define HAVE_WCSLEN 1
407 /* Define to 1 if you have the `wctomb' function. */
408 #define HAVE_WCTOMB 1
410 /* Define to 1 if you have the `wmemcmp' function. */
411 #define HAVE_WMEMCMP 1
413 /* Define to 1 if you have the `wmemcpy' function. */
414 #define HAVE_WMEMCPY 1
416 /* Define to 1 if you have the <zlib.h> header file. */
417 #define HAVE_ZLIB_H 1
419 /* Version number of libarchive as a single integer */
420 #define LIBARCHIVE_VERSION_NUMBER "2005005"
422 /* Version number of libarchive */
423 #define LIBARCHIVE_VERSION_STRING "2.5.5"
425 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
427 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
429 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
431 /* #undef MAJOR_IN_MKDEV */
433 /* Define to 1 if `major', `minor', and `makedev' are declared in
435 /* #undef MAJOR_IN_SYSMACROS */
437 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
438 /* #undef NO_MINUS_C_MINUS_O */
440 /* Name of package */
441 #define PACKAGE "libarchive"
443 /* Define to the address where bug reports for this package should be sent. */
444 #define PACKAGE_BUGREPORT "kientzle@freebsd.org"
446 /* Define to the full name of this package. */
447 #define PACKAGE_NAME "libarchive"
449 /* Define to the full name and version of this package. */
450 #define PACKAGE_STRING "libarchive 2.5.5"
452 /* Define to the one symbol short name of this package. */
453 #define PACKAGE_TARNAME "libarchive"
455 /* Define to the version of this package. */
456 #define PACKAGE_VERSION "2.5.5"
458 /* Define to 1 if you have the ANSI C header files. */
459 #define STDC_HEADERS 1
461 /* Define to 1 if strerror_r returns char *. */
462 /* #undef STRERROR_R_CHAR_P */
464 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
465 #define TIME_WITH_SYS_TIME 1
467 /* Version number of package */
468 #define VERSION "2.5.5"
470 /* Number of bits in a file offset, on hosts where this is settable. */
471 /* #undef _FILE_OFFSET_BITS */
473 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
474 /* #undef _LARGEFILE_SOURCE */
476 /* Define for large files, on AIX-style hosts. */
477 /* #undef _LARGE_FILES */
479 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
480 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
481 #define below would cause a syntax error. */
482 /* #undef _UINT64_T */
484 /* Define to empty if `const' does not conform to ANSI C. */
487 /* Define to `int' if <sys/types.h> doesn't define. */
490 /* Define to `unsigned long' if <sys/types.h> does not define. */
493 /* Define to the type of a signed integer type of width exactly 64 bits if
494 such a type exists and the standard includes do not define it. */
497 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
499 /* #undef intmax_t */
501 /* Define to `int' if <sys/types.h> does not define. */
504 /* Define to `long long' if <sys/types.h> does not define. */
507 /* Define to `unsigned int' if <sys/types.h> does not define. */
510 /* Define to `int' if <sys/types.h> doesn't define. */
513 /* Define to the type of an unsigned integer type of width exactly 64 bits if
514 such a type exists and the standard includes do not define it. */
515 /* #undef uint64_t */
517 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
519 /* #undef uintmax_t */
521 /* Define to `unsigned int' if <sys/types.h> does not define. */
522 /* #undef uintptr_t */