1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* MD5 via ARCHIVE_HASH_MD5_LIBC supported. */
5 #define ARCHIVE_HASH_MD5_LIBC 1
6 
7 /* MD5 via ARCHIVE_HASH_MD5_LIBSYSTEM supported. */
8 /* #undef ARCHIVE_HASH_MD5_LIBSYSTEM */
9 
10 /* MD5 via ARCHIVE_HASH_MD5_OPENSSL supported. */
11 /* #undef ARCHIVE_HASH_MD5_OPENSSL */
12 
13 /* RMD160 via ARCHIVE_HASH_RMD160_LIBC supported. */
14 #define ARCHIVE_HASH_RMD160_LIBC 1
15 
16 /* RMD160 via ARCHIVE_HASH_RMD160_OPENSSL supported. */
17 /* #undef ARCHIVE_HASH_RMD160_OPENSSL */
18 
19 /* SHA1 via ARCHIVE_HASH_SHA1_LIBC supported. */
20 #define ARCHIVE_HASH_SHA1_LIBC 1
21 
22 /* SHA1 via ARCHIVE_HASH_SHA1_LIBSYSTEM supported. */
23 /* #undef ARCHIVE_HASH_SHA1_LIBSYSTEM */
24 
25 /* SHA1 via ARCHIVE_HASH_SHA1_OPENSSL supported. */
26 /* #undef ARCHIVE_HASH_SHA1_OPENSSL */
27 
28 /* SHA256 via ARCHIVE_HASH_SHA256_LIBC supported. */
29 #define ARCHIVE_HASH_SHA256_LIBC 1
30 
31 /* SHA256 via ARCHIVE_HASH_SHA256_LIBC2 supported. */
32 /* #undef ARCHIVE_HASH_SHA256_LIBC2 */
33 
34 /* SHA256 via ARCHIVE_HASH_SHA256_LIBC3 supported. */
35 /* #undef ARCHIVE_HASH_SHA256_LIBC3 */
36 
37 /* SHA256 via ARCHIVE_HASH_SHA256_LIBSYSTEM supported. */
38 /* #undef ARCHIVE_HASH_SHA256_LIBSYSTEM */
39 
40 /* SHA256 via ARCHIVE_HASH_SHA256_OPENSSL supported. */
41 /* #undef ARCHIVE_HASH_SHA256_OPENSSL */
42 
43 /* SHA384 via ARCHIVE_HASH_SHA384_LIBC supported. */
44 #define ARCHIVE_HASH_SHA384_LIBC 1
45 
46 /* SHA384 via ARCHIVE_HASH_SHA384_LIBC2 supported. */
47 /* #undef ARCHIVE_HASH_SHA384_LIBC2 */
48 
49 /* SHA384 via ARCHIVE_HASH_SHA384_LIBC3 supported. */
50 /* #undef ARCHIVE_HASH_SHA384_LIBC3 */
51 
52 /* SHA384 via ARCHIVE_HASH_SHA384_LIBSYSTEM supported. */
53 /* #undef ARCHIVE_HASH_SHA384_LIBSYSTEM */
54 
55 /* SHA384 via ARCHIVE_HASH_SHA384_OPENSSL supported. */
56 /* #undef ARCHIVE_HASH_SHA384_OPENSSL */
57 
58 /* SHA512 via ARCHIVE_HASH_SHA512_LIBC supported. */
59 #define ARCHIVE_HASH_SHA512_LIBC 1
60 
61 /* SHA512 via ARCHIVE_HASH_SHA512_LIBC2 supported. */
62 /* #undef ARCHIVE_HASH_SHA512_LIBC2 */
63 
64 /* SHA512 via ARCHIVE_HASH_SHA512_LIBC3 supported. */
65 /* #undef ARCHIVE_HASH_SHA512_LIBC3 */
66 
67 /* SHA512 via ARCHIVE_HASH_SHA512_LIBSYSTEM supported. */
68 /* #undef ARCHIVE_HASH_SHA512_LIBSYSTEM */
69 
70 /* SHA512 via ARCHIVE_HASH_SHA512_OPENSSL supported. */
71 /* #undef ARCHIVE_HASH_SHA512_OPENSSL */
72 
73 /* Version number of bsdcpio */
74 #define BSDCPIO_VERSION_STRING "2.8.4"
75 
76 /* Version number of bsdtar */
77 #define BSDTAR_VERSION_STRING "2.8.4"
78 
79 /* Define to 1 if you have the `acl_create_entry' function. */
80 /* #undef HAVE_ACL_CREATE_ENTRY */
81 
82 /* Define to 1 if you have the `acl_get_link' function. */
83 /* #undef HAVE_ACL_GET_LINK */
84 
85 /* Define to 1 if you have the `acl_get_link_np' function. */
86 /* #undef HAVE_ACL_GET_LINK_NP */
87 
88 /* Define to 1 if you have the `acl_get_perm' function. */
89 /* #undef HAVE_ACL_GET_PERM */
90 
91 /* Define to 1 if you have the `acl_get_perm_np' function. */
92 /* #undef HAVE_ACL_GET_PERM_NP */
93 
94 /* Define to 1 if you have the `acl_init' function. */
95 /* #undef HAVE_ACL_INIT */
96 
97 /* Define to 1 if you have the <acl/libacl.h> header file. */
98 /* #undef HAVE_ACL_LIBACL_H */
99 
100 /* Define to 1 if the system has the type `acl_permset_t'. */
101 /* #undef HAVE_ACL_PERMSET_T */
102 
103 /* Define to 1 if you have the `acl_set_fd' function. */
104 /* #undef HAVE_ACL_SET_FD */
105 
106 /* Define to 1 if you have the `acl_set_fd_np' function. */
107 /* #undef HAVE_ACL_SET_FD_NP */
108 
109 /* Define to 1 if you have the `acl_set_file' function. */
110 /* #undef HAVE_ACL_SET_FILE */
111 
112 /* True for systems with POSIX ACL support */
113 /* #undef HAVE_ACL_USER */
114 
115 /* Define to 1 if you have the <attr/xattr.h> header file. */
116 /* #undef HAVE_ATTR_XATTR_H */
117 
118 /* Define to 1 if you have the <bzlib.h> header file. */
119 #define HAVE_BZLIB_H 1
120 
121 #if !defined(__minix)
122 /* Define to 1 if you have the `chflags' function. */
123 #define HAVE_CHFLAGS 1
124 #endif /* !defined(__minix) */
125 
126 /* Define to 1 if you have the `chown' function. */
127 #define HAVE_CHOWN 1
128 
129 /* Define to 1 if you have the `chroot' function. */
130 #define HAVE_CHROOT 1
131 
132 /* Define to 1 if you have the <ctype.h> header file. */
133 #define HAVE_CTYPE_H 1
134 
135 /* Define to 1 if you have the `cygwin_conv_path' function. */
136 /* #undef HAVE_CYGWIN_CONV_PATH */
137 
138 /* Define to 1 if you have the declaration of `EXTATTR_NAMESPACE_USER', and to
139    0 if you don't. */
140 #define HAVE_DECL_EXTATTR_NAMESPACE_USER 1
141 
142 /* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you
143    don't. */
144 #define HAVE_DECL_INT64_MAX 1
145 
146 /* Define to 1 if you have the declaration of `INT64_MIN', and to 0 if you
147    don't. */
148 #define HAVE_DECL_INT64_MIN 1
149 
150 /* Define to 1 if you have the declaration of `SIZE_MAX', and to 0 if you
151    don't. */
152 #define HAVE_DECL_SIZE_MAX 1
153 
154 /* Define to 1 if you have the declaration of `SSIZE_MAX', and to 0 if you
155    don't. */
156 #define HAVE_DECL_SSIZE_MAX 0
157 
158 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
159    don't. */
160 #define HAVE_DECL_STRERROR_R 1
161 
162 /* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you
163    don't. */
164 #define HAVE_DECL_UINT32_MAX 1
165 
166 /* Define to 1 if you have the declaration of `UINT64_MAX', and to 0 if you
167    don't. */
168 #define HAVE_DECL_UINT64_MAX 1
169 
170 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
171    */
172 #define HAVE_DIRENT_H 1
173 
174 /* Define to 1 if you have the <dlfcn.h> header file. */
175 #define HAVE_DLFCN_H 1
176 
177 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
178 /* #undef HAVE_DOPRNT */
179 
180 /* Define to 1 if nl_langinfo supports D_MD_ORDER */
181 /* #undef HAVE_D_MD_ORDER */
182 
183 /* A possible errno value for invalid file format errors */
184 #define HAVE_EFTYPE 1
185 
186 /* A possible errno value for invalid file format errors */
187 #define HAVE_EILSEQ 1
188 
189 /* Define to 1 if you have the <errno.h> header file. */
190 #define HAVE_ERRNO_H 1
191 
192 /* Define to 1 if you have the <expat.h> header file. */
193 /* #undef HAVE_EXPAT_H */
194 
195 /* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
196 /* #undef HAVE_EXT2FS_EXT2_FS_H */
197 
198 #if !defined(__minix)
199 /* Define to 1 if you have the `extattr_get_file' function. */
200 #define HAVE_EXTATTR_GET_FILE 1
201 
202 /* Define to 1 if you have the `extattr_list_file' function. */
203 #define HAVE_EXTATTR_LIST_FILE 1
204 
205 /* Define to 1 if you have the `extattr_set_fd' function. */
206 #define HAVE_EXTATTR_SET_FD 1
207 
208 /* Define to 1 if you have the `extattr_set_file' function. */
209 #define HAVE_EXTATTR_SET_FILE 1
210 #endif /* !defined(__minix) */
211 
212 /* Define to 1 if you have the `fchdir' function. */
213 #define HAVE_FCHDIR 1
214 
215 #if !defined(__minix)
216 /* Define to 1 if you have the `fchflags' function. */
217 #define HAVE_FCHFLAGS 1
218 #endif /* !defined(__minix) */
219 
220 /* Define to 1 if you have the `fchmod' function. */
221 #define HAVE_FCHMOD 1
222 
223 /* Define to 1 if you have the `fchown' function. */
224 #define HAVE_FCHOWN 1
225 
226 /* Define to 1 if you have the `fcntl' function. */
227 #define HAVE_FCNTL 1
228 
229 /* Define to 1 if you have the <fcntl.h> header file. */
230 #define HAVE_FCNTL_H 1
231 
232 /* Define to 1 if you have the `fork' function. */
233 #define HAVE_FORK 1
234 
235 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
236 #define HAVE_FSEEKO 1
237 
238 /* Define to 1 if you have the `fsetxattr' function. */
239 /* #undef HAVE_FSETXATTR */
240 
241 /* Define to 1 if you have the `fstat' function. */
242 #define HAVE_FSTAT 1
243 
244 /* Define to 1 if you have the `ftruncate' function. */
245 #define HAVE_FTRUNCATE 1
246 
247 /* Define to 1 if you have the `futimens' function. */
248 /* #undef HAVE_FUTIMENS */
249 
250 /* Define to 1 if you have the `futimes' function. */
251 #define HAVE_FUTIMES 1
252 
253 /* Define to 1 if you have the `geteuid' function. */
254 #define HAVE_GETEUID 1
255 
256 /* Define to 1 if you have the `getgrgid_r' function. */
257 #define HAVE_GETGRGID_R 1
258 
259 /* Define to 1 if you have the `getgrnam_r' function. */
260 #define HAVE_GETGRNAM_R 1
261 
262 /* Define to 1 if you have the `getpid' function. */
263 #define HAVE_GETPID 1
264 
265 /* Define to 1 if you have the `getpwnam_r' function. */
266 #define HAVE_GETPWNAM_R 1
267 
268 /* Define to 1 if you have the `getpwuid_r' function. */
269 #define HAVE_GETPWUID_R 1
270 
271 /* Define to 1 if you have the `getxattr' function. */
272 /* #undef HAVE_GETXATTR */
273 
274 /* Define to 1 if you have the <grp.h> header file. */
275 #define HAVE_GRP_H 1
276 
277 /* Define to 1 if the system has the type `intmax_t'. */
278 #define HAVE_INTMAX_T 1
279 
280 /* Define to 1 if you have the <inttypes.h> header file. */
281 #define HAVE_INTTYPES_H 1
282 
283 /* Define to 1 if you have the <io.h> header file. */
284 /* #undef HAVE_IO_H */
285 
286 /* Define to 1 if you have the <langinfo.h> header file. */
287 #define HAVE_LANGINFO_H 1
288 
289 #if !defined(__minix)
290 /* Define to 1 if you have the `lchflags' function. */
291 #define HAVE_LCHFLAGS 1
292 
293 /* Define to 1 if you have the `lchmod' function. */
294 #define HAVE_LCHMOD 1
295 
296 /* Define to 1 if you have the `lchown' function. */
297 #define HAVE_LCHOWN 1
298 #endif /* !defined(__minix) */
299 
300 /* Define to 1 if you have the `lgetxattr' function. */
301 /* #undef HAVE_LGETXATTR */
302 
303 /* Define to 1 if you have the `acl' library (-lacl). */
304 /* #undef HAVE_LIBACL */
305 
306 /* Define to 1 if you have the `attr' library (-lattr). */
307 /* #undef HAVE_LIBATTR */
308 
309 /* Define to 1 if you have the `bz2' library (-lbz2). */
310 #define HAVE_LIBBZ2 1
311 
312 /* Define to 1 if you have the `expat' library (-lexpat). */
313 /* #undef HAVE_LIBEXPAT */
314 
315 /* Define to 1 if you have the `lzma' library (-llzma). */
316 #define HAVE_LIBLZMA 1
317 
318 /* Define to 1 if you have the `lzmadec' library (-llzmadec). */
319 /* #undef HAVE_LIBLZMADEC */
320 
321 /* Define to 1 if you have the `xml2' library (-lxml2). */
322 /* #undef HAVE_LIBXML2 */
323 
324 /* Define to 1 if you have the <libxml/xmlreader.h> header file. */
325 /* #undef HAVE_LIBXML_XMLREADER_H */
326 
327 /* Define to 1 if you have the `z' library (-lz). */
328 #define HAVE_LIBZ 1
329 
330 /* Define to 1 if you have the <limits.h> header file. */
331 #define HAVE_LIMITS_H 1
332 
333 /* Define to 1 if you have the `link' function. */
334 #define HAVE_LINK 1
335 
336 /* Define to 1 if you have the <linux/fs.h> header file. */
337 /* #undef HAVE_LINUX_FS_H */
338 
339 /* Define to 1 if you have the `listxattr' function. */
340 /* #undef HAVE_LISTXATTR */
341 
342 /* Define to 1 if you have the `llistxattr' function. */
343 /* #undef HAVE_LLISTXATTR */
344 
345 /* Define to 1 if you have the <locale.h> header file. */
346 #define HAVE_LOCALE_H 1
347 
348 /* Define to 1 if the system has the type `long long int'. */
349 #define HAVE_LONG_LONG_INT 1
350 
351 /* Define to 1 if you have the `lsetxattr' function. */
352 /* #undef HAVE_LSETXATTR */
353 
354 /* Define to 1 if you have the `lstat' function. */
355 #define HAVE_LSTAT 1
356 
357 /* Define to 1 if `lstat' has the bug that it succeeds when given the
358    zero-length file name argument. */
359 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
360 
361 /* Define to 1 if you have the `lutimes' function. */
362 #define HAVE_LUTIMES 1
363 
364 /* Define to 1 if you have the <lzmadec.h> header file. */
365 /* #undef HAVE_LZMADEC_H */
366 
367 /* Define to 1 if you have the <lzma.h> header file. */
368 #define HAVE_LZMA_H 1
369 
370 /* Define to 1 if you have the `memmove' function. */
371 #define HAVE_MEMMOVE 1
372 
373 /* Define to 1 if you have the <memory.h> header file. */
374 #define HAVE_MEMORY_H 1
375 
376 /* Define to 1 if you have the `memset' function. */
377 #define HAVE_MEMSET 1
378 
379 /* Define to 1 if you have the `mkdir' function. */
380 #define HAVE_MKDIR 1
381 
382 /* Define to 1 if you have the `mkfifo' function. */
383 #define HAVE_MKFIFO 1
384 
385 /* Define to 1 if you have the `mknod' function. */
386 #define HAVE_MKNOD 1
387 
388 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
389 /* #undef HAVE_NDIR_H */
390 
391 /* Define to 1 if you have the `nl_langinfo' function. */
392 #define HAVE_NL_LANGINFO 1
393 
394 /* Define to 1 if you have the <paths.h> header file. */
395 #define HAVE_PATHS_H 1
396 
397 /* Define to 1 if you have the `pipe' function. */
398 #define HAVE_PIPE 1
399 
400 /* Define to 1 if you have the `poll' function. */
401 #define HAVE_POLL 1
402 
403 /* Define to 1 if you have the <poll.h> header file. */
404 #define HAVE_POLL_H 1
405 
406 /* Define to 1 if you have the <pwd.h> header file. */
407 #define HAVE_PWD_H 1
408 
409 /* Define to 1 if you have the `readlink' function. */
410 #define HAVE_READLINK 1
411 
412 /* Define to 1 if you have the <regex.h> header file. */
413 #define HAVE_REGEX_H 1
414 
415 /* Define to 1 if you have the `select' function. */
416 #define HAVE_SELECT 1
417 
418 /* Define to 1 if you have the `setenv' function. */
419 #define HAVE_SETENV 1
420 
421 /* Define to 1 if you have the `setlocale' function. */
422 #define HAVE_SETLOCALE 1
423 
424 /* Define to 1 if you have the `sigaction' function. */
425 #define HAVE_SIGACTION 1
426 
427 /* Define to 1 if you have the <signal.h> header file. */
428 #define HAVE_SIGNAL_H 1
429 
430 /* Define to 1 if `stat' has the bug that it succeeds when given the
431    zero-length file name argument. */
432 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
433 
434 /* Define to 1 if you have the <stdarg.h> header file. */
435 #define HAVE_STDARG_H 1
436 
437 /* Define to 1 if you have the <stdint.h> header file. */
438 #define HAVE_STDINT_H 1
439 
440 /* Define to 1 if you have the <stdlib.h> header file. */
441 #define HAVE_STDLIB_H 1
442 
443 /* Define to 1 if you have the `strchr' function. */
444 #define HAVE_STRCHR 1
445 
446 /* Define to 1 if you have the `strdup' function. */
447 #define HAVE_STRDUP 1
448 
449 /* Define to 1 if you have the `strerror' function. */
450 #define HAVE_STRERROR 1
451 
452 /* Define to 1 if you have the `strerror_r' function. */
453 #define HAVE_STRERROR_R 1
454 
455 /* Define to 1 if you have the `strftime' function. */
456 #define HAVE_STRFTIME 1
457 
458 /* Define to 1 if you have the <strings.h> header file. */
459 #define HAVE_STRINGS_H 1
460 
461 /* Define to 1 if you have the <string.h> header file. */
462 #define HAVE_STRING_H 1
463 
464 /* Define to 1 if you have the `strncpy_s' function. */
465 /* #undef HAVE_STRNCPY_S */
466 
467 /* Define to 1 if you have the `strrchr' function. */
468 #define HAVE_STRRCHR 1
469 
470 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
471 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
472 
473 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
474 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
475 
476 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
477 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
478 
479 /* Define to 1 if `st_flags' is a member of `struct stat'. */
480 #define HAVE_STRUCT_STAT_ST_FLAGS 1
481 
482 /* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
483 #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
484 
485 /* Define to 1 if `st_mtime_n' is a member of `struct stat'. */
486 /* #undef HAVE_STRUCT_STAT_ST_MTIME_N */
487 
488 /* Define to 1 if `st_mtime_usec' is a member of `struct stat'. */
489 /* #undef HAVE_STRUCT_STAT_ST_MTIME_USEC */
490 
491 /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
492 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
493 
494 /* Define to 1 if `st_umtime' is a member of `struct stat'. */
495 /* #undef HAVE_STRUCT_STAT_ST_UMTIME */
496 
497 /* Define to 1 if you have the `symlink' function. */
498 #define HAVE_SYMLINK 1
499 
500 /* Define to 1 if you have the <sys/acl.h> header file. */
501 /* #undef HAVE_SYS_ACL_H */
502 
503 /* Define to 1 if you have the <sys/cdefs.h> header file. */
504 #define HAVE_SYS_CDEFS_H 1
505 
506 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
507    */
508 /* #undef HAVE_SYS_DIR_H */
509 
510 /* Define to 1 if you have the <sys/extattr.h> header file. */
511 #define HAVE_SYS_EXTATTR_H 1
512 
513 /* Define to 1 if you have the <sys/ioctl.h> header file. */
514 #define HAVE_SYS_IOCTL_H 1
515 
516 /* Define to 1 if you have the <sys/mkdev.h> header file. */
517 /* #undef HAVE_SYS_MKDEV_H */
518 
519 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
520    */
521 /* #undef HAVE_SYS_NDIR_H */
522 
523 /* Define to 1 if you have the <sys/param.h> header file. */
524 #define HAVE_SYS_PARAM_H 1
525 
526 /* Define to 1 if you have the <sys/poll.h> header file. */
527 #define HAVE_SYS_POLL_H 1
528 
529 /* Define to 1 if you have the <sys/select.h> header file. */
530 #define HAVE_SYS_SELECT_H 1
531 
532 /* Define to 1 if you have the <sys/stat.h> header file. */
533 #define HAVE_SYS_STAT_H 1
534 
535 /* Define to 1 if you have the <sys/time.h> header file. */
536 #define HAVE_SYS_TIME_H 1
537 
538 /* Define to 1 if you have the <sys/types.h> header file. */
539 #define HAVE_SYS_TYPES_H 1
540 
541 /* Define to 1 if you have the <sys/utime.h> header file. */
542 /* #undef HAVE_SYS_UTIME_H */
543 
544 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
545 #define HAVE_SYS_WAIT_H 1
546 
547 /* Define to 1 if you have the <sys/xattr.h> header file. */
548 /* #undef HAVE_SYS_XATTR_H */
549 
550 /* Define to 1 if you have the `timegm' function. */
551 #define HAVE_TIMEGM 1
552 
553 /* Define to 1 if you have the <time.h> header file. */
554 #define HAVE_TIME_H 1
555 
556 /* Define to 1 if you have the `tzset' function. */
557 #define HAVE_TZSET 1
558 
559 /* Define to 1 if the system has the type `uintmax_t'. */
560 #define HAVE_UINTMAX_T 1
561 
562 /* Define to 1 if you have the <unistd.h> header file. */
563 #define HAVE_UNISTD_H 1
564 
565 /* Define to 1 if you have the `unsetenv' function. */
566 #define HAVE_UNSETENV 1
567 
568 /* Define to 1 if the system has the type `unsigned long long'. */
569 #define HAVE_UNSIGNED_LONG_LONG 1
570 
571 /* Define to 1 if the system has the type `unsigned long long int'. */
572 #define HAVE_UNSIGNED_LONG_LONG_INT 1
573 
574 /* Define to 1 if you have the `utime' function. */
575 #define HAVE_UTIME 1
576 
577 /* Define to 1 if you have the `utimensat' function. */
578 /* #undef HAVE_UTIMENSAT */
579 
580 /* Define to 1 if you have the `utimes' function. */
581 #define HAVE_UTIMES 1
582 
583 /* Define to 1 if you have the <utime.h> header file. */
584 #define HAVE_UTIME_H 1
585 
586 /* Define to 1 if you have the `vfork' function. */
587 #define HAVE_VFORK 1
588 
589 /* Define to 1 if you have the `vprintf' function. */
590 #define HAVE_VPRINTF 1
591 
592 /* Define to 1 if you have the <wchar.h> header file. */
593 #define HAVE_WCHAR_H 1
594 
595 /* Define to 1 if the system has the type `wchar_t'. */
596 #define HAVE_WCHAR_T 1
597 
598 /* Define to 1 if you have the `wcrtomb' function. */
599 #define HAVE_WCRTOMB 1
600 
601 /* Define to 1 if you have the `wcscmp' function. */
602 #define HAVE_WCSCMP 1
603 
604 /* Define to 1 if you have the `wcscpy' function. */
605 #define HAVE_WCSCPY 1
606 
607 /* Define to 1 if you have the `wcslen' function. */
608 #define HAVE_WCSLEN 1
609 
610 /* Define to 1 if you have the `wctomb' function. */
611 #define HAVE_WCTOMB 1
612 
613 /* Define to 1 if you have the <wctype.h> header file. */
614 #define HAVE_WCTYPE_H 1
615 
616 /* Define to 1 if you have the <windows.h> header file. */
617 /* #undef HAVE_WINDOWS_H */
618 
619 /* Define to 1 if you have the `wmemcmp' function. */
620 #define HAVE_WMEMCMP 1
621 
622 /* Define to 1 if you have the `wmemcpy' function. */
623 #define HAVE_WMEMCPY 1
624 
625 /* Define to 1 if you have the <zlib.h> header file. */
626 #define HAVE_ZLIB_H 1
627 
628 /* Version number of libarchive as a single integer */
629 #define LIBARCHIVE_VERSION_NUMBER "2008004"
630 
631 /* Version number of libarchive */
632 #define LIBARCHIVE_VERSION_STRING "2.8.4"
633 
634 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
635    slash. */
636 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
637 
638 /* Define to the sub-directory in which libtool stores uninstalled libraries.
639    */
640 #define LT_OBJDIR ".libs/"
641 
642 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
643    */
644 /* #undef MAJOR_IN_MKDEV */
645 
646 /* Define to 1 if `major', `minor', and `makedev' are declared in
647    <sysmacros.h>. */
648 /* #undef MAJOR_IN_SYSMACROS */
649 
650 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
651 /* #undef NO_MINUS_C_MINUS_O */
652 
653 /* Name of package */
654 #define PACKAGE "libarchive"
655 
656 /* Define to the address where bug reports for this package should be sent. */
657 #define PACKAGE_BUGREPORT "kientzle@freebsd.org"
658 
659 /* Define to the full name of this package. */
660 #define PACKAGE_NAME "libarchive"
661 
662 /* Define to the full name and version of this package. */
663 #define PACKAGE_STRING "libarchive 2.8.4"
664 
665 /* Define to the one symbol short name of this package. */
666 #define PACKAGE_TARNAME "libarchive"
667 
668 /* Define to the home page for this package. */
669 #define PACKAGE_URL ""
670 
671 /* Define to the version of this package. */
672 #define PACKAGE_VERSION "2.8.4"
673 
674 /* The size of `wchar_t', as computed by sizeof. */
675 #define SIZEOF_WCHAR_T 4
676 
677 /* Define to 1 if you have the ANSI C header files. */
678 #define STDC_HEADERS 1
679 
680 /* Define to 1 if strerror_r returns char *. */
681 /* #undef STRERROR_R_CHAR_P */
682 
683 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
684 #define TIME_WITH_SYS_TIME 1
685 
686 /* Enable extensions on AIX 3, Interix.  */
687 #ifndef _ALL_SOURCE
688 # define _ALL_SOURCE 1
689 #endif
690 /* Enable GNU extensions on systems that have them.  */
691 #ifndef _GNU_SOURCE
692 # define _GNU_SOURCE 1
693 #endif
694 /* Enable threading extensions on Solaris.  */
695 #ifndef _POSIX_PTHREAD_SEMANTICS
696 # define _POSIX_PTHREAD_SEMANTICS 1
697 #endif
698 /* Enable extensions on HP NonStop.  */
699 #ifndef _TANDEM_SOURCE
700 # define _TANDEM_SOURCE 1
701 #endif
702 /* Enable general extensions on Solaris.  */
703 #ifndef __EXTENSIONS__
704 # define __EXTENSIONS__ 1
705 #endif
706 
707 
708 /* Version number of package */
709 #define VERSION "2.8.4"
710 
711 /* Define to '0x0500' for Windows 2000 APIs. */
712 /* #undef WINVER */
713 
714 /* Number of bits in a file offset, on hosts where this is settable. */
715 /* #undef _FILE_OFFSET_BITS */
716 
717 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
718 /* #undef _LARGEFILE_SOURCE */
719 
720 /* Define for large files, on AIX-style hosts. */
721 /* #undef _LARGE_FILES */
722 
723 /* Define to 1 if on MINIX. */
724 /* #undef _MINIX */
725 
726 /* Define to 2 if the system does not provide POSIX.1 features except with
727    this defined. */
728 /* #undef _POSIX_1_SOURCE */
729 
730 /* Define to 1 if you need to in order for `stat' and other things to work. */
731 /* #undef _POSIX_SOURCE */
732 
733 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
734    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
735    #define below would cause a syntax error. */
736 /* #undef _UINT64_T */
737 
738 /* Define to '0x0500' for Windows 2000 APIs. */
739 /* #undef _WIN32_WINNT */
740 
741 /* Define to empty if `const' does not conform to ANSI C. */
742 /* #undef const */
743 
744 /* Define to match typeof st_gid field of struct stat if <sys/types.h> doesn't
745    define. */
746 /* #undef gid_t */
747 
748 /* Define to `unsigned long' if <sys/types.h> does not define. */
749 /* #undef id_t */
750 
751 /* Define to the type of a signed integer type of width exactly 64 bits if
752    such a type exists and the standard includes do not define it. */
753 /* #undef int64_t */
754 
755 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
756    not define. */
757 /* #undef intmax_t */
758 
759 /* Define to `int' if <sys/types.h> does not define. */
760 /* #undef mode_t */
761 
762 /* Define to `long long' if <sys/types.h> does not define. */
763 /* #undef off_t */
764 
765 /* Define to `unsigned int' if <sys/types.h> does not define. */
766 /* #undef size_t */
767 
768 /* Define to match typeof st_uid field of struct stat if <sys/types.h> doesn't
769    define. */
770 /* #undef uid_t */
771 
772 /* Define to the type of an unsigned integer type of width exactly 64 bits if
773    such a type exists and the standard includes do not define it. */
774 /* #undef uint64_t */
775 
776 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
777    do not define. */
778 /* #undef uintmax_t */
779 
780 /* Define to `unsigned int' if <sys/types.h> does not define. */
781 /* #undef uintptr_t */
782