Merge from vendor branch LIBARCHIVE:
[dragonfly.git] / lib / libarchive / config.h
1 /* $DragonFly: src/lib/libarchive/config.h,v 1.11 2008/05/17 21:51:47 pavalos Exp $ */
2 /* config.h.  Generated from config.h.in by configure.  */
3 /* config.h.in.  Generated from configure.ac by autoheader.  */
4
5 /* Version number of bsdcpio */
6 /* #undef BSDCPIO_VERSION_STRING */
7
8 /* Version number of bsdtar */
9 /* #undef BSDTAR_VERSION_STRING */
10
11 /* Define to 1 if you have the `acl_create_entry' function. */
12 /* #undef HAVE_ACL_CREATE_ENTRY */
13
14 /* Define to 1 if you have the `acl_get_perm' function. */
15 /* #undef HAVE_ACL_GET_PERM */
16
17 /* Define to 1 if you have the `acl_get_perm_np' function. */
18 /* #undef HAVE_ACL_GET_PERM_NP */
19
20 /* Define to 1 if you have the `acl_init' function. */
21 /* #undef HAVE_ACL_INIT */
22
23 /* Define to 1 if the system has the type `acl_permset_t'. */
24 /* #undef HAVE_ACL_PERMSET_T */
25
26 /* Define to 1 if you have the `acl_set_fd' function. */
27 /* #undef HAVE_ACL_SET_FD */
28
29 /* Define to 1 if you have the `acl_set_fd_np' function. */
30 /* #undef HAVE_ACL_SET_FD_NP */
31
32 /* Define to 1 if you have the `acl_set_file' function. */
33 /* #undef HAVE_ACL_SET_FILE */
34
35 /* True for systems with POSIX ACL support */
36 #define HAVE_ACL_USER 1
37
38 /* Define to 1 if you have the <attr/xattr.h> header file. */
39 /* #undef HAVE_ATTR_XATTR_H */
40
41 /* Define to 1 if you have the <bzlib.h> header file. */
42 #define HAVE_BZLIB_H 1
43
44 /* Define to 1 if you have the `chflags' function. */
45 #define HAVE_CHFLAGS 1
46
47 /* Define to 1 if you have the `chown' function. */
48 #define HAVE_CHOWN 1
49
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
53
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
57
58 /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
59    */
60 #define HAVE_DECL_OPTARG 1
61
62 /* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
63    */
64 #define HAVE_DECL_OPTIND 1
65
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
69
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
73
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
77
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
81
82 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
83    */
84 #define HAVE_DIRENT_H 1
85
86 /* Define to 1 if you have the <dlfcn.h> header file. */
87 #define HAVE_DLFCN_H 1
88
89 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
90 /* #undef HAVE_DOPRNT */
91
92 /* Define to 1 if nl_langinfo supports D_MD_ORDER */
93 #define HAVE_D_MD_ORDER 1
94
95 /* A possible errno value for invalid file format errors */
96 #define HAVE_EFTYPE 1
97
98 /* A possible errno value for invalid file format errors */
99 #define HAVE_EILSEQ 1
100
101 /* Define to 1 if you have the <errno.h> header file. */
102 #define HAVE_ERRNO_H 1
103
104 /* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
105 /* #undef HAVE_EXT2FS_EXT2_FS_H */
106
107 /* Define to 1 if you have the `fchdir' function. */
108 #define HAVE_FCHDIR 1
109
110 /* Define to 1 if you have the `fchflags' function. */
111 #define HAVE_FCHFLAGS 1
112
113 /* Define to 1 if you have the `fchmod' function. */
114 #define HAVE_FCHMOD 1
115
116 /* Define to 1 if you have the `fchown' function. */
117 #define HAVE_FCHOWN 1
118
119 /* Define to 1 if you have the <fcntl.h> header file. */
120 #define HAVE_FCNTL_H 1
121
122 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
123 #define HAVE_FNMATCH 1
124
125 /* Define to 1 if fnmatch(3) supports the FNM_LEADING_DIR flag */
126 #define HAVE_FNM_LEADING_DIR 1
127
128 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
129 #define HAVE_FSEEKO 1
130
131 /* Define to 1 if you have the `fsetxattr' function. */
132 /* #undef HAVE_FSETXATTR */
133
134 /* Define to 1 if you have the `ftruncate' function. */
135 #define HAVE_FTRUNCATE 1
136
137 /* Define to 1 if you have the `futimes' function. */
138 #define HAVE_FUTIMES 1
139
140 /* Define to 1 if you have the `geteuid' function. */
141 #define HAVE_GETEUID 1
142
143 /* Define to 1 if you have the `getopt_long' function. */
144 #define HAVE_GETOPT_LONG 1
145
146 /* Define to 1 if you have the `getxattr' function. */
147 /* #undef HAVE_GETXATTR */
148
149 /* Define to 1 if you have the <grp.h> header file. */
150 #define HAVE_GRP_H 1
151
152 /* Define to 1 if the system has the type `intmax_t'. */
153 #define HAVE_INTMAX_T 1
154
155 /* Define to 1 if you have the <inttypes.h> header file. */
156 #define HAVE_INTTYPES_H 1
157
158 /* Define to 1 if you have the <langinfo.h> header file. */
159 #define HAVE_LANGINFO_H 1
160
161 /* Define to 1 if you have the `lchflags' function. */
162 /* #undef HAVE_LCHFLAGS */
163
164 /* Define to 1 if you have the `lchmod' function. */
165 #define HAVE_LCHMOD 1
166
167 /* Define to 1 if you have the `lchown' function. */
168 #define HAVE_LCHOWN 1
169
170 /* Define to 1 if you have the `lgetxattr' function. */
171 /* #undef HAVE_LGETXATTR */
172
173 /* Define to 1 if you have the `acl' library (-lacl). */
174 /* #undef HAVE_LIBACL */
175
176 /* Define to 1 if you have the `attr' library (-lattr). */
177 /* #undef HAVE_LIBATTR */
178
179 /* Define to 1 if you have the `bz2' library (-lbz2). */
180 #define HAVE_LIBBZ2 1
181
182 /* Define to 1 if you have the `z' library (-lz). */
183 #define HAVE_LIBZ 1
184
185 /* Define to 1 if you have the <limits.h> header file. */
186 #define HAVE_LIMITS_H 1
187
188 /* Define to 1 if you have the <linux/ext2_fs.h> header file. */
189 /* #undef HAVE_LINUX_EXT2_FS_H */
190
191 /* Define to 1 if you have the <linux/fs.h> header file. */
192 /* #undef HAVE_LINUX_FS_H */
193
194 /* Define to 1 if you have the `listxattr' function. */
195 /* #undef HAVE_LISTXATTR */
196
197 /* Define to 1 if you have the `llistxattr' function. */
198 /* #undef HAVE_LLISTXATTR */
199
200 /* Define to 1 if you have the <locale.h> header file. */
201 #define HAVE_LOCALE_H 1
202
203 /* Define to 1 if the system has the type `long long int'. */
204 #define HAVE_LONG_LONG_INT 1
205
206 /* Define to 1 if you have the `lsetxattr' function. */
207 /* #undef HAVE_LSETXATTR */
208
209 /* Define to 1 if `lstat' has the bug that it succeeds when given the
210    zero-length file name argument. */
211 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
212
213 /* Define to 1 if you have the `lutimes' function. */
214 #define HAVE_LUTIMES 1
215
216 /* Define to 1 if you have the `memmove' function. */
217 #define HAVE_MEMMOVE 1
218
219 /* Define to 1 if you have the <memory.h> header file. */
220 #define HAVE_MEMORY_H 1
221
222 /* Define to 1 if you have the `memset' function. */
223 #define HAVE_MEMSET 1
224
225 /* Define to 1 if you have the `mkdir' function. */
226 #define HAVE_MKDIR 1
227
228 /* Define to 1 if you have the `mkfifo' function. */
229 #define HAVE_MKFIFO 1
230
231 /* Define to 1 if you have the `mknod' function. */
232 #define HAVE_MKNOD 1
233
234 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
235 /* #undef HAVE_NDIR_H */
236
237 /* Define to 1 if you have the `nl_langinfo' function. */
238 #define HAVE_NL_LANGINFO 1
239
240 /* Define to 1 if you have the <paths.h> header file. */
241 #define HAVE_PATHS_H 1
242
243 /* Define to 1 if you have the `poll' function. */
244 #define HAVE_POLL 1
245
246 /* Define to 1 if you have the <poll.h> header file. */
247 #define HAVE_POLL_H 1
248
249 /* Define to 1 if you have the <pwd.h> header file. */
250 #define HAVE_PWD_H 1
251
252 /* Define to 1 if you have the `select' function. */
253 #define HAVE_SELECT 1
254
255 /* Define to 1 if you have the `setenv' function. */
256 #define HAVE_SETENV 1
257
258 /* Define to 1 if you have the `setlocale' function. */
259 #define HAVE_SETLOCALE 1
260
261 /* Define to 1 if `stat' has the bug that it succeeds when given the
262    zero-length file name argument. */
263 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
264
265 /* Define to 1 if you have the <stdarg.h> header file. */
266 #define HAVE_STDARG_H 1
267
268 /* Define to 1 if you have the <stdint.h> header file. */
269 #define HAVE_STDINT_H 1
270
271 /* Define to 1 if you have the <stdlib.h> header file. */
272 #define HAVE_STDLIB_H 1
273
274 /* Define to 1 if you have the `strchr' function. */
275 #define HAVE_STRCHR 1
276
277 /* Define to 1 if you have the `strdup' function. */
278 #define HAVE_STRDUP 1
279
280 /* Define to 1 if you have the `strerror' function. */
281 #define HAVE_STRERROR 1
282
283 /* Define to 1 if you have the `strerror_r' function. */
284 #define HAVE_STRERROR_R 1
285
286 /* Define to 1 if you have the `strftime' function. */
287 #define HAVE_STRFTIME 1
288
289 /* Define to 1 if you have the <strings.h> header file. */
290 #define HAVE_STRINGS_H 1
291
292 /* Define to 1 if you have the <string.h> header file. */
293 #define HAVE_STRING_H 1
294
295 /* Define to 1 if you have the `strrchr' function. */
296 #define HAVE_STRRCHR 1
297
298 /* Define to 1 if `st_mtimespec.tv_nsec' is member of `struct stat'. */
299 #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
300
301 /* Define to 1 if `st_mtim.tv_nsec' is member of `struct stat'. */
302 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
303
304 /* Define to 1 if `st_rdev' is member of `struct stat'. */
305 #define HAVE_STRUCT_STAT_ST_RDEV 1
306
307 /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
308 #define HAVE_STRUCT_TM_TM_GMTOFF 1
309
310 /* Define to 1 if you have the <sys/acl.h> header file. */
311 #define HAVE_SYS_ACL_H 1
312
313 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
314    */
315 /* #undef HAVE_SYS_DIR_H */
316
317 /* Define to 1 if you have the <sys/ioctl.h> header file. */
318 #define HAVE_SYS_IOCTL_H 1
319
320 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
321    */
322 /* #undef HAVE_SYS_NDIR_H */
323
324 /* Define to 1 if you have the <sys/param.h> header file. */
325 #define HAVE_SYS_PARAM_H 1
326
327 /* Define to 1 if you have the <sys/poll.h> header file. */
328 #define HAVE_SYS_POLL_H 1
329
330 /* Define to 1 if you have the <sys/select.h> header file. */
331 #define HAVE_SYS_SELECT_H 1
332
333 /* Define to 1 if you have the <sys/stat.h> header file. */
334 #define HAVE_SYS_STAT_H 1
335
336 /* Define to 1 if you have the <sys/time.h> header file. */
337 #define HAVE_SYS_TIME_H 1
338
339 /* Define to 1 if you have the <sys/types.h> header file. */
340 #define HAVE_SYS_TYPES_H 1
341
342 /* Define to 1 if you have the <sys/utime.h> header file. */
343 /* #undef HAVE_SYS_UTIME_H */
344
345 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
346 #define HAVE_SYS_WAIT_H 1
347
348 /* Define to 1 if you have the `timegm' function. */
349 #define HAVE_TIMEGM 1
350
351 /* Define to 1 if you have the <time.h> header file. */
352 #define HAVE_TIME_H 1
353
354 /* Define to 1 if you have the `tzset' function. */
355 #define HAVE_TZSET 1
356
357 /* Define to 1 if the system has the type `uintmax_t'. */
358 #define HAVE_UINTMAX_T 1
359
360 /* Define to 1 if you have the <unistd.h> header file. */
361 #define HAVE_UNISTD_H 1
362
363 /* Define to 1 if you have the `unsetenv' function. */
364 #define HAVE_UNSETENV 1
365
366 /* Define to 1 if the system has the type `unsigned long long'. */
367 #define HAVE_UNSIGNED_LONG_LONG 1
368
369 /* Define to 1 if the system has the type `unsigned long long int'. */
370 #define HAVE_UNSIGNED_LONG_LONG_INT 1
371
372 /* Define to 1 if you have the `utime' function. */
373 #define HAVE_UTIME 1
374
375 /* Define to 1 if you have the `utimes' function. */
376 #define HAVE_UTIMES 1
377
378 /* Define to 1 if you have the <utime.h> header file. */
379 #define HAVE_UTIME_H 1
380
381 /* Define to 1 if you have the `vprintf' function. */
382 #define HAVE_VPRINTF 1
383
384 /* Define to 1 if you have the <wchar.h> header file. */
385 #define HAVE_WCHAR_H 1
386
387 /* Define to 1 if you have the `wcscpy' function. */
388 #define HAVE_WCSCPY 1
389
390 /* Define to 1 if you have the `wcslen' function. */
391 #define HAVE_WCSLEN 1
392
393 /* Define to 1 if you have the `wmemcmp' function. */
394 #define HAVE_WMEMCMP 1
395
396 /* Define to 1 if you have the `wmemcpy' function. */
397 #define HAVE_WMEMCPY 1
398
399 /* Define to 1 if you have the <zlib.h> header file. */
400 #define HAVE_ZLIB_H 1
401
402 /* Version number of libarchive as a single integer */
403 /* #undef LIBARCHIVE_VERSION */
404
405 /* Version number of libarchive */
406 /* #undef LIBARCHIVE_VERSION_STRING */
407
408 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
409    slash. */
410 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
411
412 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
413    */
414 /* #undef MAJOR_IN_MKDEV */
415
416 /* Define to 1 if `major', `minor', and `makedev' are declared in
417    <sysmacros.h>. */
418 /* #undef MAJOR_IN_SYSMACROS */
419
420 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
421 /* #undef NO_MINUS_C_MINUS_O */
422
423 /* Name of package */
424 #define PACKAGE "libarchive"
425
426 /* Define to the address where bug reports for this package should be sent. */
427 #define PACKAGE_BUGREPORT "kientzle@freebsd.org"
428
429 /* Define to the full name of this package. */
430 #define PACKAGE_NAME "libarchive"
431
432 /* Define to the full name and version of this package. */
433 /* #undef PACKAGE_STRING */
434
435 /* Define to the one symbol short name of this package. */
436 #define PACKAGE_TARNAME "libarchive"
437
438 /* Define to the version of this package. */
439 /* #undef PACKAGE_VERSION */
440
441 /* Define to 1 if you have the ANSI C header files. */
442 #define STDC_HEADERS 1
443
444 /* Define to 1 if strerror_r returns char *. */
445 /* #undef STRERROR_R_CHAR_P */
446
447 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
448 #define TIME_WITH_SYS_TIME 1
449
450 /* Version number of package */
451 /* #undef VERSION */
452
453 /* Number of bits in a file offset, on hosts where this is settable. */
454 /* #undef _FILE_OFFSET_BITS */
455
456 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
457 /* #undef _LARGEFILE_SOURCE */
458
459 /* Define for large files, on AIX-style hosts. */
460 /* #undef _LARGE_FILES */
461
462 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
463    <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
464    #define below would cause a syntax error. */
465 /* #undef _UINT64_T */
466
467 /* Define to empty if `const' does not conform to ANSI C. */
468 /* #undef const */
469
470 /* Define to `int' if <sys/types.h> doesn't define. */
471 /* #undef gid_t */
472
473 /* Define to `unsigned long' if <sys/types.h> does not define. */
474 /* #undef id_t */
475
476 /* Define to the type of a signed integer type of width exactly 64 bits if
477    such a type exists and the standard includes do not define it. */
478 /* #undef int64_t */
479
480 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
481    not define. */
482 /* #undef intmax_t */
483
484 /* Define to `int' if <sys/types.h> does not define. */
485 /* #undef mode_t */
486
487 /* Define to `long long' if <sys/types.h> does not define. */
488 /* #undef off_t */
489
490 /* Define to `unsigned int' if <sys/types.h> does not define. */
491 /* #undef size_t */
492
493 /* Define to `int' if <sys/types.h> doesn't define. */
494 /* #undef uid_t */
495
496 /* Define to the type of an unsigned integer type of width exactly 64 bits if
497    such a type exists and the standard includes do not define it. */
498 /* #undef uint64_t */
499
500 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
501    do not define. */
502 /* #undef uintmax_t */
503
504 /* Define to `unsigned int' if <sys/types.h> does not define. */
505 /* #undef uintptr_t */