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