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