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