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