nrelease - fix/improve livecd
[dragonfly.git] / lib / libarchive / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Darwin ACL support */
5 /* #undef ARCHIVE_ACL_DARWIN */
6
7 /* FreeBSD ACL support */
8 /* #undef ARCHIVE_ACL_FREEBSD */
9
10 /* FreeBSD NFSv4 ACL support */
11 /* #undef ARCHIVE_ACL_FREEBSD_NFS4 */
12
13 /* Linux POSIX.1e ACL support via libacl */
14 /* #undef ARCHIVE_ACL_LIBACL */
15
16 /* Linux NFSv4 ACL support via librichacl */
17 /* #undef ARCHIVE_ACL_LIBRICHACL */
18
19 /* Solaris ACL support */
20 /* #undef ARCHIVE_ACL_SUNOS */
21
22 /* Solaris NFSv4 ACL support */
23 /* #undef ARCHIVE_ACL_SUNOS_NFS4 */
24
25 /* MD5 via ARCHIVE_CRYPTO_MD5_LIBC supported. */
26 /* #undef ARCHIVE_CRYPTO_MD5_LIBC */
27
28 /* MD5 via ARCHIVE_CRYPTO_MD5_LIBMD supported. */
29 /* #undef ARCHIVE_CRYPTO_MD5_LIBMD */
30
31 /* MD5 via ARCHIVE_CRYPTO_MD5_LIBSYSTEM supported. */
32 /* #undef ARCHIVE_CRYPTO_MD5_LIBSYSTEM */
33
34 /* MD5 via ARCHIVE_CRYPTO_MD5_MBEDTLS supported. */
35 /* #undef ARCHIVE_CRYPTO_MD5_MBEDTLS */
36
37 /* MD5 via ARCHIVE_CRYPTO_MD5_NETTLE supported. */
38 /* #undef ARCHIVE_CRYPTO_MD5_NETTLE */
39
40 /* MD5 via ARCHIVE_CRYPTO_MD5_OPENSSL supported. */
41 #define ARCHIVE_CRYPTO_MD5_OPENSSL 1
42
43 /* MD5 via ARCHIVE_CRYPTO_MD5_WIN supported. */
44 /* #undef ARCHIVE_CRYPTO_MD5_WIN */
45
46 /* RMD160 via ARCHIVE_CRYPTO_RMD160_LIBC supported. */
47 /* #undef ARCHIVE_CRYPTO_RMD160_LIBC */
48
49 /* RMD160 via ARCHIVE_CRYPTO_RMD160_LIBMD supported. */
50 /* #undef ARCHIVE_CRYPTO_RMD160_LIBMD */
51
52 /* RMD160 via ARCHIVE_CRYPTO_RMD160_MBEDTLS supported. */
53 /* #undef ARCHIVE_CRYPTO_RMD160_MBEDTLS */
54
55 /* RMD160 via ARCHIVE_CRYPTO_RMD160_NETTLE supported. */
56 /* #undef ARCHIVE_CRYPTO_RMD160_NETTLE */
57
58 /* RMD160 via ARCHIVE_CRYPTO_RMD160_OPENSSL supported. */
59 #define ARCHIVE_CRYPTO_RMD160_OPENSSL 1
60
61 /* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBC supported. */
62 /* #undef ARCHIVE_CRYPTO_SHA1_LIBC */
63
64 /* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBMD supported. */
65 /* #undef ARCHIVE_CRYPTO_SHA1_LIBMD */
66
67 /* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBSYSTEM supported. */
68 /* #undef ARCHIVE_CRYPTO_SHA1_LIBSYSTEM */
69
70 /* SHA1 via ARCHIVE_CRYPTO_SHA1_MBEDTLS supported. */
71 /* #undef ARCHIVE_CRYPTO_SHA1_MBEDTLS */
72
73 /* SHA1 via ARCHIVE_CRYPTO_SHA1_NETTLE supported. */
74 /* #undef ARCHIVE_CRYPTO_SHA1_NETTLE */
75
76 /* SHA1 via ARCHIVE_CRYPTO_SHA1_OPENSSL supported. */
77 #define ARCHIVE_CRYPTO_SHA1_OPENSSL 1
78
79 /* SHA1 via ARCHIVE_CRYPTO_SHA1_WIN supported. */
80 /* #undef ARCHIVE_CRYPTO_SHA1_WIN */
81
82 /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC supported. */
83 /* #undef ARCHIVE_CRYPTO_SHA256_LIBC */
84
85 /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC2 supported. */
86 /* #undef ARCHIVE_CRYPTO_SHA256_LIBC2 */
87
88 /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC3 supported. */
89 /* #undef ARCHIVE_CRYPTO_SHA256_LIBC3 */
90
91 /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBMD supported. */
92 /* #undef ARCHIVE_CRYPTO_SHA256_LIBMD */
93
94 /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBSYSTEM supported. */
95 /* #undef ARCHIVE_CRYPTO_SHA256_LIBSYSTEM */
96
97 /* SHA256 via ARCHIVE_CRYPTO_SHA256_MBEDTLS supported. */
98 /* #undef ARCHIVE_CRYPTO_SHA256_MBEDTLS */
99
100 /* SHA256 via ARCHIVE_CRYPTO_SHA256_NETTLE supported. */
101 /* #undef ARCHIVE_CRYPTO_SHA256_NETTLE */
102
103 /* SHA256 via ARCHIVE_CRYPTO_SHA256_OPENSSL supported. */
104 #define ARCHIVE_CRYPTO_SHA256_OPENSSL 1
105
106 /* SHA256 via ARCHIVE_CRYPTO_SHA256_WIN supported. */
107 /* #undef ARCHIVE_CRYPTO_SHA256_WIN */
108
109 /* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC supported. */
110 /* #undef ARCHIVE_CRYPTO_SHA384_LIBC */
111
112 /* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC2 supported. */
113 /* #undef ARCHIVE_CRYPTO_SHA384_LIBC2 */
114
115 /* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC3 supported. */
116 /* #undef ARCHIVE_CRYPTO_SHA384_LIBC3 */
117
118 /* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBSYSTEM supported. */
119 /* #undef ARCHIVE_CRYPTO_SHA384_LIBSYSTEM */
120
121 /* SHA384 via ARCHIVE_CRYPTO_SHA384_MBEDTLS supported. */
122 /* #undef ARCHIVE_CRYPTO_SHA384_MBEDTLS */
123
124 /* SHA384 via ARCHIVE_CRYPTO_SHA384_NETTLE supported. */
125 /* #undef ARCHIVE_CRYPTO_SHA384_NETTLE */
126
127 /* SHA384 via ARCHIVE_CRYPTO_SHA384_OPENSSL supported. */
128 #define ARCHIVE_CRYPTO_SHA384_OPENSSL 1
129
130 /* SHA384 via ARCHIVE_CRYPTO_SHA384_WIN supported. */
131 /* #undef ARCHIVE_CRYPTO_SHA384_WIN */
132
133 /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC supported. */
134 /* #undef ARCHIVE_CRYPTO_SHA512_LIBC */
135
136 /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC2 supported. */
137 /* #undef ARCHIVE_CRYPTO_SHA512_LIBC2 */
138
139 /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC3 supported. */
140 /* #undef ARCHIVE_CRYPTO_SHA512_LIBC3 */
141
142 /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBMD supported. */
143 /* #undef ARCHIVE_CRYPTO_SHA512_LIBMD */
144
145 /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBSYSTEM supported. */
146 /* #undef ARCHIVE_CRYPTO_SHA512_LIBSYSTEM */
147
148 /* SHA512 via ARCHIVE_CRYPTO_SHA512_MBEDTLS supported. */
149 /* #undef ARCHIVE_CRYPTO_SHA512_MBEDTLS */
150
151 /* SHA512 via ARCHIVE_CRYPTO_SHA512_NETTLE supported. */
152 /* #undef ARCHIVE_CRYPTO_SHA512_NETTLE */
153
154 /* SHA512 via ARCHIVE_CRYPTO_SHA512_OPENSSL supported. */
155 #define ARCHIVE_CRYPTO_SHA512_OPENSSL 1
156
157 /* SHA512 via ARCHIVE_CRYPTO_SHA512_WIN supported. */
158 /* #undef ARCHIVE_CRYPTO_SHA512_WIN */
159
160 /* AIX xattr support */
161 /* #undef ARCHIVE_XATTR_AIX */
162
163 /* Darwin xattr support */
164 /* #undef ARCHIVE_XATTR_DARWIN */
165
166 /* FreeBSD xattr support */
167 /* #undef ARCHIVE_XATTR_FREEBSD */
168
169 /* Linux xattr support */
170 /* #undef ARCHIVE_XATTR_LINUX */
171
172 /* Version number of bsdcat */
173 #define BSDCAT_VERSION_STRING "3.6.1"
174
175 /* Version number of bsdcpio */
176 #define BSDCPIO_VERSION_STRING "3.6.1"
177
178 /* Version number of bsdtar */
179 #define BSDTAR_VERSION_STRING "3.6.1"
180
181 /* Define to 1 if the system has the type `ace_t'. */
182 /* #undef HAVE_ACE_T */
183
184 /* Define to 1 if you have the `acl' function. */
185 /* #undef HAVE_ACL */
186
187 /* Define to 1 if the system has the type `aclent_t'. */
188 /* #undef HAVE_ACLENT_T */
189
190 /* Define to 1 if you have the `acl_add_flag_np' function. */
191 /* #undef HAVE_ACL_ADD_FLAG_NP */
192
193 /* Define to 1 if you have the `acl_add_perm' function. */
194 /* #undef HAVE_ACL_ADD_PERM */
195
196 /* Define to 1 if you have the `acl_clear_flags_np' function. */
197 /* #undef HAVE_ACL_CLEAR_FLAGS_NP */
198
199 /* Define to 1 if you have the `acl_clear_perms' function. */
200 /* #undef HAVE_ACL_CLEAR_PERMS */
201
202 /* Define to 1 if you have the `acl_create_entry' function. */
203 /* #undef HAVE_ACL_CREATE_ENTRY */
204
205 /* Define to 1 if you have the `acl_delete_def_file' function. */
206 /* #undef HAVE_ACL_DELETE_DEF_FILE */
207
208 /* Define to 1 if the system has the type `acl_entry_t'. */
209 #define HAVE_ACL_ENTRY_T 1
210
211 /* Define to 1 if you have the `acl_free' function. */
212 /* #undef HAVE_ACL_FREE */
213
214 /* Define to 1 if you have the `acl_get_brand_np' function. */
215 /* #undef HAVE_ACL_GET_BRAND_NP */
216
217 /* Define to 1 if you have the `acl_get_entry' function. */
218 /* #undef HAVE_ACL_GET_ENTRY */
219
220 /* Define to 1 if you have the `acl_get_entry_type_np' function. */
221 /* #undef HAVE_ACL_GET_ENTRY_TYPE_NP */
222
223 /* Define to 1 if you have the `acl_get_fd' function. */
224 /* #undef HAVE_ACL_GET_FD */
225
226 /* Define to 1 if you have the `acl_get_fd_np' function. */
227 /* #undef HAVE_ACL_GET_FD_NP */
228
229 /* Define to 1 if you have the `acl_get_file' function. */
230 /* #undef HAVE_ACL_GET_FILE */
231
232 /* Define to 1 if you have the `acl_get_flagset_np' function. */
233 /* #undef HAVE_ACL_GET_FLAGSET_NP */
234
235 /* Define to 1 if you have the `acl_get_flag_np' function. */
236 /* #undef HAVE_ACL_GET_FLAG_NP */
237
238 /* Define to 1 if you have the `acl_get_link_np' function. */
239 /* #undef HAVE_ACL_GET_LINK_NP */
240
241 /* Define to 1 if you have the `acl_get_perm' function. */
242 /* #undef HAVE_ACL_GET_PERM */
243
244 /* Define to 1 if you have the `acl_get_permset' function. */
245 /* #undef HAVE_ACL_GET_PERMSET */
246
247 /* Define to 1 if you have the `acl_get_perm_np' function. */
248 /* #undef HAVE_ACL_GET_PERM_NP */
249
250 /* Define to 1 if you have the `acl_get_qualifier' function. */
251 /* #undef HAVE_ACL_GET_QUALIFIER */
252
253 /* Define to 1 if you have the `acl_get_tag_type' function. */
254 /* #undef HAVE_ACL_GET_TAG_TYPE */
255
256 /* Define to 1 if you have the `acl_init' function. */
257 /* #undef HAVE_ACL_INIT */
258
259 /* Define to 1 if you have the `acl_is_trivial_np' function. */
260 /* #undef HAVE_ACL_IS_TRIVIAL_NP */
261
262 /* Define to 1 if you have the <acl/libacl.h> header file. */
263 /* #undef HAVE_ACL_LIBACL_H */
264
265 /* Define to 1 if the system has the type `acl_permset_t'. */
266 /* #undef HAVE_ACL_PERMSET_T */
267
268 /* Define to 1 if you have the `acl_set_entry_type_np' function. */
269 /* #undef HAVE_ACL_SET_ENTRY_TYPE_NP */
270
271 /* Define to 1 if you have the `acl_set_fd' function. */
272 /* #undef HAVE_ACL_SET_FD */
273
274 /* Define to 1 if you have the `acl_set_fd_np' function. */
275 /* #undef HAVE_ACL_SET_FD_NP */
276
277 /* Define to 1 if you have the `acl_set_file' function. */
278 /* #undef HAVE_ACL_SET_FILE */
279
280 /* Define to 1 if you have the `acl_set_link_np' function. */
281 /* #undef HAVE_ACL_SET_LINK_NP */
282
283 /* Define to 1 if you have the `acl_set_qualifier' function. */
284 /* #undef HAVE_ACL_SET_QUALIFIER */
285
286 /* Define to 1 if you have the `acl_set_tag_type' function. */
287 /* #undef HAVE_ACL_SET_TAG_TYPE */
288
289 /* Define to 1 if the system has the type `acl_t'. */
290 #define HAVE_ACL_T 1
291
292 /* Define to 1 if the system has the type `acl_tag_t'. */
293 #define HAVE_ACL_TAG_T 1
294
295 /* Define to 1 if you have the `arc4random_buf' function. */
296 #define HAVE_ARC4RANDOM_BUF 1
297
298 /* Define to 1 if you have the <attr/xattr.h> header file. */
299 /* #undef HAVE_ATTR_XATTR_H */
300
301 /* Define to 1 if you have the <bcrypt.h> header file. */
302 /* #undef HAVE_BCRYPT_H */
303
304 /* Define to 1 if you have the <blake2.h> header file. */
305 /* #undef HAVE_BLAKE2_H */
306
307 /* Define to 1 if you have the <bzlib.h> header file. */
308 #define HAVE_BZLIB_H 1
309
310 /* Define to 1 if you have the `chflags' function. */
311 #define HAVE_CHFLAGS 1
312
313 /* Define to 1 if you have the `chown' function. */
314 #define HAVE_CHOWN 1
315
316 /* Define to 1 if you have the `chroot' function. */
317 #define HAVE_CHROOT 1
318
319 /* Define to 1 if you have the <copyfile.h> header file. */
320 /* #undef HAVE_COPYFILE_H */
321
322 /* Define to 1 if you have the `ctime_r' function. */
323 #define HAVE_CTIME_R 1
324
325 /* Define to 1 if you have the <ctype.h> header file. */
326 #define HAVE_CTYPE_H 1
327
328 /* Define to 1 if you have the `cygwin_conv_path' function. */
329 /* #undef HAVE_CYGWIN_CONV_PATH */
330
331 /* Define to 1 if you have the declaration of `ACE_GETACL', and to 0 if you
332    don't. */
333 /* #undef HAVE_DECL_ACE_GETACL */
334
335 /* Define to 1 if you have the declaration of `ACE_GETACLCNT', and to 0 if you
336    don't. */
337 /* #undef HAVE_DECL_ACE_GETACLCNT */
338
339 /* Define to 1 if you have the declaration of `ACE_SETACL', and to 0 if you
340    don't. */
341 /* #undef HAVE_DECL_ACE_SETACL */
342
343 /* Define to 1 if you have the declaration of `ACL_SYNCHRONIZE', and to 0 if
344    you don't. */
345 /* #undef HAVE_DECL_ACL_SYNCHRONIZE */
346
347 /* Define to 1 if you have the declaration of `ACL_TYPE_EXTENDED', and to 0 if
348    you don't. */
349 /* #undef HAVE_DECL_ACL_TYPE_EXTENDED */
350
351 /* Define to 1 if you have the declaration of `ACL_TYPE_NFS4', and to 0 if you
352    don't. */
353 /* #undef HAVE_DECL_ACL_TYPE_NFS4 */
354
355 /* Define to 1 if you have the declaration of `ACL_USER', and to 0 if you
356    don't. */
357 /* #undef HAVE_DECL_ACL_USER */
358
359 /* Define to 1 if you have the declaration of `EXTATTR_NAMESPACE_USER', and to
360    0 if you don't. */
361 #define HAVE_DECL_EXTATTR_NAMESPACE_USER 1
362
363 /* Define to 1 if you have the declaration of `GETACL', and to 0 if you don't.
364    */
365 /* #undef HAVE_DECL_GETACL */
366
367 /* Define to 1 if you have the declaration of `GETACLCNT', and to 0 if you
368    don't. */
369 /* #undef HAVE_DECL_GETACLCNT */
370
371 /* Define to 1 if you have the declaration of `INT32_MAX', and to 0 if you
372    don't. */
373 #define HAVE_DECL_INT32_MAX 1
374
375 /* Define to 1 if you have the declaration of `INT32_MIN', and to 0 if you
376    don't. */
377 #define HAVE_DECL_INT32_MIN 1
378
379 /* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you
380    don't. */
381 #define HAVE_DECL_INT64_MAX 1
382
383 /* Define to 1 if you have the declaration of `INT64_MIN', and to 0 if you
384    don't. */
385 #define HAVE_DECL_INT64_MIN 1
386
387 /* Define to 1 if you have the declaration of `INTMAX_MAX', and to 0 if you
388    don't. */
389 #define HAVE_DECL_INTMAX_MAX 1
390
391 /* Define to 1 if you have the declaration of `INTMAX_MIN', and to 0 if you
392    don't. */
393 #define HAVE_DECL_INTMAX_MIN 1
394
395 /* Define to 1 if you have the declaration of `SETACL', and to 0 if you don't.
396    */
397 /* #undef HAVE_DECL_SETACL */
398
399 /* Define to 1 if you have the declaration of `SIZE_MAX', and to 0 if you
400    don't. */
401 #define HAVE_DECL_SIZE_MAX 1
402
403 /* Define to 1 if you have the declaration of `SSIZE_MAX', and to 0 if you
404    don't. */
405 #define HAVE_DECL_SSIZE_MAX 1
406
407 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
408    don't. */
409 #define HAVE_DECL_STRERROR_R 1
410
411 /* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you
412    don't. */
413 #define HAVE_DECL_UINT32_MAX 1
414
415 /* Define to 1 if you have the declaration of `UINT64_MAX', and to 0 if you
416    don't. */
417 #define HAVE_DECL_UINT64_MAX 1
418
419 /* Define to 1 if you have the declaration of `UINTMAX_MAX', and to 0 if you
420    don't. */
421 #define HAVE_DECL_UINTMAX_MAX 1
422
423 /* Define to 1 if you have the declaration of `XATTR_NOFOLLOW', and to 0 if
424    you don't. */
425 #define HAVE_DECL_XATTR_NOFOLLOW 0
426
427 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
428    */
429 #define HAVE_DIRENT_H 1
430
431 /* Define to 1 if you have a dirfd function or macro */
432 #define HAVE_DIRFD 1
433
434 /* Define to 1 if you have the <dlfcn.h> header file. */
435 #define HAVE_DLFCN_H 1
436
437 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
438 /* #undef HAVE_DOPRNT */
439
440 /* Define to 1 if nl_langinfo supports D_MD_ORDER */
441 #define HAVE_D_MD_ORDER 1
442
443 /* A possible errno value for invalid file format errors */
444 #define HAVE_EFTYPE 1
445
446 /* A possible errno value for invalid file format errors */
447 #define HAVE_EILSEQ 1
448
449 /* Define to 1 if you have the <errno.h> header file. */
450 #define HAVE_ERRNO_H 1
451
452 /* Define to 1 if you have the <expat.h> header file. */
453 /* #undef HAVE_EXPAT_H */
454
455 /* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
456 /* #undef HAVE_EXT2FS_EXT2_FS_H */
457
458 /* Define to 1 if you have the `extattr_get_fd' function. */
459 /* #undef HAVE_EXTATTR_GET_FD */
460
461 /* Define to 1 if you have the `extattr_get_file' function. */
462 #define HAVE_EXTATTR_GET_FILE 1
463
464 /* Define to 1 if you have the `extattr_get_link' function. */
465 /* #undef HAVE_EXTATTR_GET_LINK */
466
467 /* Define to 1 if you have the `extattr_list_fd' function. */
468 /* #undef HAVE_EXTATTR_LIST_FD */
469
470 /* Define to 1 if you have the `extattr_list_file' function. */
471 /* #undef HAVE_EXTATTR_LIST_FILE */
472
473 /* Define to 1 if you have the `extattr_list_link' function. */
474 /* #undef HAVE_EXTATTR_LIST_LINK */
475
476 /* Define to 1 if you have the `extattr_set_fd' function. */
477 /* #undef HAVE_EXTATTR_SET_FD */
478
479 /* Define to 1 if you have the `extattr_set_link' function. */
480 /* #undef HAVE_EXTATTR_SET_LINK */
481
482 /* Define to 1 if you have the `facl' function. */
483 /* #undef HAVE_FACL */
484
485 /* Define to 1 if you have the `fchdir' function. */
486 #define HAVE_FCHDIR 1
487
488 /* Define to 1 if you have the `fchflags' function. */
489 #define HAVE_FCHFLAGS 1
490
491 /* Define to 1 if you have the `fchmod' function. */
492 #define HAVE_FCHMOD 1
493
494 /* Define to 1 if you have the `fchown' function. */
495 #define HAVE_FCHOWN 1
496
497 /* Define to 1 if you have the `fcntl' function. */
498 #define HAVE_FCNTL 1
499
500 /* Define to 1 if you have the <fcntl.h> header file. */
501 #define HAVE_FCNTL_H 1
502
503 /* Define to 1 if you have the `fdopendir' function. */
504 #define HAVE_FDOPENDIR 1
505
506 /* Define to 1 if you have the `fgetea' function. */
507 /* #undef HAVE_FGETEA */
508
509 /* Define to 1 if you have the `fgetxattr' function. */
510 /* #undef HAVE_FGETXATTR */
511
512 /* Define to 1 if you have the `flistea' function. */
513 /* #undef HAVE_FLISTEA */
514
515 /* Define to 1 if you have the `flistxattr' function. */
516 /* #undef HAVE_FLISTXATTR */
517
518 /* Define to 1 if you have the `fork' function. */
519 #define HAVE_FORK 1
520
521 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
522 #define HAVE_FSEEKO 1
523
524 /* Define to 1 if you have the `fsetea' function. */
525 /* #undef HAVE_FSETEA */
526
527 /* Define to 1 if you have the `fsetxattr' function. */
528 /* #undef HAVE_FSETXATTR */
529
530 /* Define to 1 if you have the `fstat' function. */
531 #define HAVE_FSTAT 1
532
533 /* Define to 1 if you have the `fstatat' function. */
534 #define HAVE_FSTATAT 1
535
536 /* Define to 1 if you have the `fstatfs' function. */
537 #define HAVE_FSTATFS 1
538
539 /* Define to 1 if you have the `fstatvfs' function. */
540 #define HAVE_FSTATVFS 1
541
542 /* Define to 1 if you have the `ftruncate' function. */
543 #define HAVE_FTRUNCATE 1
544
545 /* Define to 1 if you have the `futimens' function. */
546 #define HAVE_FUTIMENS 1
547
548 /* Define to 1 if you have the `futimes' function. */
549 #define HAVE_FUTIMES 1
550
551 /* Define to 1 if you have the `futimesat' function. */
552 /* #undef HAVE_FUTIMESAT */
553
554 /* Define to 1 if you have the `getea' function. */
555 /* #undef HAVE_GETEA */
556
557 /* Define to 1 if you have the `geteuid' function. */
558 #define HAVE_GETEUID 1
559
560 /* Define to 1 if you have the `getgrgid_r' function. */
561 #define HAVE_GETGRGID_R 1
562
563 /* Define to 1 if you have the `getgrnam_r' function. */
564 #define HAVE_GETGRNAM_R 1
565
566 /* Define to 1 if you have the `getpid' function. */
567 #define HAVE_GETPID 1
568
569 /* Define to 1 if you have the `getpwnam_r' function. */
570 #define HAVE_GETPWNAM_R 1
571
572 /* Define to 1 if you have the `getpwuid_r' function. */
573 #define HAVE_GETPWUID_R 1
574
575 /* Define to 1 if you have the `getvfsbyname' function. */
576 #define HAVE_GETVFSBYNAME 1
577
578 /* Define to 1 if you have the `getxattr' function. */
579 /* #undef HAVE_GETXATTR */
580
581 /* Define to 1 if you have the `gmtime_r' function. */
582 #define HAVE_GMTIME_R 1
583
584 /* Define to 1 if you have the <grp.h> header file. */
585 #define HAVE_GRP_H 1
586
587 /* Define if you have the iconv() function and it works. */
588 #define HAVE_ICONV 1
589
590 /* Define to 1 if you have the <iconv.h> header file. */
591 #define HAVE_ICONV_H 1
592
593 /* Define to 1 if the system has the type `intmax_t'. */
594 #define HAVE_INTMAX_T 1
595
596 /* Define to 1 if you have the <inttypes.h> header file. */
597 #define HAVE_INTTYPES_H 1
598
599 /* Define to 1 if you have the <io.h> header file. */
600 /* #undef HAVE_IO_H */
601
602 /* Define to 1 if you have the <langinfo.h> header file. */
603 #define HAVE_LANGINFO_H 1
604
605 /* Define to 1 if you have the `lchflags' function. */
606 #define HAVE_LCHFLAGS 1
607
608 /* Define to 1 if you have the `lchmod' function. */
609 #define HAVE_LCHMOD 1
610
611 /* Define to 1 if you have the `lchown' function. */
612 #define HAVE_LCHOWN 1
613
614 /* Define to 1 if you have the `lgetea' function. */
615 /* #undef HAVE_LGETEA */
616
617 /* Define to 1 if you have the `lgetxattr' function. */
618 /* #undef HAVE_LGETXATTR */
619
620 /* Define to 1 if you have the `acl' library (-lacl). */
621 /* #undef HAVE_LIBACL */
622
623 /* Define to 1 if you have the `b2' library (-lb2). */
624 /* #undef HAVE_LIBB2 */
625
626 /* Define to 1 if you have the `bz2' library (-lbz2). */
627 #define HAVE_LIBBZ2 1
628
629 /* Define to 1 if you have the `charset' library (-lcharset). */
630 /* #undef HAVE_LIBCHARSET */
631
632 /* Define to 1 if you have the `crypto' library (-lcrypto). */
633 #define HAVE_LIBCRYPTO 1
634
635 /* Define to 1 if you have the `eay32' library (-leay32). */
636 /* #undef HAVE_LIBEAY32 */
637
638 /* Define to 1 if you have the `eay64' library (-leay64). */
639 /* #undef HAVE_LIBEAY64 */
640
641 /* Define to 1 if you have the `expat' library (-lexpat). */
642 /* #undef HAVE_LIBEXPAT */
643
644 /* Define to 1 if you have the `lz4' library (-llz4). */
645 /* #undef HAVE_LIBLZ4 */
646
647 /* Define to 1 if you have the `lzma' library (-llzma). */
648 #define HAVE_LIBLZMA 1
649
650 /* Define to 1 if you have the `lzo2' library (-llzo2). */
651 /* #undef HAVE_LIBLZO2 */
652
653 /* Define to 1 if you have the `mbedcrypto' library (-lmbedcrypto). */
654 /* #undef HAVE_LIBMBEDCRYPTO */
655
656 /* Define to 1 if you have the `md' library (-lmd). */
657 /* #undef HAVE_LIBMD */
658
659 /* Define to 1 if you have the `nettle' library (-lnettle). */
660 /* #undef HAVE_LIBNETTLE */
661
662 /* Define to 1 if you have the `pcre' library (-lpcre). */
663 /* #undef HAVE_LIBPCRE */
664
665 /* Define to 1 if you have the `pcreposix' library (-lpcreposix). */
666 /* #undef HAVE_LIBPCREPOSIX */
667
668 /* Define to 1 if you have the `regex' library (-lregex). */
669 /* #undef HAVE_LIBREGEX */
670
671 /* Define to 1 if you have the `richacl' library (-lrichacl). */
672 /* #undef HAVE_LIBRICHACL */
673
674 /* Define to 1 if you have the `xml2' library (-lxml2). */
675 /* #undef HAVE_LIBXML2 */
676
677 /* Define to 1 if you have the <libxml/xmlreader.h> header file. */
678 /* #undef HAVE_LIBXML_XMLREADER_H */
679
680 /* Define to 1 if you have the <libxml/xmlwriter.h> header file. */
681 /* #undef HAVE_LIBXML_XMLWRITER_H */
682
683 /* Define to 1 if you have the `z' library (-lz). */
684 #define HAVE_LIBZ 1
685
686 /* Define to 1 if you have the `zstd' library (-lzstd). */
687 /* #undef HAVE_LIBZSTD */
688
689 /* Define to 1 if you have the `zstd' library (-lzstd) with compression
690    support. */
691 /* #undef HAVE_LIBZSTD_COMPRESSOR */
692
693 /* Define to 1 if you have the <limits.h> header file. */
694 #define HAVE_LIMITS_H 1
695
696 /* Define to 1 if you have the `link' function. */
697 #define HAVE_LINK 1
698
699 /* Define to 1 if you have the `linkat' function. */
700 #define HAVE_LINKAT 1
701
702 /* Define to 1 if you have the <linux/fiemap.h> header file. */
703 /* #undef HAVE_LINUX_FIEMAP_H */
704
705 /* Define to 1 if you have the <linux/fs.h> header file. */
706 /* #undef HAVE_LINUX_FS_H */
707
708 /* Define to 1 if you have the <linux/magic.h> header file. */
709 /* #undef HAVE_LINUX_MAGIC_H */
710
711 /* Define to 1 if you have the <linux/types.h> header file. */
712 /* #undef HAVE_LINUX_TYPES_H */
713
714 /* Define to 1 if you have the `listea' function. */
715 /* #undef HAVE_LISTEA */
716
717 /* Define to 1 if you have the `listxattr' function. */
718 /* #undef HAVE_LISTXATTR */
719
720 /* Define to 1 if you have the `llistea' function. */
721 /* #undef HAVE_LLISTEA */
722
723 /* Define to 1 if you have the `llistxattr' function. */
724 /* #undef HAVE_LLISTXATTR */
725
726 /* Define to 1 if you have the <localcharset.h> header file. */
727 /* #undef HAVE_LOCALCHARSET_H */
728
729 /* Define to 1 if you have the `locale_charset' function. */
730 /* #undef HAVE_LOCALE_CHARSET */
731
732 /* Define to 1 if you have the <locale.h> header file. */
733 #define HAVE_LOCALE_H 1
734
735 /* Define to 1 if you have the `localtime_r' function. */
736 #define HAVE_LOCALTIME_R 1
737
738 /* Define to 1 if the system has the type `long long int'. */
739 #define HAVE_LONG_LONG_INT 1
740
741 /* Define to 1 if you have the `lsetea' function. */
742 /* #undef HAVE_LSETEA */
743
744 /* Define to 1 if you have the `lsetxattr' function. */
745 /* #undef HAVE_LSETXATTR */
746
747 /* Define to 1 if you have the `lstat' function. */
748 #define HAVE_LSTAT 1
749
750 /* Define to 1 if `lstat' has the bug that it succeeds when given the
751    zero-length file name argument. */
752 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
753
754 /* Define to 1 if you have the `lutimes' function. */
755 #define HAVE_LUTIMES 1
756
757 /* Define to 1 if you have the <lz4hc.h> header file. */
758 /* #undef HAVE_LZ4HC_H */
759
760 /* Define to 1 if you have the <lz4.h> header file. */
761 /* #undef HAVE_LZ4_H */
762
763 /* Define to 1 if you have the <lzma.h> header file. */
764 #define HAVE_LZMA_H 1
765
766 /* Define to 1 if you have the `lzma_stream_encoder_mt' function. */
767 /* #undef HAVE_LZMA_STREAM_ENCODER_MT */
768
769 /* Define to 1 if you have the <lzo/lzo1x.h> header file. */
770 /* #undef HAVE_LZO_LZO1X_H */
771
772 /* Define to 1 if you have the <lzo/lzoconf.h> header file. */
773 /* #undef HAVE_LZO_LZOCONF_H */
774
775 /* Define to 1 if you have the <mbedtls/aes.h> header file. */
776 /* #undef HAVE_MBEDTLS_AES_H */
777
778 /* Define to 1 if you have the <mbedtls/md.h> header file. */
779 /* #undef HAVE_MBEDTLS_MD_H */
780
781 /* Define to 1 if you have the <mbedtls/pkcs5.h> header file. */
782 /* #undef HAVE_MBEDTLS_PKCS5_H */
783
784 /* Define to 1 if you have the `mbrtowc' function. */
785 #define HAVE_MBRTOWC 1
786
787 /* Define to 1 if you have the `mbr_gid_to_uuid' function. */
788 /* #undef HAVE_MBR_GID_TO_UUID */
789
790 /* Define to 1 if you have the `mbr_uid_to_uuid' function. */
791 /* #undef HAVE_MBR_UID_TO_UUID */
792
793 /* Define to 1 if you have the `mbr_uuid_to_id' function. */
794 /* #undef HAVE_MBR_UUID_TO_ID */
795
796 /* Define to 1 if you have the <md5.h> header file. */
797 /* #undef HAVE_MD5_H */
798
799 /* Define to 1 if you have the <membership.h> header file. */
800 /* #undef HAVE_MEMBERSHIP_H */
801
802 /* Define to 1 if you have the `memmove' function. */
803 #define HAVE_MEMMOVE 1
804
805 /* Define to 1 if you have the <memory.h> header file. */
806 #define HAVE_MEMORY_H 1
807
808 /* Define to 1 if you have the `memset' function. */
809 #define HAVE_MEMSET 1
810
811 /* Define to 1 if you have the `mkdir' function. */
812 #define HAVE_MKDIR 1
813
814 /* Define to 1 if you have the `mkfifo' function. */
815 #define HAVE_MKFIFO 1
816
817 /* Define to 1 if you have the `mknod' function. */
818 #define HAVE_MKNOD 1
819
820 /* Define to 1 if you have the `mkstemp' function. */
821 #define HAVE_MKSTEMP 1
822
823 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
824 /* #undef HAVE_NDIR_H */
825
826 /* Define to 1 if you have the <nettle/aes.h> header file. */
827 /* #undef HAVE_NETTLE_AES_H */
828
829 /* Define to 1 if you have the <nettle/hmac.h> header file. */
830 /* #undef HAVE_NETTLE_HMAC_H */
831
832 /* Define to 1 if you have the <nettle/md5.h> header file. */
833 /* #undef HAVE_NETTLE_MD5_H */
834
835 /* Define to 1 if you have the <nettle/pbkdf2.h> header file. */
836 /* #undef HAVE_NETTLE_PBKDF2_H */
837
838 /* Define to 1 if you have the <nettle/ripemd160.h> header file. */
839 /* #undef HAVE_NETTLE_RIPEMD160_H */
840
841 /* Define to 1 if you have the <nettle/sha.h> header file. */
842 /* #undef HAVE_NETTLE_SHA_H */
843
844 /* Define to 1 if you have the `nl_langinfo' function. */
845 #define HAVE_NL_LANGINFO 1
846
847 /* Define to 1 if you have the `openat' function. */
848 #define HAVE_OPENAT 1
849
850 /* Define to 1 if you have the <openssl/evp.h> header file. */
851 #define HAVE_OPENSSL_EVP_H 1
852
853 /* Define to 1 if you have the <paths.h> header file. */
854 #define HAVE_PATHS_H 1
855
856 /* Define to 1 if you have the <pcreposix.h> header file. */
857 /* #undef HAVE_PCREPOSIX_H */
858
859 /* Define to 1 if you have the `pipe' function. */
860 #define HAVE_PIPE 1
861
862 /* Define to 1 if you have the `PKCS5_PBKDF2_HMAC_SHA1' function. */
863 #define HAVE_PKCS5_PBKDF2_HMAC_SHA1 1
864
865 /* Define to 1 if you have the `poll' function. */
866 #define HAVE_POLL 1
867
868 /* Define to 1 if you have the <poll.h> header file. */
869 #define HAVE_POLL_H 1
870
871 /* Define to 1 if you have the `posix_spawnp' function. */
872 #define HAVE_POSIX_SPAWNP 1
873
874 /* Define to 1 if you have the <pthread.h> header file. */
875 #define HAVE_PTHREAD_H 1
876
877 /* Define to 1 if you have the <pwd.h> header file. */
878 #define HAVE_PWD_H 1
879
880 /* Define to 1 if you have a POSIX compatible readdir_r */
881 #define HAVE_READDIR_R 1
882
883 /* Define to 1 if you have the `readlink' function. */
884 #define HAVE_READLINK 1
885
886 /* Define to 1 if you have the `readlinkat' function. */
887 #define HAVE_READLINKAT 1
888
889 /* Define to 1 if you have the `readpassphrase' function. */
890 #define HAVE_READPASSPHRASE 1
891
892 /* Define to 1 if you have the <readpassphrase.h> header file. */
893 #define HAVE_READPASSPHRASE_H 1
894
895 /* Define to 1 if you have the <regex.h> header file. */
896 #define HAVE_REGEX_H 1
897
898 /* Define to 1 if you have the `richacl_alloc' function. */
899 /* #undef HAVE_RICHACL_ALLOC */
900
901 /* Define to 1 if you have the `richacl_equiv_mode' function. */
902 /* #undef HAVE_RICHACL_EQUIV_MODE */
903
904 /* Define to 1 if you have the `richacl_free' function. */
905 /* #undef HAVE_RICHACL_FREE */
906
907 /* Define to 1 if you have the `richacl_get_fd' function. */
908 /* #undef HAVE_RICHACL_GET_FD */
909
910 /* Define to 1 if you have the `richacl_get_file' function. */
911 /* #undef HAVE_RICHACL_GET_FILE */
912
913 /* Define to 1 if you have the `richacl_set_fd' function. */
914 /* #undef HAVE_RICHACL_SET_FD */
915
916 /* Define to 1 if you have the `richacl_set_file' function. */
917 /* #undef HAVE_RICHACL_SET_FILE */
918
919 /* Define to 1 if you have the <ripemd.h> header file. */
920 /* #undef HAVE_RIPEMD_H */
921
922 /* Define to 1 if you have the `select' function. */
923 #define HAVE_SELECT 1
924
925 /* Define to 1 if you have the `setenv' function. */
926 #define HAVE_SETENV 1
927
928 /* Define to 1 if you have the `setlocale' function. */
929 #define HAVE_SETLOCALE 1
930
931 /* Define to 1 if you have the `setxattr' function. */
932 /* #undef HAVE_SETXATTR */
933
934 /* Define to 1 if you have the <sha256.h> header file. */
935 /* #undef HAVE_SHA256_H */
936
937 /* Define to 1 if you have the <sha512.h> header file. */
938 /* #undef HAVE_SHA512_H */
939
940 /* Define to 1 if you have the <sha.h> header file. */
941 /* #undef HAVE_SHA_H */
942
943 /* Define to 1 if you have the `sigaction' function. */
944 #define HAVE_SIGACTION 1
945
946 /* Define to 1 if you have the <signal.h> header file. */
947 #define HAVE_SIGNAL_H 1
948
949 /* Define to 1 if you have the <spawn.h> header file. */
950 #define HAVE_SPAWN_H 1
951
952 /* Define to 1 if you have the `statfs' function. */
953 #define HAVE_STATFS 1
954
955 /* Define to 1 if you have the `statvfs' function. */
956 #define HAVE_STATVFS 1
957
958 /* Define to 1 if `stat' has the bug that it succeeds when given the
959    zero-length file name argument. */
960 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
961
962 /* Define to 1 if you have the <stdarg.h> header file. */
963 #define HAVE_STDARG_H 1
964
965 /* Define to 1 if you have the <stdint.h> header file. */
966 #define HAVE_STDINT_H 1
967
968 /* Define to 1 if you have the <stdlib.h> header file. */
969 #define HAVE_STDLIB_H 1
970
971 /* Define to 1 if you have the `strchr' function. */
972 #define HAVE_STRCHR 1
973
974 /* Define to 1 if you have the `strdup' function. */
975 #define HAVE_STRDUP 1
976
977 /* Define to 1 if you have the `strerror' function. */
978 #define HAVE_STRERROR 1
979
980 /* Define to 1 if you have the `strerror_r' function. */
981 #define HAVE_STRERROR_R 1
982
983 /* Define to 1 if you have the `strftime' function. */
984 #define HAVE_STRFTIME 1
985
986 /* Define to 1 if you have the <strings.h> header file. */
987 #define HAVE_STRINGS_H 1
988
989 /* Define to 1 if you have the <string.h> header file. */
990 #define HAVE_STRING_H 1
991
992 /* Define to 1 if you have the `strncpy_s' function. */
993 /* #undef HAVE_STRNCPY_S */
994
995 /* Define to 1 if you have the `strnlen' function. */
996 #define HAVE_STRNLEN 1
997
998 /* Define to 1 if you have the `strrchr' function. */
999 #define HAVE_STRRCHR 1
1000
1001 /* Define to 1 if the system has the type `struct richace'. */
1002 /* #undef HAVE_STRUCT_RICHACE */
1003
1004 /* Define to 1 if the system has the type `struct richacl'. */
1005 /* #undef HAVE_STRUCT_RICHACL */
1006
1007 /* Define to 1 if the system has the type `struct statfs'. */
1008 #define HAVE_STRUCT_STATFS 1
1009
1010 /* Define to 1 if `f_iosize' is a member of `struct statfs'. */
1011 #define HAVE_STRUCT_STATFS_F_IOSIZE 1
1012
1013 /* Define to 1 if `f_namemax' is a member of `struct statfs'. */
1014 /* #undef HAVE_STRUCT_STATFS_F_NAMEMAX */
1015
1016 /* Define to 1 if `f_iosize' is a member of `struct statvfs'. */
1017 /* #undef HAVE_STRUCT_STATVFS_F_IOSIZE */
1018
1019 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
1020 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
1021
1022 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
1023 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC */
1024
1025 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
1026 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
1027
1028 /* Define to 1 if `st_flags' is a member of `struct stat'. */
1029 #define HAVE_STRUCT_STAT_ST_FLAGS 1
1030
1031 /* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
1032 #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
1033
1034 /* Define to 1 if `st_mtime_n' is a member of `struct stat'. */
1035 /* #undef HAVE_STRUCT_STAT_ST_MTIME_N */
1036
1037 /* Define to 1 if `st_mtime_usec' is a member of `struct stat'. */
1038 /* #undef HAVE_STRUCT_STAT_ST_MTIME_USEC */
1039
1040 /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
1041 #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
1042
1043 /* Define to 1 if `st_umtime' is a member of `struct stat'. */
1044 /* #undef HAVE_STRUCT_STAT_ST_UMTIME */
1045
1046 /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
1047 #define HAVE_STRUCT_TM_TM_GMTOFF 1
1048
1049 /* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
1050 /* #undef HAVE_STRUCT_TM___TM_GMTOFF */
1051
1052 /* Define to 1 if the system has the type `struct vfsconf'. */
1053 #define HAVE_STRUCT_VFSCONF 1
1054
1055 /* Define to 1 if the system has the type `struct xvfsconf'. */
1056 /* #undef HAVE_STRUCT_XVFSCONF */
1057
1058 /* Define to 1 if you have the `symlink' function. */
1059 #define HAVE_SYMLINK 1
1060
1061 /* Define to 1 if you have the <sys/acl.h> header file. */
1062 #define HAVE_SYS_ACL_H 1
1063
1064 /* Define to 1 if you have the <sys/cdefs.h> header file. */
1065 #define HAVE_SYS_CDEFS_H 1
1066
1067 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1068    */
1069 /* #undef HAVE_SYS_DIR_H */
1070
1071 /* Define to 1 if you have the <sys/ea.h> header file. */
1072 /* #undef HAVE_SYS_EA_H */
1073
1074 /* Define to 1 if you have the <sys/extattr.h> header file. */
1075 #define HAVE_SYS_EXTATTR_H 1
1076
1077 /* Define to 1 if you have the <sys/ioctl.h> header file. */
1078 #define HAVE_SYS_IOCTL_H 1
1079
1080 /* Define to 1 if you have the <sys/mkdev.h> header file. */
1081 /* #undef HAVE_SYS_MKDEV_H */
1082
1083 /* Define to 1 if you have the <sys/mount.h> header file. */
1084 #define HAVE_SYS_MOUNT_H 1
1085
1086 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1087    */
1088 /* #undef HAVE_SYS_NDIR_H */
1089
1090 /* Define to 1 if you have the <sys/param.h> header file. */
1091 #define HAVE_SYS_PARAM_H 1
1092
1093 /* Define to 1 if you have the <sys/poll.h> header file. */
1094 #define HAVE_SYS_POLL_H 1
1095
1096 /* Define to 1 if you have the <sys/richacl.h> header file. */
1097 /* #undef HAVE_SYS_RICHACL_H */
1098
1099 /* Define to 1 if you have the <sys/select.h> header file. */
1100 #define HAVE_SYS_SELECT_H 1
1101
1102 /* Define to 1 if you have the <sys/statfs.h> header file. */
1103 /* #undef HAVE_SYS_STATFS_H */
1104
1105 /* Define to 1 if you have the <sys/statvfs.h> header file. */
1106 #define HAVE_SYS_STATVFS_H 1
1107
1108 /* Define to 1 if you have the <sys/stat.h> header file. */
1109 #define HAVE_SYS_STAT_H 1
1110
1111 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
1112 /* #undef HAVE_SYS_SYSMACROS_H */
1113
1114 /* Define to 1 if you have the <sys/time.h> header file. */
1115 #define HAVE_SYS_TIME_H 1
1116
1117 /* Define to 1 if you have the <sys/types.h> header file. */
1118 #define HAVE_SYS_TYPES_H 1
1119
1120 /* Define to 1 if you have the <sys/utime.h> header file. */
1121 /* #undef HAVE_SYS_UTIME_H */
1122
1123 /* Define to 1 if you have the <sys/utsname.h> header file. */
1124 #define HAVE_SYS_UTSNAME_H 1
1125
1126 /* Define to 1 if you have the <sys/vfs.h> header file. */
1127 /* #undef HAVE_SYS_VFS_H */
1128
1129 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1130 #define HAVE_SYS_WAIT_H 1
1131
1132 /* Define to 1 if you have the <sys/xattr.h> header file. */
1133 /* #undef HAVE_SYS_XATTR_H */
1134
1135 /* Define to 1 if you have the `timegm' function. */
1136 #define HAVE_TIMEGM 1
1137
1138 /* Define to 1 if you have the <time.h> header file. */
1139 #define HAVE_TIME_H 1
1140
1141 /* Define to 1 if you have the `tzset' function. */
1142 #define HAVE_TZSET 1
1143
1144 /* Define to 1 if the system has the type `uintmax_t'. */
1145 #define HAVE_UINTMAX_T 1
1146
1147 /* Define to 1 if you have the <unistd.h> header file. */
1148 #define HAVE_UNISTD_H 1
1149
1150 /* Define to 1 if you have the `unlinkat' function. */
1151 #define HAVE_UNLINKAT 1
1152
1153 /* Define to 1 if you have the `unsetenv' function. */
1154 #define HAVE_UNSETENV 1
1155
1156 /* Define to 1 if the system has the type `unsigned long long'. */
1157 #define HAVE_UNSIGNED_LONG_LONG 1
1158
1159 /* Define to 1 if the system has the type `unsigned long long int'. */
1160 #define HAVE_UNSIGNED_LONG_LONG_INT 1
1161
1162 /* Define to 1 if you have the `utime' function. */
1163 #define HAVE_UTIME 1
1164
1165 /* Define to 1 if you have the `utimensat' function. */
1166 #define HAVE_UTIMENSAT 1
1167
1168 /* Define to 1 if you have the `utimes' function. */
1169 #define HAVE_UTIMES 1
1170
1171 /* Define to 1 if you have the <utime.h> header file. */
1172 #define HAVE_UTIME_H 1
1173
1174 /* Define to 1 if you have the `vfork' function. */
1175 #define HAVE_VFORK 1
1176
1177 /* Define to 1 if you have the `vprintf' function. */
1178 #define HAVE_VPRINTF 1
1179
1180 /* Define to 1 if you have the <wchar.h> header file. */
1181 #define HAVE_WCHAR_H 1
1182
1183 /* Define to 1 if the system has the type `wchar_t'. */
1184 #define HAVE_WCHAR_T 1
1185
1186 /* Define to 1 if you have the `wcrtomb' function. */
1187 #define HAVE_WCRTOMB 1
1188
1189 /* Define to 1 if you have the `wcscmp' function. */
1190 #define HAVE_WCSCMP 1
1191
1192 /* Define to 1 if you have the `wcscpy' function. */
1193 #define HAVE_WCSCPY 1
1194
1195 /* Define to 1 if you have the `wcslen' function. */
1196 #define HAVE_WCSLEN 1
1197
1198 /* Define to 1 if you have the `wctomb' function. */
1199 #define HAVE_WCTOMB 1
1200
1201 /* Define to 1 if you have the <wctype.h> header file. */
1202 #define HAVE_WCTYPE_H 1
1203
1204 /* Define to 1 if you have the <wincrypt.h> header file. */
1205 /* #undef HAVE_WINCRYPT_H */
1206
1207 /* Define to 1 if you have the <windows.h> header file. */
1208 /* #undef HAVE_WINDOWS_H */
1209
1210 /* Define to 1 if you have the <winioctl.h> header file. */
1211 /* #undef HAVE_WINIOCTL_H */
1212
1213 /* Define to 1 if you have the `wmemcmp' function. */
1214 #define HAVE_WMEMCMP 1
1215
1216 /* Define to 1 if you have the `wmemcpy' function. */
1217 #define HAVE_WMEMCPY 1
1218
1219 /* Define to 1 if you have the `wmemmove' function. */
1220 #define HAVE_WMEMMOVE 1
1221
1222 /* Define to 1 if you have a working EXT2_IOC_GETFLAGS */
1223 /* #undef HAVE_WORKING_EXT2_IOC_GETFLAGS */
1224
1225 /* Define to 1 if you have a working FS_IOC_GETFLAGS */
1226 /* #undef HAVE_WORKING_FS_IOC_GETFLAGS */
1227
1228 /* Define to 1 if you have the <zlib.h> header file. */
1229 #define HAVE_ZLIB_H 1
1230
1231 /* Define to 1 if you have the <zstd.h> header file. */
1232 /* #undef HAVE_ZSTD_H */
1233
1234 /* Define to 1 if you have the `_ctime64_s' function. */
1235 /* #undef HAVE__CTIME64_S */
1236
1237 /* Define to 1 if you have the `_fseeki64' function. */
1238 /* #undef HAVE__FSEEKI64 */
1239
1240 /* Define to 1 if you have the `_get_timezone' function. */
1241 /* #undef HAVE__GET_TIMEZONE */
1242
1243 /* Define to 1 if you have the `_gmtime64_s' function. */
1244 /* #undef HAVE__GMTIME64_S */
1245
1246 /* Define to 1 if you have the `_localtime64_s' function. */
1247 /* #undef HAVE__LOCALTIME64_S */
1248
1249 /* Define to 1 if you have the `_mkgmtime64' function. */
1250 /* #undef HAVE__MKGMTIME64 */
1251
1252 /* Define as const if the declaration of iconv() needs const. */
1253 #define ICONV_CONST 
1254
1255 /* Version number of libarchive as a single integer */
1256 #define LIBARCHIVE_VERSION_NUMBER "3006001"
1257
1258 /* Version number of libarchive */
1259 #define LIBARCHIVE_VERSION_STRING "3.6.1"
1260
1261 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
1262    slash. */
1263 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
1264
1265 /* Define to the sub-directory where libtool stores uninstalled libraries. */
1266 #define LT_OBJDIR ".libs/"
1267
1268 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1269    */
1270 /* #undef MAJOR_IN_MKDEV */
1271
1272 /* Define to 1 if `major', `minor', and `makedev' are declared in
1273    <sysmacros.h>. */
1274 /* #undef MAJOR_IN_SYSMACROS */
1275
1276 /* Define to '0x05020000' for Windows Server 2003 APIs. */
1277 /* #undef NTDDI_VERSION */
1278
1279 /* Name of package */
1280 #define PACKAGE "libarchive"
1281
1282 /* Define to the address where bug reports for this package should be sent. */
1283 #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
1284
1285 /* Define to the full name of this package. */
1286 #define PACKAGE_NAME "libarchive"
1287
1288 /* Define to the full name and version of this package. */
1289 #define PACKAGE_STRING "libarchive 3.6.1"
1290
1291 /* Define to the one symbol short name of this package. */
1292 #define PACKAGE_TARNAME "libarchive"
1293
1294 /* Define to the home page for this package. */
1295 #define PACKAGE_URL ""
1296
1297 /* Define to the version of this package. */
1298 #define PACKAGE_VERSION "3.6.1"
1299
1300 /* Define to 1 if PCRE_STATIC needs to be defined. */
1301 /* #undef PCRE_STATIC */
1302
1303 /* The number of bytes in type int */
1304 #define SIZEOF_INT 4
1305
1306 /* The number of bytes in type long */
1307 #define SIZEOF_LONG 8
1308
1309 /* The size of `wchar_t', as computed by sizeof. */
1310 #define SIZEOF_WCHAR_T 4
1311
1312 /* Define to 1 if you have the ANSI C header files. */
1313 #define STDC_HEADERS 1
1314
1315 /* Define to 1 if strerror_r returns char *. */
1316 /* #undef STRERROR_R_CHAR_P */
1317
1318 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1319 #define TIME_WITH_SYS_TIME 1
1320
1321 /* Enable extensions on AIX 3, Interix.  */
1322 #ifndef _ALL_SOURCE
1323 # define _ALL_SOURCE 1
1324 #endif
1325 /* Enable GNU extensions on systems that have them.  */
1326 #ifndef _GNU_SOURCE
1327 # define _GNU_SOURCE 1
1328 #endif
1329 /* Enable threading extensions on Solaris.  */
1330 #ifndef _POSIX_PTHREAD_SEMANTICS
1331 # define _POSIX_PTHREAD_SEMANTICS 1
1332 #endif
1333 /* Enable extensions on HP NonStop.  */
1334 #ifndef _TANDEM_SOURCE
1335 # define _TANDEM_SOURCE 1
1336 #endif
1337 /* Enable general extensions on Solaris.  */
1338 #ifndef __EXTENSIONS__
1339 # define __EXTENSIONS__ 1
1340 #endif
1341
1342
1343 /* Version number of package */
1344 #define VERSION "3.6.1"
1345
1346 /* Define to '0x0502' for Windows Server 2003 APIs. */
1347 /* #undef WINVER */
1348
1349 /* Enable large inode numbers on Mac OS X 10.5.  */
1350 #ifndef _DARWIN_USE_64_BIT_INODE
1351 # define _DARWIN_USE_64_BIT_INODE 1
1352 #endif
1353
1354 /* Number of bits in a file offset, on hosts where this is settable. */
1355 /* #undef _FILE_OFFSET_BITS */
1356
1357 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1358 /* #undef _LARGEFILE_SOURCE */
1359
1360 /* Define for large files, on AIX-style hosts. */
1361 /* #undef _LARGE_FILES */
1362
1363 /* Define to 1 if on MINIX. */
1364 /* #undef _MINIX */
1365
1366 /* Define to 2 if the system does not provide POSIX.1 features except with
1367    this defined. */
1368 /* #undef _POSIX_1_SOURCE */
1369
1370 /* Define to 1 if you need to in order for `stat' and other things to work. */
1371 /* #undef _POSIX_SOURCE */
1372
1373 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1374    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1375    #define below would cause a syntax error. */
1376 /* #undef _UINT32_T */
1377
1378 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1379    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1380    #define below would cause a syntax error. */
1381 /* #undef _UINT64_T */
1382
1383 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1384    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1385    #define below would cause a syntax error. */
1386 /* #undef _UINT8_T */
1387
1388 /* Define to '0x0502' for Windows Server 2003 APIs. */
1389 /* #undef _WIN32_WINNT */
1390
1391 /* Internal macro for sanity checks */
1392 #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
1393
1394 /* Define to empty if `const' does not conform to ANSI C. */
1395 /* #undef const */
1396
1397 /* Define to match typeof st_gid field of struct stat if <sys/types.h> doesn't
1398    define. */
1399 /* #undef gid_t */
1400
1401 /* Define to `unsigned long' if <sys/types.h> does not define. */
1402 /* #undef id_t */
1403
1404 /* Define to the type of a signed integer type of width exactly 16 bits if
1405    such a type exists and the standard includes do not define it. */
1406 /* #undef int16_t */
1407
1408 /* Define to the type of a signed integer type of width exactly 32 bits if
1409    such a type exists and the standard includes do not define it. */
1410 /* #undef int32_t */
1411
1412 /* Define to the type of a signed integer type of width exactly 64 bits if
1413    such a type exists and the standard includes do not define it. */
1414 /* #undef int64_t */
1415
1416 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1417    not define. */
1418 /* #undef intmax_t */
1419
1420 /* Define to `int' if <sys/types.h> does not define. */
1421 /* #undef mode_t */
1422
1423 /* Define to `long long' if <sys/types.h> does not define. */
1424 /* #undef off_t */
1425
1426 /* Define to `unsigned int' if <sys/types.h> does not define. */
1427 /* #undef size_t */
1428
1429 /* Define to match typeof st_uid field of struct stat if <sys/types.h> doesn't
1430    define. */
1431 /* #undef uid_t */
1432
1433 /* Define to the type of an unsigned integer type of width exactly 16 bits if
1434    such a type exists and the standard includes do not define it. */
1435 /* #undef uint16_t */
1436
1437 /* Define to the type of an unsigned integer type of width exactly 32 bits if
1438    such a type exists and the standard includes do not define it. */
1439 /* #undef uint32_t */
1440
1441 /* Define to the type of an unsigned integer type of width exactly 64 bits if
1442    such a type exists and the standard includes do not define it. */
1443 /* #undef uint64_t */
1444
1445 /* Define to the type of an unsigned integer type of width exactly 8 bits if
1446    such a type exists and the standard includes do not define it. */
1447 /* #undef uint8_t */
1448
1449 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1450    do not define. */
1451 /* #undef uintmax_t */
1452
1453 /* Define to `unsigned int' if <sys/types.h> does not define. */
1454 /* #undef uintptr_t */