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