Fix hopefully all possible deadlocks that can occur when mixed block sizes
[dragonfly.git] / lib / libarchive / config.h
blobd3c945271438075c54848a156571a1d944488b3f
1 /* $DragonFly: src/lib/libarchive/config.h,v 1.12 2008/06/16 08:20:23 pavalos Exp $ */
2 /* config.h. Generated from config.h.in by configure. */
3 /* config.h.in. Generated from configure.ac by autoheader. */
5 /* Version number of bsdcpio */
6 /* #undef BSDCPIO_VERSION_STRING */
8 /* Version number of bsdtar */
9 /* #undef BSDTAR_VERSION_STRING */
11 /* Define to 1 if you have the `acl_create_entry' function. */
12 /* #undef HAVE_ACL_CREATE_ENTRY */
14 /* Define to 1 if you have the `acl_get_perm' function. */
15 /* #undef HAVE_ACL_GET_PERM */
17 /* Define to 1 if you have the `acl_get_perm_np' function. */
18 /* #undef HAVE_ACL_GET_PERM_NP */
20 /* Define to 1 if you have the `acl_init' function. */
21 /* #undef HAVE_ACL_INIT */
23 /* Define to 1 if the system has the type `acl_permset_t'. */
24 /* #undef HAVE_ACL_PERMSET_T */
26 /* Define to 1 if you have the `acl_set_fd' function. */
27 /* #undef HAVE_ACL_SET_FD */
29 /* Define to 1 if you have the `acl_set_fd_np' function. */
30 /* #undef HAVE_ACL_SET_FD_NP */
32 /* Define to 1 if you have the `acl_set_file' function. */
33 /* #undef HAVE_ACL_SET_FILE */
35 /* True for systems with POSIX ACL support */
36 #define HAVE_ACL_USER 1
38 /* Define to 1 if you have the <attr/xattr.h> header file. */
39 /* #undef HAVE_ATTR_XATTR_H */
41 /* Define to 1 if you have the <bzlib.h> header file. */
42 #define HAVE_BZLIB_H 1
44 /* Define to 1 if you have the `chflags' function. */
45 #define HAVE_CHFLAGS 1
47 /* Define to 1 if you have the `chown' function. */
48 #define HAVE_CHOWN 1
50 /* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you
51 don't. */
52 #define HAVE_DECL_INT64_MAX 1
54 /* Define to 1 if you have the declaration of `INT64_MIN', and to 0 if you
55 don't. */
56 #define HAVE_DECL_INT64_MIN 1
58 /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
60 #define HAVE_DECL_OPTARG 1
62 /* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
64 #define HAVE_DECL_OPTIND 1
66 /* Define to 1 if you have the declaration of `SIZE_MAX', and to 0 if you
67 don't. */
68 #define HAVE_DECL_SIZE_MAX 1
70 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
71 don't. */
72 #define HAVE_DECL_STRERROR_R 1
74 /* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you
75 don't. */
76 #define HAVE_DECL_UINT32_MAX 1
78 /* Define to 1 if you have the declaration of `UINT64_MAX', and to 0 if you
79 don't. */
80 #define HAVE_DECL_UINT64_MAX 1
82 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
84 #define HAVE_DIRENT_H 1
86 /* Define to 1 if you have the <dlfcn.h> header file. */
87 #define HAVE_DLFCN_H 1
89 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
90 /* #undef HAVE_DOPRNT */
92 /* Define to 1 if nl_langinfo supports D_MD_ORDER */
93 #define HAVE_D_MD_ORDER 1
95 /* A possible errno value for invalid file format errors */
96 #define HAVE_EFTYPE 1
98 /* A possible errno value for invalid file format errors */
99 #define HAVE_EILSEQ 1
101 /* Define to 1 if you have the <errno.h> header file. */
102 #define HAVE_ERRNO_H 1
104 /* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
105 /* #undef HAVE_EXT2FS_EXT2_FS_H */
107 /* Define to 1 if you have the `fchdir' function. */
108 #define HAVE_FCHDIR 1
110 /* Define to 1 if you have the `fchflags' function. */
111 #define HAVE_FCHFLAGS 1
113 /* Define to 1 if you have the `fchmod' function. */
114 #define HAVE_FCHMOD 1
116 /* Define to 1 if you have the `fchown' function. */
117 #define HAVE_FCHOWN 1
119 /* Define to 1 if you have the `fcntl' function. */
120 #define HAVE_FCNTL 1
122 /* Define to 1 if you have the <fcntl.h> header file. */
123 #define HAVE_FCNTL_H 1
125 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
126 #define HAVE_FNMATCH 1
128 /* Define to 1 if fnmatch(3) supports the FNM_LEADING_DIR flag */
129 #define HAVE_FNM_LEADING_DIR 1
131 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
132 #define HAVE_FSEEKO 1
134 /* Define to 1 if you have the `fsetxattr' function. */
135 /* #undef HAVE_FSETXATTR */
137 /* Define to 1 if you have the `fstat' function. */
138 #define HAVE_FSTAT 1
140 /* Define to 1 if you have the `ftruncate' function. */
141 #define HAVE_FTRUNCATE 1
143 /* Define to 1 if you have the `futimes' function. */
144 #define HAVE_FUTIMES 1
146 /* Define to 1 if you have the `geteuid' function. */
147 #define HAVE_GETEUID 1
149 /* Define to 1 if you have the `getopt_long' function. */
150 #define HAVE_GETOPT_LONG 1
152 /* Define to 1 if you have the `getpid' function. */
153 #define HAVE_GETPID 1
155 /* Define to 1 if you have the `getxattr' function. */
156 /* #undef HAVE_GETXATTR */
158 /* Define to 1 if you have the <grp.h> header file. */
159 #define HAVE_GRP_H 1
161 /* Define to 1 if the system has the type `intmax_t'. */
162 #define HAVE_INTMAX_T 1
164 /* Define to 1 if you have the <inttypes.h> header file. */
165 #define HAVE_INTTYPES_H 1
167 /* Define to 1 if you have the <langinfo.h> header file. */
168 #define HAVE_LANGINFO_H 1
170 /* Define to 1 if you have the `lchflags' function. */
171 /* #undef HAVE_LCHFLAGS */
173 /* Define to 1 if you have the `lchmod' function. */
174 #define HAVE_LCHMOD 1
176 /* Define to 1 if you have the `lchown' function. */
177 #define HAVE_LCHOWN 1
179 /* Define to 1 if you have the `lgetxattr' function. */
180 /* #undef HAVE_LGETXATTR */
182 /* Define to 1 if you have the `acl' library (-lacl). */
183 /* #undef HAVE_LIBACL */
185 /* Define to 1 if you have the `attr' library (-lattr). */
186 /* #undef HAVE_LIBATTR */
188 /* Define to 1 if you have the `bz2' library (-lbz2). */
189 #define HAVE_LIBBZ2 1
191 /* Define to 1 if you have the `z' library (-lz). */
192 #define HAVE_LIBZ 1
194 /* Define to 1 if you have the <limits.h> header file. */
195 #define HAVE_LIMITS_H 1
197 /* Define to 1 if you have the <linux/ext2_fs.h> header file. */
198 /* #undef HAVE_LINUX_EXT2_FS_H */
200 /* Define to 1 if you have the <linux/fs.h> header file. */
201 /* #undef HAVE_LINUX_FS_H */
203 /* Define to 1 if you have the `listxattr' function. */
204 /* #undef HAVE_LISTXATTR */
206 /* Define to 1 if you have the `llistxattr' function. */
207 /* #undef HAVE_LLISTXATTR */
209 /* Define to 1 if you have the <locale.h> header file. */
210 #define HAVE_LOCALE_H 1
212 /* Define to 1 if the system has the type `long long int'. */
213 #define HAVE_LONG_LONG_INT 1
215 /* Define to 1 if you have the `lsetxattr' function. */
216 /* #undef HAVE_LSETXATTR */
218 /* Define to 1 if `lstat' has the bug that it succeeds when given the
219 zero-length file name argument. */
220 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
222 /* Define to 1 if you have the `lutimes' function. */
223 #define HAVE_LUTIMES 1
225 /* Define to 1 if you have the `memmove' function. */
226 #define HAVE_MEMMOVE 1
228 /* Define to 1 if you have the <memory.h> header file. */
229 #define HAVE_MEMORY_H 1
231 /* Define to 1 if you have the `memset' function. */
232 #define HAVE_MEMSET 1
234 /* Define to 1 if you have the `mkdir' function. */
235 #define HAVE_MKDIR 1
237 /* Define to 1 if you have the `mkfifo' function. */
238 #define HAVE_MKFIFO 1
240 /* Define to 1 if you have the `mknod' function. */
241 #define HAVE_MKNOD 1
243 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
244 /* #undef HAVE_NDIR_H */
246 /* Define to 1 if you have the `nl_langinfo' function. */
247 #define HAVE_NL_LANGINFO 1
249 /* Define to 1 if you have the <paths.h> header file. */
250 #define HAVE_PATHS_H 1
252 /* Define to 1 if you have the `pipe' function. */
253 #define HAVE_PIPE 1
255 /* Define to 1 if you have the `poll' function. */
256 #define HAVE_POLL 1
258 /* Define to 1 if you have the <poll.h> header file. */
259 #define HAVE_POLL_H 1
261 /* Define to 1 if you have the <pwd.h> header file. */
262 #define HAVE_PWD_H 1
264 /* Define to 1 if you have the <regex.h> header file. */
265 #define HAVE_REGEX_H 1
267 /* Define to 1 if you have the `select' function. */
268 #define HAVE_SELECT 1
270 /* Define to 1 if you have the `setenv' function. */
271 #define HAVE_SETENV 1
273 /* Define to 1 if you have the `setlocale' function. */
274 #define HAVE_SETLOCALE 1
276 /* Define to 1 if `stat' has the bug that it succeeds when given the
277 zero-length file name argument. */
278 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
280 /* Define to 1 if you have the <stdarg.h> header file. */
281 #define HAVE_STDARG_H 1
283 /* Define to 1 if you have the <stdint.h> header file. */
284 #define HAVE_STDINT_H 1
286 /* Define to 1 if you have the <stdlib.h> header file. */
287 #define HAVE_STDLIB_H 1
289 /* Define to 1 if you have the `strchr' function. */
290 #define HAVE_STRCHR 1
292 /* Define to 1 if you have the `strdup' function. */
293 #define HAVE_STRDUP 1
295 /* Define to 1 if you have the `strerror' function. */
296 #define HAVE_STRERROR 1
298 /* Define to 1 if you have the `strerror_r' function. */
299 #define HAVE_STRERROR_R 1
301 /* Define to 1 if you have the `strftime' function. */
302 #define HAVE_STRFTIME 1
304 /* Define to 1 if you have the <strings.h> header file. */
305 #define HAVE_STRINGS_H 1
307 /* Define to 1 if you have the <string.h> header file. */
308 #define HAVE_STRING_H 1
310 /* Define to 1 if you have the `strrchr' function. */
311 #define HAVE_STRRCHR 1
313 /* Define to 1 if `st_mtimespec.tv_nsec' is member of `struct stat'. */
314 #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
316 /* Define to 1 if `st_mtim.tv_nsec' is member of `struct stat'. */
317 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
319 /* Define to 1 if `st_rdev' is member of `struct stat'. */
320 #define HAVE_STRUCT_STAT_ST_RDEV 1
322 /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
323 #define HAVE_STRUCT_TM_TM_GMTOFF 1
325 /* Define to 1 if you have the <sys/acl.h> header file. */
326 #define HAVE_SYS_ACL_H 1
328 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
330 /* #undef HAVE_SYS_DIR_H */
332 /* Define to 1 if you have the <sys/ioctl.h> header file. */
333 #define HAVE_SYS_IOCTL_H 1
335 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
337 /* #undef HAVE_SYS_NDIR_H */
339 /* Define to 1 if you have the <sys/param.h> header file. */
340 #define HAVE_SYS_PARAM_H 1
342 /* Define to 1 if you have the <sys/poll.h> header file. */
343 #define HAVE_SYS_POLL_H 1
345 /* Define to 1 if you have the <sys/select.h> header file. */
346 #define HAVE_SYS_SELECT_H 1
348 /* Define to 1 if you have the <sys/stat.h> header file. */
349 #define HAVE_SYS_STAT_H 1
351 /* Define to 1 if you have the <sys/time.h> header file. */
352 #define HAVE_SYS_TIME_H 1
354 /* Define to 1 if you have the <sys/types.h> header file. */
355 #define HAVE_SYS_TYPES_H 1
357 /* Define to 1 if you have the <sys/utime.h> header file. */
358 /* #undef HAVE_SYS_UTIME_H */
360 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
361 #define HAVE_SYS_WAIT_H 1
363 /* Define to 1 if you have the `timegm' function. */
364 #define HAVE_TIMEGM 1
366 /* Define to 1 if you have the <time.h> header file. */
367 #define HAVE_TIME_H 1
369 /* Define to 1 if you have the `tzset' function. */
370 #define HAVE_TZSET 1
372 /* Define to 1 if the system has the type `uintmax_t'. */
373 #define HAVE_UINTMAX_T 1
375 /* Define to 1 if you have the <unistd.h> header file. */
376 #define HAVE_UNISTD_H 1
378 /* Define to 1 if you have the `unsetenv' function. */
379 #define HAVE_UNSETENV 1
381 /* Define to 1 if the system has the type `unsigned long long'. */
382 #define HAVE_UNSIGNED_LONG_LONG 1
384 /* Define to 1 if the system has the type `unsigned long long int'. */
385 #define HAVE_UNSIGNED_LONG_LONG_INT 1
387 /* Define to 1 if you have the `utime' function. */
388 #define HAVE_UTIME 1
390 /* Define to 1 if you have the `utimes' function. */
391 #define HAVE_UTIMES 1
393 /* Define to 1 if you have the <utime.h> header file. */
394 #define HAVE_UTIME_H 1
396 /* Define to 1 if you have the `vfork' function. */
397 #define HAVE_VFORK 1
399 /* Define to 1 if you have the `vprintf' function. */
400 #define HAVE_VPRINTF 1
402 /* Define to 1 if you have the <wchar.h> header file. */
403 #define HAVE_WCHAR_H 1
405 /* Define to 1 if you have the `wcscpy' function. */
406 #define HAVE_WCSCPY 1
408 /* Define to 1 if you have the `wcslen' function. */
409 #define HAVE_WCSLEN 1
411 /* Define to 1 if you have the `wmemcmp' function. */
412 #define HAVE_WMEMCMP 1
414 /* Define to 1 if you have the `wmemcpy' function. */
415 #define HAVE_WMEMCPY 1
417 /* Define to 1 if you have the <zlib.h> header file. */
418 #define HAVE_ZLIB_H 1
420 /* Version number of libarchive as a single integer */
421 /* #undef LIBARCHIVE_VERSION */
423 /* Version number of libarchive */
424 /* #undef LIBARCHIVE_VERSION_STRING */
426 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
427 slash. */
428 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
430 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
432 /* #undef MAJOR_IN_MKDEV */
434 /* Define to 1 if `major', `minor', and `makedev' are declared in
435 <sysmacros.h>. */
436 /* #undef MAJOR_IN_SYSMACROS */
438 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
439 /* #undef NO_MINUS_C_MINUS_O */
441 /* Name of package */
442 #define PACKAGE "libarchive"
444 /* Define to the address where bug reports for this package should be sent. */
445 #define PACKAGE_BUGREPORT "kientzle@freebsd.org"
447 /* Define to the full name of this package. */
448 #define PACKAGE_NAME "libarchive"
450 /* Define to the full name and version of this package. */
451 /* #undef PACKAGE_STRING */
453 /* Define to the one symbol short name of this package. */
454 #define PACKAGE_TARNAME "libarchive"
456 /* Define to the version of this package. */
457 /* #undef PACKAGE_VERSION */
459 /* Define to 1 if you have the ANSI C header files. */
460 #define STDC_HEADERS 1
462 /* Define to 1 if strerror_r returns char *. */
463 /* #undef STRERROR_R_CHAR_P */
465 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
466 #define TIME_WITH_SYS_TIME 1
468 /* Version number of package */
469 /* #undef VERSION */
471 /* Number of bits in a file offset, on hosts where this is settable. */
472 /* #undef _FILE_OFFSET_BITS */
474 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
475 /* #undef _LARGEFILE_SOURCE */
477 /* Define for large files, on AIX-style hosts. */
478 /* #undef _LARGE_FILES */
480 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
481 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
482 #define below would cause a syntax error. */
483 /* #undef _UINT64_T */
485 /* Define to empty if `const' does not conform to ANSI C. */
486 /* #undef const */
488 /* Define to `int' if <sys/types.h> doesn't define. */
489 /* #undef gid_t */
491 /* Define to `unsigned long' if <sys/types.h> does not define. */
492 /* #undef id_t */
494 /* Define to the type of a signed integer type of width exactly 64 bits if
495 such a type exists and the standard includes do not define it. */
496 /* #undef int64_t */
498 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
499 not define. */
500 /* #undef intmax_t */
502 /* Define to `int' if <sys/types.h> does not define. */
503 /* #undef mode_t */
505 /* Define to `long long' if <sys/types.h> does not define. */
506 /* #undef off_t */
508 /* Define to `unsigned int' if <sys/types.h> does not define. */
509 /* #undef size_t */
511 /* Define to `int' if <sys/types.h> doesn't define. */
512 /* #undef uid_t */
514 /* Define to the type of an unsigned integer type of width exactly 64 bits if
515 such a type exists and the standard includes do not define it. */
516 /* #undef uint64_t */
518 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
519 do not define. */
520 /* #undef uintmax_t */
522 /* Define to `unsigned int' if <sys/types.h> does not define. */
523 /* #undef uintptr_t */