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