Merge branch 'vendor/LIBPCAP'
[dragonfly.git] / lib / libarchive / config.h
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_CRYPTO_MD5_LIBC supported. */
5 /* #undef ARCHIVE_CRYPTO_MD5_LIBC */
6
7 /* MD5 via ARCHIVE_CRYPTO_MD5_LIBMD supported. */
8 #define ARCHIVE_CRYPTO_MD5_LIBMD 1
9
10 /* MD5 via ARCHIVE_CRYPTO_MD5_LIBSYSTEM supported. */
11 /* #undef ARCHIVE_CRYPTO_MD5_LIBSYSTEM */
12
13 /* MD5 via ARCHIVE_CRYPTO_MD5_NETTLE supported. */
14 /* #undef ARCHIVE_CRYPTO_MD5_NETTLE */
15
16 /* MD5 via ARCHIVE_CRYPTO_MD5_OPENSSL supported. */
17 /* #undef ARCHIVE_CRYPTO_MD5_OPENSSL */
18
19 /* RMD160 via ARCHIVE_CRYPTO_RMD160_LIBC supported. */
20 /* #undef ARCHIVE_CRYPTO_RMD160_LIBC */
21
22 /* RMD160 via ARCHIVE_CRYPTO_RMD160_LIBMD supported. */
23 #define ARCHIVE_CRYPTO_RMD160_LIBMD 1
24
25 /* RMD160 via ARCHIVE_CRYPTO_RMD160_NETTLE supported. */
26 /* #undef ARCHIVE_CRYPTO_RMD160_NETTLE */
27
28 /* RMD160 via ARCHIVE_CRYPTO_RMD160_OPENSSL supported. */
29 /* #undef ARCHIVE_CRYPTO_RMD160_OPENSSL */
30
31 /* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBC supported. */
32 /* #undef ARCHIVE_CRYPTO_SHA1_LIBC */
33
34 /* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBMD supported. */
35 #define ARCHIVE_CRYPTO_SHA1_LIBMD 1
36
37 /* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBSYSTEM supported. */
38 /* #undef ARCHIVE_CRYPTO_SHA1_LIBSYSTEM */
39
40 /* SHA1 via ARCHIVE_CRYPTO_SHA1_NETTLE supported. */
41 /* #undef ARCHIVE_CRYPTO_SHA1_NETTLE */
42
43 /* SHA1 via ARCHIVE_CRYPTO_SHA1_OPENSSL supported. */
44 /* #undef ARCHIVE_CRYPTO_SHA1_OPENSSL */
45
46 /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC supported. */
47 /* #undef ARCHIVE_CRYPTO_SHA256_LIBC */
48
49 /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC2 supported. */
50 /* #undef ARCHIVE_CRYPTO_SHA256_LIBC2 */
51
52 /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC3 supported. */
53 /* #undef ARCHIVE_CRYPTO_SHA256_LIBC3 */
54
55 /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBMD supported. */
56 #define ARCHIVE_CRYPTO_SHA256_LIBMD 1
57
58 /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBSYSTEM supported. */
59 /* #undef ARCHIVE_CRYPTO_SHA256_LIBSYSTEM */
60
61 /* SHA256 via ARCHIVE_CRYPTO_SHA256_NETTLE supported. */
62 /* #undef ARCHIVE_CRYPTO_SHA256_NETTLE */
63
64 /* SHA256 via ARCHIVE_CRYPTO_SHA256_OPENSSL supported. */
65 /* #undef ARCHIVE_CRYPTO_SHA256_OPENSSL */
66
67 /* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC supported. */
68 /* #undef ARCHIVE_CRYPTO_SHA384_LIBC */
69
70 /* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC2 supported. */
71 /* #undef ARCHIVE_CRYPTO_SHA384_LIBC2 */
72
73 /* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC3 supported. */
74 /* #undef ARCHIVE_CRYPTO_SHA384_LIBC3 */
75
76 /* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBSYSTEM supported. */
77 /* #undef ARCHIVE_CRYPTO_SHA384_LIBSYSTEM */
78
79 /* SHA384 via ARCHIVE_CRYPTO_SHA384_NETTLE supported. */
80 /* #undef ARCHIVE_CRYPTO_SHA384_NETTLE */
81
82 /* SHA384 via ARCHIVE_CRYPTO_SHA384_OPENSSL supported. */
83 /* #undef ARCHIVE_CRYPTO_SHA384_OPENSSL */
84
85 /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC supported. */
86 /* #undef ARCHIVE_CRYPTO_SHA512_LIBC */
87
88 /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC2 supported. */
89 /* #undef ARCHIVE_CRYPTO_SHA512_LIBC2 */
90
91 /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC3 supported. */
92 /* #undef ARCHIVE_CRYPTO_SHA512_LIBC3 */
93
94 /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBMD supported. */
95 #define ARCHIVE_CRYPTO_SHA512_LIBMD 1
96
97 /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBSYSTEM supported. */
98 /* #undef ARCHIVE_CRYPTO_SHA512_LIBSYSTEM */
99
100 /* SHA512 via ARCHIVE_CRYPTO_SHA512_NETTLE supported. */
101 /* #undef ARCHIVE_CRYPTO_SHA512_NETTLE */
102
103 /* SHA512 via ARCHIVE_CRYPTO_SHA512_OPENSSL supported. */
104 /* #undef ARCHIVE_CRYPTO_SHA512_OPENSSL */
105
106 /* Version number of bsdcpio */
107 /* #undef BSDCPIO_VERSION_STRING */
108
109 /* Version number of bsdtar */
110 /* #undef BSDTAR_VERSION_STRING */
111
112 /* Define to 1 if you have the `acl_create_entry' function. */
113 /* #undef HAVE_ACL_CREATE_ENTRY */
114
115 /* Define to 1 if you have the `acl_get_link' function. */
116 /* #undef HAVE_ACL_GET_LINK */
117
118 /* Define to 1 if you have the `acl_get_link_np' function. */
119 /* #undef HAVE_ACL_GET_LINK_NP */
120
121 /* Define to 1 if you have the `acl_get_perm' function. */
122 /* #undef HAVE_ACL_GET_PERM */
123
124 /* Define to 1 if you have the `acl_get_perm_np' function. */
125 /* #undef HAVE_ACL_GET_PERM_NP */
126
127 /* Define to 1 if you have the `acl_init' function. */
128 /* #undef HAVE_ACL_INIT */
129
130 /* Define to 1 if you have the <acl/libacl.h> header file. */
131 /* #undef HAVE_ACL_LIBACL_H */
132
133 /* Define to 1 if the system has the type `acl_permset_t'. */
134 /* #undef HAVE_ACL_PERMSET_T */
135
136 /* Define to 1 if you have the `acl_set_fd' function. */
137 /* #undef HAVE_ACL_SET_FD */
138
139 /* Define to 1 if you have the `acl_set_fd_np' function. */
140 /* #undef HAVE_ACL_SET_FD_NP */
141
142 /* Define to 1 if you have the `acl_set_file' function. */
143 /* #undef HAVE_ACL_SET_FILE */
144
145 /* True for systems with POSIX ACL support */
146 #define HAVE_ACL_USER 1
147
148 /* Define to 1 if you have the <attr/xattr.h> header file. */
149 /* #undef HAVE_ATTR_XATTR_H */
150
151 /* Define to 1 if you have the <bzlib.h> header file. */
152 #define HAVE_BZLIB_H 1
153
154 /* Define to 1 if you have the `chflags' function. */
155 #define HAVE_CHFLAGS 1
156
157 /* Define to 1 if you have the `chown' function. */
158 #define HAVE_CHOWN 1
159
160 /* Define to 1 if you have the `chroot' function. */
161 #define HAVE_CHROOT 1
162
163 /* Define to 1 if you have the <copyfile.h> header file. */
164 /* #undef HAVE_COPYFILE_H */
165
166 /* Define to 1 if you have the `ctime_r' function. */
167 #define HAVE_CTIME_R 1
168
169 /* Define to 1 if you have the <ctype.h> header file. */
170 #define HAVE_CTYPE_H 1
171
172 /* Define to 1 if you have the `cygwin_conv_path' function. */
173 /* #undef HAVE_CYGWIN_CONV_PATH */
174
175 /* Define to 1 if you have the declaration of `EXTATTR_NAMESPACE_USER', and to
176    0 if you don't. */
177 #define HAVE_DECL_EXTATTR_NAMESPACE_USER 1
178
179 /* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you
180    don't. */
181 #define HAVE_DECL_INT64_MAX 1
182
183 /* Define to 1 if you have the declaration of `INT64_MIN', and to 0 if you
184    don't. */
185 #define HAVE_DECL_INT64_MIN 1
186
187 /* Define to 1 if you have the declaration of `SIZE_MAX', and to 0 if you
188    don't. */
189 #define HAVE_DECL_SIZE_MAX 1
190
191 /* Define to 1 if you have the declaration of `SSIZE_MAX', and to 0 if you
192    don't. */
193 #define HAVE_DECL_SSIZE_MAX 1
194
195 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
196    don't. */
197 #define HAVE_DECL_STRERROR_R 1
198
199 /* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you
200    don't. */
201 #define HAVE_DECL_UINT32_MAX 1
202
203 /* Define to 1 if you have the declaration of `UINT64_MAX', and to 0 if you
204    don't. */
205 #define HAVE_DECL_UINT64_MAX 1
206
207 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
208    */
209 #define HAVE_DIRENT_H 1
210
211 /* Define to 1 if you have the <dlfcn.h> header file. */
212 #define HAVE_DLFCN_H 1
213
214 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
215 /* #undef HAVE_DOPRNT */
216
217 /* Define to 1 if nl_langinfo supports D_MD_ORDER */
218 #define HAVE_D_MD_ORDER 1
219
220 /* A possible errno value for invalid file format errors */
221 #define HAVE_EFTYPE 1
222
223 /* A possible errno value for invalid file format errors */
224 #define HAVE_EILSEQ 1
225
226 /* Define to 1 if you have the <errno.h> header file. */
227 #define HAVE_ERRNO_H 1
228
229 /* Define to 1 if you have the <expat.h> header file. */
230 /* #undef HAVE_EXPAT_H */
231
232 /* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
233 /* #undef HAVE_EXT2FS_EXT2_FS_H */
234
235 /* Define to 1 if you have the `extattr_get_file' function. */
236 #define HAVE_EXTATTR_GET_FILE 1
237
238 /* Define to 1 if you have the `extattr_list_file' function. */
239 /* #undef HAVE_EXTATTR_LIST_FILE */
240
241 /* Define to 1 if you have the `extattr_set_fd' function. */
242 /* #undef HAVE_EXTATTR_SET_FD */
243
244 /* Define to 1 if you have the `extattr_set_file' function. */
245 #define HAVE_EXTATTR_SET_FILE 1
246
247 /* Define to 1 if you have the `fchdir' function. */
248 #define HAVE_FCHDIR 1
249
250 /* Define to 1 if you have the `fchflags' function. */
251 #define HAVE_FCHFLAGS 1
252
253 /* Define to 1 if you have the `fchmod' function. */
254 #define HAVE_FCHMOD 1
255
256 /* Define to 1 if you have the `fchown' function. */
257 #define HAVE_FCHOWN 1
258
259 /* Define to 1 if you have the `fcntl' function. */
260 #define HAVE_FCNTL 1
261
262 /* Define to 1 if you have the <fcntl.h> header file. */
263 #define HAVE_FCNTL_H 1
264
265 /* Define to 1 if you have the `fdopendir' function. */
266 #define HAVE_FDOPENDIR 1
267
268 /* Define to 1 if you have the `fgetea' function. */
269 /* #undef HAVE_FGETEA */
270
271 /* Define to 1 if you have the `fgetxattr' function. */
272 /* #undef HAVE_FGETXATTR */
273
274 /* Define to 1 if you have the `flistea' function. */
275 /* #undef HAVE_FLISTEA */
276
277 /* Define to 1 if you have the `flistxattr' function. */
278 /* #undef HAVE_FLISTXATTR */
279
280 /* Define to 1 if you have the `fork' function. */
281 #define HAVE_FORK 1
282
283 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
284 #define HAVE_FSEEKO 1
285
286 /* Define to 1 if you have the `fsetea' function. */
287 /* #undef HAVE_FSETEA */
288
289 /* Define to 1 if you have the `fsetxattr' function. */
290 /* #undef HAVE_FSETXATTR */
291
292 /* Define to 1 if you have the `fstat' function. */
293 #define HAVE_FSTAT 1
294
295 /* Define to 1 if you have the `fstatat' function. */
296 #define HAVE_FSTATAT 1
297
298 /* Define to 1 if you have the `fstatfs' function. */
299 #define HAVE_FSTATFS 1
300
301 /* Define to 1 if you have the `fstatvfs' function. */
302 #define HAVE_FSTATVFS 1
303
304 /* Define to 1 if you have the `ftruncate' function. */
305 #define HAVE_FTRUNCATE 1
306
307 /* Define to 1 if you have the `futimens' function. */
308 /* #undef HAVE_FUTIMENS */
309
310 /* Define to 1 if you have the `futimes' function. */
311 #define HAVE_FUTIMES 1
312
313 /* Define to 1 if you have the `futimesat' function. */
314 /* #undef HAVE_FUTIMESAT */
315
316 /* Define to 1 if you have the `getea' function. */
317 /* #undef HAVE_GETEA */
318
319 /* Define to 1 if you have the `geteuid' function. */
320 #define HAVE_GETEUID 1
321
322 /* Define to 1 if you have the `getgrgid_r' function. */
323 #define HAVE_GETGRGID_R 1
324
325 /* Define to 1 if you have the `getgrnam_r' function. */
326 #define HAVE_GETGRNAM_R 1
327
328 /* Define to 1 if you have the `getpid' function. */
329 #define HAVE_GETPID 1
330
331 /* Define to 1 if you have the `getpwnam_r' function. */
332 #define HAVE_GETPWNAM_R 1
333
334 /* Define to 1 if you have the `getpwuid_r' function. */
335 #define HAVE_GETPWUID_R 1
336
337 /* Define to 1 if you have the `getvfsbyname' function. */
338 #define HAVE_GETVFSBYNAME 1
339
340 /* Define to 1 if you have the `getxattr' function. */
341 /* #undef HAVE_GETXATTR */
342
343 /* Define to 1 if you have the `gmtime_r' function. */
344 #define HAVE_GMTIME_R 1
345
346 /* Define to 1 if you have the <grp.h> header file. */
347 #define HAVE_GRP_H 1
348
349 /* Define if you have the iconv() function and it works. */
350 #define HAVE_ICONV 1
351
352 /* Define to 1 if you have the <iconv.h> header file. */
353 #define HAVE_ICONV_H 1
354
355 /* Define to 1 if the system has the type `intmax_t'. */
356 #define HAVE_INTMAX_T 1
357
358 /* Define to 1 if you have the <inttypes.h> header file. */
359 #define HAVE_INTTYPES_H 1
360
361 /* Define to 1 if you have the <io.h> header file. */
362 /* #undef HAVE_IO_H */
363
364 /* Define to 1 if you have the <langinfo.h> header file. */
365 #define HAVE_LANGINFO_H 1
366
367 /* Define to 1 if you have the `lchflags' function. */
368 #define HAVE_LCHFLAGS 1
369
370 /* Define to 1 if you have the `lchmod' function. */
371 #define HAVE_LCHMOD 1
372
373 /* Define to 1 if you have the `lchown' function. */
374 #define HAVE_LCHOWN 1
375
376 /* Define to 1 if you have the `lgetea' function. */
377 /* #undef HAVE_LGETEA */
378
379 /* Define to 1 if you have the `lgetxattr' function. */
380 /* #undef HAVE_LGETXATTR */
381
382 /* Define to 1 if you have the `acl' library (-lacl). */
383 /* #undef HAVE_LIBACL */
384
385 /* Define to 1 if you have the `attr' library (-lattr). */
386 /* #undef HAVE_LIBATTR */
387
388 /* Define to 1 if you have the `bz2' library (-lbz2). */
389 #define HAVE_LIBBZ2 1
390
391 /* Define to 1 if you have the `charset' library (-lcharset). */
392 /* #undef HAVE_LIBCHARSET */
393
394 /* Define to 1 if you have the `expat' library (-lexpat). */
395 /* #undef HAVE_LIBEXPAT */
396
397 /* Define to 1 if you have the `lzma' library (-llzma). */
398 #define HAVE_LIBLZMA 1
399
400 /* Define to 1 if you have the `lzmadec' library (-llzmadec). */
401 /* #undef HAVE_LIBLZMADEC */
402
403 /* Define to 1 if you have the `xml2' library (-lxml2). */
404 /* #undef HAVE_LIBXML2 */
405
406 /* Define to 1 if you have the <libxml/xmlreader.h> header file. */
407 /* #undef HAVE_LIBXML_XMLREADER_H */
408
409 /* Define to 1 if you have the <libxml/xmlwriter.h> header file. */
410 /* #undef HAVE_LIBXML_XMLWRITER_H */
411
412 /* Define to 1 if you have the `z' library (-lz). */
413 #define HAVE_LIBZ 1
414
415 /* Define to 1 if you have the <limits.h> header file. */
416 #define HAVE_LIMITS_H 1
417
418 /* Define to 1 if you have the `link' function. */
419 #define HAVE_LINK 1
420
421 /* Define to 1 if you have the <linux/fiemap.h> header file. */
422 /* #undef HAVE_LINUX_FIEMAP_H */
423
424 /* Define to 1 if you have the <linux/fs.h> header file. */
425 /* #undef HAVE_LINUX_FS_H */
426
427 /* Define to 1 if you have the <linux/magic.h> header file. */
428 /* #undef HAVE_LINUX_MAGIC_H */
429
430 /* Define to 1 if you have the `listea' function. */
431 /* #undef HAVE_LISTEA */
432
433 /* Define to 1 if you have the `listxattr' function. */
434 /* #undef HAVE_LISTXATTR */
435
436 /* Define to 1 if you have the `llistea' function. */
437 /* #undef HAVE_LLISTEA */
438
439 /* Define to 1 if you have the `llistxattr' function. */
440 /* #undef HAVE_LLISTXATTR */
441
442 /* Define to 1 if you have the <localcharset.h> header file. */
443 /* #undef HAVE_LOCALCHARSET_H */
444
445 /* Define to 1 if you have the `locale_charset' function. */
446 /* #undef HAVE_LOCALE_CHARSET */
447
448 /* Define to 1 if you have the <locale.h> header file. */
449 #define HAVE_LOCALE_H 1
450
451 /* Define to 1 if you have the `localtime_r' function. */
452 #define HAVE_LOCALTIME_R 1
453
454 /* Define to 1 if the system has the type `long long int'. */
455 #define HAVE_LONG_LONG_INT 1
456
457 /* Define to 1 if you have the `lsetea' function. */
458 /* #undef HAVE_LSETEA */
459
460 /* Define to 1 if you have the `lsetxattr' function. */
461 /* #undef HAVE_LSETXATTR */
462
463 /* Define to 1 if you have the `lstat' function. */
464 #define HAVE_LSTAT 1
465
466 /* Define to 1 if `lstat' has the bug that it succeeds when given the
467    zero-length file name argument. */
468 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
469
470 /* Define to 1 if you have the `lutimes' function. */
471 #define HAVE_LUTIMES 1
472
473 /* Define to 1 if you have the <lzmadec.h> header file. */
474 /* #undef HAVE_LZMADEC_H */
475
476 /* Define to 1 if you have the <lzma.h> header file. */
477 #define HAVE_LZMA_H 1
478
479 /* Define to 1 if you have the `mbrtowc' function. */
480 #define HAVE_MBRTOWC 1
481
482 /* Define to 1 if you have the `mbsnrtowcs' function. */
483 /* #undef HAVE_MBSNRTOWCS */
484
485 /* Define to 1 if you have the `memmove' function. */
486 #define HAVE_MEMMOVE 1
487
488 /* Define to 1 if you have the <memory.h> header file. */
489 #define HAVE_MEMORY_H 1
490
491 /* Define to 1 if you have the `memset' function. */
492 #define HAVE_MEMSET 1
493
494 /* Define to 1 if you have the `mkdir' function. */
495 #define HAVE_MKDIR 1
496
497 /* Define to 1 if you have the `mkfifo' function. */
498 #define HAVE_MKFIFO 1
499
500 /* Define to 1 if you have the `mknod' function. */
501 #define HAVE_MKNOD 1
502
503 /* Define to 1 if you have the `mkstemp' function. */
504 #define HAVE_MKSTEMP 1
505
506 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
507 /* #undef HAVE_NDIR_H */
508
509 /* Define to 1 if you have the `nl_langinfo' function. */
510 #define HAVE_NL_LANGINFO 1
511
512 /* Define to 1 if you have the `openat' function. */
513 #define HAVE_OPENAT 1
514
515 /* Define to 1 if you have the <paths.h> header file. */
516 #define HAVE_PATHS_H 1
517
518 /* Define to 1 if you have the `pipe' function. */
519 #define HAVE_PIPE 1
520
521 /* Define to 1 if you have the `poll' function. */
522 #define HAVE_POLL 1
523
524 /* Define to 1 if you have the <poll.h> header file. */
525 #define HAVE_POLL_H 1
526
527 /* Define to 1 if you have the <pwd.h> header file. */
528 #define HAVE_PWD_H 1
529
530 /* Define to 1 if you have a POSIX compatible readdir_r */
531 #define HAVE_READDIR_R 1
532
533 /* Define to 1 if you have the `readlink' function. */
534 #define HAVE_READLINK 1
535
536 /* Define to 1 if you have the `readlinkat' function. */
537 #define HAVE_READLINKAT 1
538
539 /* Define to 1 if you have the <regex.h> header file. */
540 #define HAVE_REGEX_H 1
541
542 /* Define to 1 if you have the `select' function. */
543 #define HAVE_SELECT 1
544
545 /* Define to 1 if you have the `setenv' function. */
546 #define HAVE_SETENV 1
547
548 /* Define to 1 if you have the `setlocale' function. */
549 #define HAVE_SETLOCALE 1
550
551 /* Define to 1 if you have the `sigaction' function. */
552 #define HAVE_SIGACTION 1
553
554 /* Define to 1 if you have the <signal.h> header file. */
555 #define HAVE_SIGNAL_H 1
556
557 /* Define to 1 if you have the `statfs' function. */
558 #define HAVE_STATFS 1
559
560 /* Define to 1 if you have the `statvfs' function. */
561 #define HAVE_STATVFS 1
562
563 /* Define to 1 if `stat' has the bug that it succeeds when given the
564    zero-length file name argument. */
565 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
566
567 /* Define to 1 if you have the <stdarg.h> header file. */
568 #define HAVE_STDARG_H 1
569
570 /* Define to 1 if you have the <stdint.h> header file. */
571 #define HAVE_STDINT_H 1
572
573 /* Define to 1 if you have the <stdlib.h> header file. */
574 #define HAVE_STDLIB_H 1
575
576 /* Define to 1 if you have the `strchr' function. */
577 #define HAVE_STRCHR 1
578
579 /* Define to 1 if you have the `strdup' function. */
580 #define HAVE_STRDUP 1
581
582 /* Define to 1 if you have the `strerror' function. */
583 #define HAVE_STRERROR 1
584
585 /* Define to 1 if you have the `strerror_r' function. */
586 #define HAVE_STRERROR_R 1
587
588 /* Define to 1 if you have the `strftime' function. */
589 #define HAVE_STRFTIME 1
590
591 /* Define to 1 if you have the <strings.h> header file. */
592 #define HAVE_STRINGS_H 1
593
594 /* Define to 1 if you have the <string.h> header file. */
595 #define HAVE_STRING_H 1
596
597 /* Define to 1 if you have the `strncpy_s' function. */
598 /* #undef HAVE_STRNCPY_S */
599
600 /* Define to 1 if you have the `strrchr' function. */
601 #define HAVE_STRRCHR 1
602
603 /* Define to 1 if `f_namemax' is a member of `struct statfs'. */
604 /* #undef HAVE_STRUCT_STATFS_F_NAMEMAX */
605
606 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
607 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
608
609 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
610 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC */
611
612 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
613 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
614
615 /* Define to 1 if `st_flags' is a member of `struct stat'. */
616 #define HAVE_STRUCT_STAT_ST_FLAGS 1
617
618 /* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
619 #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
620
621 /* Define to 1 if `st_mtime_n' is a member of `struct stat'. */
622 /* #undef HAVE_STRUCT_STAT_ST_MTIME_N */
623
624 /* Define to 1 if `st_mtime_usec' is a member of `struct stat'. */
625 /* #undef HAVE_STRUCT_STAT_ST_MTIME_USEC */
626
627 /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
628 #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
629
630 /* Define to 1 if `st_umtime' is a member of `struct stat'. */
631 /* #undef HAVE_STRUCT_STAT_ST_UMTIME */
632
633 /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
634 #define HAVE_STRUCT_TM_TM_GMTOFF 1
635
636 /* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
637 /* #undef HAVE_STRUCT_TM___TM_GMTOFF */
638
639 /* Define to 1 if you have the `symlink' function. */
640 #define HAVE_SYMLINK 1
641
642 /* Define to 1 if you have the <sys/acl.h> header file. */
643 #define HAVE_SYS_ACL_H 1
644
645 /* Define to 1 if you have the <sys/cdefs.h> header file. */
646 #define HAVE_SYS_CDEFS_H 1
647
648 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
649    */
650 /* #undef HAVE_SYS_DIR_H */
651
652 /* Define to 1 if you have the <sys/ea.h> header file. */
653 /* #undef HAVE_SYS_EA_H */
654
655 /* Define to 1 if you have the <sys/extattr.h> header file. */
656 #define HAVE_SYS_EXTATTR_H 1
657
658 /* Define to 1 if you have the <sys/ioctl.h> header file. */
659 #define HAVE_SYS_IOCTL_H 1
660
661 /* Define to 1 if you have the <sys/mkdev.h> header file. */
662 /* #undef HAVE_SYS_MKDEV_H */
663
664 /* Define to 1 if you have the <sys/mount.h> header file. */
665 #define HAVE_SYS_MOUNT_H 1
666
667 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
668    */
669 /* #undef HAVE_SYS_NDIR_H */
670
671 /* Define to 1 if you have the <sys/param.h> header file. */
672 #define HAVE_SYS_PARAM_H 1
673
674 /* Define to 1 if you have the <sys/poll.h> header file. */
675 #define HAVE_SYS_POLL_H 1
676
677 /* Define to 1 if you have the <sys/select.h> header file. */
678 #define HAVE_SYS_SELECT_H 1
679
680 /* Define to 1 if you have the <sys/statfs.h> header file. */
681 /* #undef HAVE_SYS_STATFS_H */
682
683 /* Define to 1 if you have the <sys/statvfs.h> header file. */
684 #define HAVE_SYS_STATVFS_H 1
685
686 /* Define to 1 if you have the <sys/stat.h> header file. */
687 #define HAVE_SYS_STAT_H 1
688
689 /* Define to 1 if you have the <sys/time.h> header file. */
690 #define HAVE_SYS_TIME_H 1
691
692 /* Define to 1 if you have the <sys/types.h> header file. */
693 #define HAVE_SYS_TYPES_H 1
694
695 /* Define to 1 if you have the <sys/utime.h> header file. */
696 /* #undef HAVE_SYS_UTIME_H */
697
698 /* Define to 1 if you have the <sys/utsname.h> header file. */
699 #define HAVE_SYS_UTSNAME_H 1
700
701 /* Define to 1 if you have the <sys/vfs.h> header file. */
702 /* #undef HAVE_SYS_VFS_H */
703
704 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
705 #define HAVE_SYS_WAIT_H 1
706
707 /* Define to 1 if you have the <sys/xattr.h> header file. */
708 /* #undef HAVE_SYS_XATTR_H */
709
710 /* Define to 1 if you have the `timegm' function. */
711 #define HAVE_TIMEGM 1
712
713 /* Define to 1 if you have the <time.h> header file. */
714 #define HAVE_TIME_H 1
715
716 /* Define to 1 if you have the `tzset' function. */
717 #define HAVE_TZSET 1
718
719 /* Define to 1 if the system has the type `uintmax_t'. */
720 #define HAVE_UINTMAX_T 1
721
722 /* Define to 1 if you have the <unistd.h> header file. */
723 #define HAVE_UNISTD_H 1
724
725 /* Define to 1 if you have the `unsetenv' function. */
726 #define HAVE_UNSETENV 1
727
728 /* Define to 1 if the system has the type `unsigned long long'. */
729 #define HAVE_UNSIGNED_LONG_LONG 1
730
731 /* Define to 1 if the system has the type `unsigned long long int'. */
732 #define HAVE_UNSIGNED_LONG_LONG_INT 1
733
734 /* Define to 1 if you have the `utime' function. */
735 #define HAVE_UTIME 1
736
737 /* Define to 1 if you have the `utimensat' function. */
738 /* #undef HAVE_UTIMENSAT */
739
740 /* Define to 1 if you have the `utimes' function. */
741 #define HAVE_UTIMES 1
742
743 /* Define to 1 if you have the <utime.h> header file. */
744 #define HAVE_UTIME_H 1
745
746 /* Define to 1 if you have the `vfork' function. */
747 #define HAVE_VFORK 1
748
749 /* Define to 1 if you have the `vprintf' function. */
750 #define HAVE_VPRINTF 1
751
752 /* Define to 1 if you have the <wchar.h> header file. */
753 #define HAVE_WCHAR_H 1
754
755 /* Define to 1 if the system has the type `wchar_t'. */
756 #define HAVE_WCHAR_T 1
757
758 /* Define to 1 if you have the `wcrtomb' function. */
759 #define HAVE_WCRTOMB 1
760
761 /* Define to 1 if you have the `wcscmp' function. */
762 #define HAVE_WCSCMP 1
763
764 /* Define to 1 if you have the `wcscpy' function. */
765 #define HAVE_WCSCPY 1
766
767 /* Define to 1 if you have the `wcslen' function. */
768 #define HAVE_WCSLEN 1
769
770 /* Define to 1 if you have the `wcsnrtombs' function. */
771 /* #undef HAVE_WCSNRTOMBS */
772
773 /* Define to 1 if you have the `wctomb' function. */
774 #define HAVE_WCTOMB 1
775
776 /* Define to 1 if you have the <wctype.h> header file. */
777 #define HAVE_WCTYPE_H 1
778
779 /* Define to 1 if you have the <wincrypt.h> header file. */
780 /* #undef HAVE_WINCRYPT_H */
781
782 /* Define to 1 if you have the <windows.h> header file. */
783 /* #undef HAVE_WINDOWS_H */
784
785 /* Define to 1 if you have the <winioctl.h> header file. */
786 /* #undef HAVE_WINIOCTL_H */
787
788 /* Define to 1 if you have the `wmemcmp' function. */
789 #define HAVE_WMEMCMP 1
790
791 /* Define to 1 if you have the `wmemcpy' function. */
792 #define HAVE_WMEMCPY 1
793
794 /* Define to 1 if you have a working EXT2_IOC_GETFLAGS */
795 /* #undef HAVE_WORKING_EXT2_IOC_GETFLAGS */
796
797 /* Define to 1 if you have the <zlib.h> header file. */
798 #define HAVE_ZLIB_H 1
799
800 /* Define to 1 if you have the `_ctime64_s' function. */
801 /* #undef HAVE__CTIME64_S */
802
803 /* Define to 1 if you have the `_fseeki64' function. */
804 /* #undef HAVE__FSEEKI64 */
805
806 /* Define to 1 if you have the `_get_timezone' function. */
807 /* #undef HAVE__GET_TIMEZONE */
808
809 /* Define to 1 if you have the `_localtime64_s' function. */
810 /* #undef HAVE__LOCALTIME64_S */
811
812 /* Define to 1 if you have the `_mkgmtime64' function. */
813 /* #undef HAVE__MKGMTIME64 */
814
815 /* Define as const if the declaration of iconv() needs const. */
816 #define ICONV_CONST 
817
818 /* Version number of libarchive as a single integer */
819 /* #undef LIBARCHIVE_VERSION_NUMBER */
820
821 /* Version number of libarchive */
822 /* #undef LIBARCHIVE_VERSION_STRING */
823
824 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
825    slash. */
826 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
827
828 /* Define to the sub-directory in which libtool stores uninstalled libraries.
829    */
830 #define LT_OBJDIR ".libs/"
831
832 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
833    */
834 /* #undef MAJOR_IN_MKDEV */
835
836 /* Define to 1 if `major', `minor', and `makedev' are declared in
837    <sysmacros.h>. */
838 /* #undef MAJOR_IN_SYSMACROS */
839
840 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
841 /* #undef NO_MINUS_C_MINUS_O */
842
843 /* Name of package */
844 #define PACKAGE "libarchive"
845
846 /* Define to the address where bug reports for this package should be sent. */
847 #define PACKAGE_BUGREPORT "kientzle@FreeBSD.org"
848
849 /* Define to the full name of this package. */
850 #define PACKAGE_NAME "libarchive"
851
852 /* Define to the full name and version of this package. */
853 /* #undef PACKAGE_STRING */
854
855 /* Define to the one symbol short name of this package. */
856 #define PACKAGE_TARNAME "libarchive"
857
858 /* Define to the home page for this package. */
859 #define PACKAGE_URL ""
860
861 /* Define to the version of this package. */
862 /* #undef PACKAGE_VERSION */
863
864 /* The size of `wchar_t', as computed by sizeof. */
865 #define SIZEOF_WCHAR_T 4
866
867 /* Define to 1 if you have the ANSI C header files. */
868 #define STDC_HEADERS 1
869
870 /* Define to 1 if strerror_r returns char *. */
871 /* #undef STRERROR_R_CHAR_P */
872
873 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
874 #define TIME_WITH_SYS_TIME 1
875
876 /* Enable extensions on AIX 3, Interix.  */
877 #ifndef _ALL_SOURCE
878 # define _ALL_SOURCE 1
879 #endif
880 /* Enable GNU extensions on systems that have them.  */
881 #ifndef _GNU_SOURCE
882 # define _GNU_SOURCE 1
883 #endif
884 /* Enable threading extensions on Solaris.  */
885 #ifndef _POSIX_PTHREAD_SEMANTICS
886 # define _POSIX_PTHREAD_SEMANTICS 1
887 #endif
888 /* Enable extensions on HP NonStop.  */
889 #ifndef _TANDEM_SOURCE
890 # define _TANDEM_SOURCE 1
891 #endif
892 /* Enable general extensions on Solaris.  */
893 #ifndef __EXTENSIONS__
894 # define __EXTENSIONS__ 1
895 #endif
896
897
898 /* Version number of package */
899 /* #undef VERSION */
900
901 /* Define to '0x0500' for Windows 2000 APIs. */
902 /* #undef WINVER */
903
904 /* Number of bits in a file offset, on hosts where this is settable. */
905 /* #undef _FILE_OFFSET_BITS */
906
907 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
908 /* #undef _LARGEFILE_SOURCE */
909
910 /* Define for large files, on AIX-style hosts. */
911 /* #undef _LARGE_FILES */
912
913 /* Define to 1 if on MINIX. */
914 /* #undef _MINIX */
915
916 /* Define to 2 if the system does not provide POSIX.1 features except with
917    this defined. */
918 /* #undef _POSIX_1_SOURCE */
919
920 /* Define to 1 if you need to in order for `stat' and other things to work. */
921 /* #undef _POSIX_SOURCE */
922
923 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
924    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
925    #define below would cause a syntax error. */
926 /* #undef _UINT32_T */
927
928 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
929    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
930    #define below would cause a syntax error. */
931 /* #undef _UINT64_T */
932
933 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
934    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
935    #define below would cause a syntax error. */
936 /* #undef _UINT8_T */
937
938 /* Define to '0x0500' for Windows 2000 APIs. */
939 /* #undef _WIN32_WINNT */
940
941 /* Define to empty if `const' does not conform to ANSI C. */
942 /* #undef const */
943
944 /* Define to match typeof st_gid field of struct stat if <sys/types.h> doesn't
945    define. */
946 /* #undef gid_t */
947
948 /* Define to `unsigned long' if <sys/types.h> does not define. */
949 /* #undef id_t */
950
951 /* Define to the type of a signed integer type of width exactly 16 bits if
952    such a type exists and the standard includes do not define it. */
953 /* #undef int16_t */
954
955 /* Define to the type of a signed integer type of width exactly 32 bits if
956    such a type exists and the standard includes do not define it. */
957 /* #undef int32_t */
958
959 /* Define to the type of a signed integer type of width exactly 64 bits if
960    such a type exists and the standard includes do not define it. */
961 /* #undef int64_t */
962
963 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
964    not define. */
965 /* #undef intmax_t */
966
967 /* Define to `int' if <sys/types.h> does not define. */
968 /* #undef mode_t */
969
970 /* Define to `long long' if <sys/types.h> does not define. */
971 /* #undef off_t */
972
973 /* Define to `unsigned int' if <sys/types.h> does not define. */
974 /* #undef size_t */
975
976 /* Define to match typeof st_uid field of struct stat if <sys/types.h> doesn't
977    define. */
978 /* #undef uid_t */
979
980 /* Define to the type of an unsigned integer type of width exactly 16 bits if
981    such a type exists and the standard includes do not define it. */
982 /* #undef uint16_t */
983
984 /* Define to the type of an unsigned integer type of width exactly 32 bits if
985    such a type exists and the standard includes do not define it. */
986 /* #undef uint32_t */
987
988 /* Define to the type of an unsigned integer type of width exactly 64 bits if
989    such a type exists and the standard includes do not define it. */
990 /* #undef uint64_t */
991
992 /* Define to the type of an unsigned integer type of width exactly 8 bits if
993    such a type exists and the standard includes do not define it. */
994 /* #undef uint8_t */
995
996 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
997    do not define. */
998 /* #undef uintmax_t */
999
1000 /* Define to `unsigned int' if <sys/types.h> does not define. */
1001 /* #undef uintptr_t */