1/* config.h. Generated from build/cmake/config.h.in by cmake configure */ 2#define __LIBARCHIVE_CONFIG_H_INCLUDED 1 3#if defined(__osf__) 4# define _OSF_SOURCE 5#endif 6 7/* 8 * Ensure we have C99-style int64_t, etc, all defined. 9 */ 10 11/* Define ZLIB_WINAPI if zlib was built on Visual Studio. */ 12#cmakedefine ZLIB_WINAPI 1 13 14/* Darwin ACL support */ 15#cmakedefine ARCHIVE_ACL_DARWIN 1 16 17/* FreeBSD ACL support */ 18#cmakedefine ARCHIVE_ACL_FREEBSD 1 19 20/* FreeBSD NFSv4 ACL support */ 21#cmakedefine ARCHIVE_ACL_FREEBSD_NFS4 1 22 23/* Linux POSIX.1e ACL support via libacl */ 24#cmakedefine ARCHIVE_ACL_LIBACL 1 25 26/* Linux NFSv4 ACL support via librichacl */ 27#cmakedefine ARCHIVE_ACL_LIBRICHACL 1 28 29/* Solaris ACL support */ 30#cmakedefine ARCHIVE_ACL_SUNOS 1 31 32/* Solaris NFSv4 ACL support */ 33#cmakedefine ARCHIVE_ACL_SUNOS_NFS4 1 34 35/* MD5 via ARCHIVE_CRYPTO_MD5_LIBC supported. */ 36#cmakedefine ARCHIVE_CRYPTO_MD5_LIBC 1 37 38/* MD5 via ARCHIVE_CRYPTO_MD5_LIBSYSTEM supported. */ 39#cmakedefine ARCHIVE_CRYPTO_MD5_LIBSYSTEM 1 40 41/* MD5 via ARCHIVE_CRYPTO_MD5_NETTLE supported. */ 42#cmakedefine ARCHIVE_CRYPTO_MD5_NETTLE 1 43 44/* MD5 via ARCHIVE_CRYPTO_MD5_OPENSSL supported. */ 45#cmakedefine ARCHIVE_CRYPTO_MD5_OPENSSL 1 46 47/* MD5 via ARCHIVE_CRYPTO_MD5_WIN supported. */ 48#cmakedefine ARCHIVE_CRYPTO_MD5_WIN 1 49 50/* RMD160 via ARCHIVE_CRYPTO_RMD160_LIBC supported. */ 51#cmakedefine ARCHIVE_CRYPTO_RMD160_LIBC 1 52 53/* RMD160 via ARCHIVE_CRYPTO_RMD160_NETTLE supported. */ 54#cmakedefine ARCHIVE_CRYPTO_RMD160_NETTLE 1 55 56/* RMD160 via ARCHIVE_CRYPTO_RMD160_OPENSSL supported. */ 57#cmakedefine ARCHIVE_CRYPTO_RMD160_OPENSSL 1 58 59/* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBC supported. */ 60#cmakedefine ARCHIVE_CRYPTO_SHA1_LIBC 1 61 62/* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBSYSTEM supported. */ 63#cmakedefine ARCHIVE_CRYPTO_SHA1_LIBSYSTEM 1 64 65/* SHA1 via ARCHIVE_CRYPTO_SHA1_NETTLE supported. */ 66#cmakedefine ARCHIVE_CRYPTO_SHA1_NETTLE 1 67 68/* SHA1 via ARCHIVE_CRYPTO_SHA1_OPENSSL supported. */ 69#cmakedefine ARCHIVE_CRYPTO_SHA1_OPENSSL 1 70 71/* SHA1 via ARCHIVE_CRYPTO_SHA1_WIN supported. */ 72#cmakedefine ARCHIVE_CRYPTO_SHA1_WIN 1 73 74/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC supported. */ 75#cmakedefine ARCHIVE_CRYPTO_SHA256_LIBC 1 76 77/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC2 supported. */ 78#cmakedefine ARCHIVE_CRYPTO_SHA256_LIBC2 1 79 80/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC3 supported. */ 81#cmakedefine ARCHIVE_CRYPTO_SHA256_LIBC3 1 82 83/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBSYSTEM supported. */ 84#cmakedefine ARCHIVE_CRYPTO_SHA256_LIBSYSTEM 1 85 86/* SHA256 via ARCHIVE_CRYPTO_SHA256_NETTLE supported. */ 87#cmakedefine ARCHIVE_CRYPTO_SHA256_NETTLE 1 88 89/* SHA256 via ARCHIVE_CRYPTO_SHA256_OPENSSL supported. */ 90#cmakedefine ARCHIVE_CRYPTO_SHA256_OPENSSL 1 91 92/* SHA256 via ARCHIVE_CRYPTO_SHA256_WIN supported. */ 93#cmakedefine ARCHIVE_CRYPTO_SHA256_WIN 1 94 95/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC supported. */ 96#cmakedefine ARCHIVE_CRYPTO_SHA384_LIBC 1 97 98/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC2 supported. */ 99#cmakedefine ARCHIVE_CRYPTO_SHA384_LIBC2 1 100 101/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC3 supported. */ 102#cmakedefine ARCHIVE_CRYPTO_SHA384_LIBC3 1 103 104/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBSYSTEM supported. */ 105#cmakedefine ARCHIVE_CRYPTO_SHA384_LIBSYSTEM 1 106 107/* SHA384 via ARCHIVE_CRYPTO_SHA384_NETTLE supported. */ 108#cmakedefine ARCHIVE_CRYPTO_SHA384_NETTLE 1 109 110/* SHA384 via ARCHIVE_CRYPTO_SHA384_OPENSSL supported. */ 111#cmakedefine ARCHIVE_CRYPTO_SHA384_OPENSSL 1 112 113/* SHA384 via ARCHIVE_CRYPTO_SHA384_WIN supported. */ 114#cmakedefine ARCHIVE_CRYPTO_SHA384_WIN 1 115 116/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC supported. */ 117#cmakedefine ARCHIVE_CRYPTO_SHA512_LIBC 1 118 119/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC2 supported. */ 120#cmakedefine ARCHIVE_CRYPTO_SHA512_LIBC2 1 121 122/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC3 supported. */ 123#cmakedefine ARCHIVE_CRYPTO_SHA512_LIBC3 1 124 125/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBSYSTEM supported. */ 126#cmakedefine ARCHIVE_CRYPTO_SHA512_LIBSYSTEM 1 127 128/* SHA512 via ARCHIVE_CRYPTO_SHA512_NETTLE supported. */ 129#cmakedefine ARCHIVE_CRYPTO_SHA512_NETTLE 1 130 131/* SHA512 via ARCHIVE_CRYPTO_SHA512_OPENSSL supported. */ 132#cmakedefine ARCHIVE_CRYPTO_SHA512_OPENSSL 1 133 134/* SHA512 via ARCHIVE_CRYPTO_SHA512_WIN supported. */ 135#cmakedefine ARCHIVE_CRYPTO_SHA512_WIN 1 136 137/* AIX xattr support */ 138#cmakedefine ARCHIVE_XATTR_AIX 1 139 140/* Darwin xattr support */ 141#cmakedefine ARCHIVE_XATTR_DARWIN 1 142 143/* FreeBSD xattr support */ 144#cmakedefine ARCHIVE_XATTR_FREEBSD 1 145 146/* Linux xattr support */ 147#cmakedefine ARCHIVE_XATTR_LINUX 1 148 149/* Version number of bsdcpio */ 150#cmakedefine BSDCPIO_VERSION_STRING "${BSDCPIO_VERSION_STRING}" 151 152/* Version number of bsdtar */ 153#cmakedefine BSDTAR_VERSION_STRING "${BSDTAR_VERSION_STRING}" 154 155/* Version number of bsdcat */ 156#cmakedefine BSDCAT_VERSION_STRING "${BSDCAT_VERSION_STRING}" 157 158/* Define to 1 if you have the `acl_create_entry' function. */ 159#cmakedefine HAVE_ACL_CREATE_ENTRY 1 160 161/* Define to 1 if you have the `acl_get_fd_np' function. */ 162#cmakedefine HAVE_ACL_GET_FD_NP 1 163 164/* Define to 1 if you have the `acl_get_link' function. */ 165#cmakedefine HAVE_ACL_GET_LINK 1 166 167/* Define to 1 if you have the `acl_get_link_np' function. */ 168#cmakedefine HAVE_ACL_GET_LINK_NP 1 169 170/* Define to 1 if you have the `acl_get_perm' function. */ 171#cmakedefine HAVE_ACL_GET_PERM 1 172 173/* Define to 1 if you have the `acl_get_perm_np' function. */ 174#cmakedefine HAVE_ACL_GET_PERM_NP 1 175 176/* Define to 1 if you have the `acl_init' function. */ 177#cmakedefine HAVE_ACL_INIT 1 178 179/* Define to 1 if you have the <acl/libacl.h> header file. */ 180#cmakedefine HAVE_ACL_LIBACL_H 1 181 182/* Define to 1 if the system has the type `acl_permset_t'. */ 183#cmakedefine HAVE_ACL_PERMSET_T 1 184 185/* Define to 1 if you have the `acl_set_fd' function. */ 186#cmakedefine HAVE_ACL_SET_FD 1 187 188/* Define to 1 if you have the `acl_set_fd_np' function. */ 189#cmakedefine HAVE_ACL_SET_FD_NP 1 190 191/* Define to 1 if you have the `acl_set_file' function. */ 192#cmakedefine HAVE_ACL_SET_FILE 1 193 194/* Define to 1 if you have the `arc4random_buf' function. */ 195#cmakedefine HAVE_ARC4RANDOM_BUF 1 196 197/* Define to 1 if you have the <attr/xattr.h> header file. */ 198#cmakedefine HAVE_ATTR_XATTR_H 1 199 200/* Define to 1 if you have the <Bcrypt.h> header file. */ 201#cmakedefine HAVE_BCRYPT_H 1 202 203/* Define to 1 if you have the <bsdxml.h> header file. */ 204#cmakedefine HAVE_BSDXML_H 1 205 206/* Define to 1 if you have the <bzlib.h> header file. */ 207#cmakedefine HAVE_BZLIB_H 1 208 209/* Define to 1 if you have the `chflags' function. */ 210#cmakedefine HAVE_CHFLAGS 1 211 212/* Define to 1 if you have the `chown' function. */ 213#cmakedefine HAVE_CHOWN 1 214 215/* Define to 1 if you have the `chroot' function. */ 216#cmakedefine HAVE_CHROOT 1 217 218/* Define to 1 if you have the <copyfile.h> header file. */ 219#cmakedefine HAVE_COPYFILE_H 1 220 221/* Define to 1 if you have the `ctime_r' function. */ 222#cmakedefine HAVE_CTIME_R 1 223 224/* Define to 1 if you have the <ctype.h> header file. */ 225#cmakedefine HAVE_CTYPE_H 1 226 227/* Define to 1 if you have the `cygwin_conv_path' function. */ 228#cmakedefine HAVE_CYGWIN_CONV_PATH 1 229 230/* Define to 1 if you have the declaration of `ACE_GETACL', and to 0 if you 231 don't. */ 232#cmakedefine HAVE_DECL_ACE_GETACL 1 233 234/* Define to 1 if you have the declaration of `ACE_GETACLCNT', and to 0 if you 235 don't. */ 236#cmakedefine HAVE_DECL_ACE_GETACLCNT 1 237 238/* Define to 1 if you have the declaration of `ACE_SETACL', and to 0 if you 239 don't. */ 240#cmakedefine HAVE_DECL_ACE_SETACL 1 241 242/* Define to 1 if you have the declaration of `ACL_SYNCHRONIZE', and to 0 if 243 you don't. */ 244#cmakedefine HAVE_DECL_ACL_SYNCHRONIZE 1 245 246/* Define to 1 if you have the declaration of `ACL_TYPE_EXTENDED', and to 0 if 247 you don't. */ 248#cmakedefine HAVE_DECL_ACL_TYPE_EXTENDED 1 249 250/* Define to 1 if you have the declaration of `ACL_TYPE_NFS4', and to 0 if you 251 don't. */ 252#cmakedefine HAVE_DECL_ACL_TYPE_NFS4 1 253 254/* Define to 1 if you have the declaration of `ACL_USER', and to 0 if you 255 don't. */ 256#cmakedefine HAVE_DECL_ACL_USER 1 257 258/* Define to 1 if you have the declaration of `SETACL', and to 0 if you don't. 259 */ 260#cmakedefine HAVE_DECL_SETACL 1 261 262/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you 263 don't. */ 264#cmakedefine HAVE_DECL_STRERROR_R 1 265 266/* Define to 1 if you have the declaration of `XATTR_NOFOLLOW', and to 0 if 267 you don't. */ 268#cmakedefine HAVE_DECL_XATTR_NOFOLLOW 1 269 270/* Define to 1 if you have the <direct.h> header file. */ 271#cmakedefine HAVE_DIRECT_H 1 272 273/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 274 */ 275#cmakedefine HAVE_DIRENT_H 1 276 277/* Define to 1 if you have the `dirfd' function. */ 278#cmakedefine HAVE_DIRFD 1 279 280/* Define to 1 if you have the <dlfcn.h> header file. */ 281#cmakedefine HAVE_DLFCN_H 1 282 283/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 284#cmakedefine HAVE_DOPRNT 1 285 286/* Define to 1 if nl_langinfo supports D_MD_ORDER */ 287#cmakedefine HAVE_D_MD_ORDER 1 288 289/* A possible errno value for invalid file format errors */ 290#cmakedefine HAVE_EFTYPE 1 291 292/* A possible errno value for invalid file format errors */ 293#cmakedefine HAVE_EILSEQ 1 294 295/* Define to 1 if you have the <errno.h> header file. */ 296#cmakedefine HAVE_ERRNO_H 1 297 298/* Define to 1 if you have the <expat.h> header file. */ 299#cmakedefine HAVE_EXPAT_H 1 300 301/* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */ 302#cmakedefine HAVE_EXT2FS_EXT2_FS_H 1 303 304/* Define to 1 if you have the `extattr_get_file' function. */ 305#cmakedefine HAVE_EXTATTR_GET_FILE 1 306 307/* Define to 1 if you have the `extattr_list_file' function. */ 308#cmakedefine HAVE_EXTATTR_LIST_FILE 1 309 310/* Define to 1 if you have the `extattr_set_fd' function. */ 311#cmakedefine HAVE_EXTATTR_SET_FD 1 312 313/* Define to 1 if you have the `extattr_set_file' function. */ 314#cmakedefine HAVE_EXTATTR_SET_FILE 1 315 316/* Define to 1 if EXTATTR_NAMESPACE_USER is defined in sys/extattr.h. */ 317#cmakedefine HAVE_DECL_EXTATTR_NAMESPACE_USER 1 318 319/* Define to 1 if you have the declaration of `GETACL', and to 0 if you don't. 320 */ 321#cmakedefine HAVE_DECL_GETACL 1 322 323/* Define to 1 if you have the declaration of `GETACLCNT', and to 0 if you 324 don't. */ 325#cmakedefine HAVE_DECL_GETACLCNT 1 326 327/* Define to 1 if you have the `fchdir' function. */ 328#cmakedefine HAVE_FCHDIR 1 329 330/* Define to 1 if you have the `fchflags' function. */ 331#cmakedefine HAVE_FCHFLAGS 1 332 333/* Define to 1 if you have the `fchmod' function. */ 334#cmakedefine HAVE_FCHMOD 1 335 336/* Define to 1 if you have the `fchown' function. */ 337#cmakedefine HAVE_FCHOWN 1 338 339/* Define to 1 if you have the `fcntl' function. */ 340#cmakedefine HAVE_FCNTL 1 341 342/* Define to 1 if you have the <fcntl.h> header file. */ 343#cmakedefine HAVE_FCNTL_H 1 344 345/* Define to 1 if you have the `fdopendir' function. */ 346#cmakedefine HAVE_FDOPENDIR 1 347 348/* Define to 1 if you have the `fgetea' function. */ 349#cmakedefine HAVE_FGETEA 1 350 351/* Define to 1 if you have the `fgetxattr' function. */ 352#cmakedefine HAVE_FGETXATTR 1 353 354/* Define to 1 if you have the `flistea' function. */ 355#cmakedefine HAVE_FLISTEA 1 356 357/* Define to 1 if you have the `flistxattr' function. */ 358#cmakedefine HAVE_FLISTXATTR 1 359 360/* Define to 1 if you have the `fork' function. */ 361#cmakedefine HAVE_FORK 1 362 363/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 364#cmakedefine HAVE_FSEEKO 1 365 366/* Define to 1 if you have the `fsetea' function. */ 367#cmakedefine HAVE_FSETEA 1 368 369/* Define to 1 if you have the `fsetxattr' function. */ 370#cmakedefine HAVE_FSETXATTR 1 371 372/* Define to 1 if you have the `fstat' function. */ 373#cmakedefine HAVE_FSTAT 1 374 375/* Define to 1 if you have the `fstatat' function. */ 376#cmakedefine HAVE_FSTATAT 1 377 378/* Define to 1 if you have the `fstatfs' function. */ 379#cmakedefine HAVE_FSTATFS 1 380 381/* Define to 1 if you have the `fstatvfs' function. */ 382#cmakedefine HAVE_FSTATVFS 1 383 384/* Define to 1 if you have the `ftruncate' function. */ 385#cmakedefine HAVE_FTRUNCATE 1 386 387/* Define to 1 if you have the `futimens' function. */ 388#cmakedefine HAVE_FUTIMENS 1 389 390/* Define to 1 if you have the `futimes' function. */ 391#cmakedefine HAVE_FUTIMES 1 392 393/* Define to 1 if you have the `futimesat' function. */ 394#cmakedefine HAVE_FUTIMESAT 1 395 396/* Define to 1 if you have the `getea' function. */ 397#cmakedefine HAVE_GETEA 1 398 399/* Define to 1 if you have the `geteuid' function. */ 400#cmakedefine HAVE_GETEUID 1 401 402/* Define to 1 if you have the `getgrgid_r' function. */ 403#cmakedefine HAVE_GETGRGID_R 1 404 405/* Define to 1 if you have the `getgrnam_r' function. */ 406#cmakedefine HAVE_GETGRNAM_R 1 407 408/* Define to 1 if you have the `getpid' function. */ 409#cmakedefine HAVE_GETPID 1 410 411/* Define to 1 if you have the `getpwnam_r' function. */ 412#cmakedefine HAVE_GETPWNAM_R 1 413 414/* Define to 1 if you have the `getpwuid_r' function. */ 415#cmakedefine HAVE_GETPWUID_R 1 416 417/* Define to 1 if you have the `getvfsbyname' function. */ 418#cmakedefine HAVE_GETVFSBYNAME 1 419 420/* Define to 1 if you have the `getxattr' function. */ 421#cmakedefine HAVE_GETXATTR 1 422 423/* Define to 1 if you have the `gmtime_r' function. */ 424#cmakedefine HAVE_GMTIME_R 1 425 426/* Define to 1 if you have the <grp.h> header file. */ 427#cmakedefine HAVE_GRP_H 1 428 429/* Define to 1 if you have the `iconv' function. */ 430#cmakedefine HAVE_ICONV 1 431 432/* Define to 1 if you have the <iconv.h> header file. */ 433#cmakedefine HAVE_ICONV_H 1 434 435/* Define to 1 if you have the <io.h> header file. */ 436#cmakedefine HAVE_IO_H 1 437 438/* Define to 1 if you have the <langinfo.h> header file. */ 439#cmakedefine HAVE_LANGINFO_H 1 440 441/* Define to 1 if you have the `lchflags' function. */ 442#cmakedefine HAVE_LCHFLAGS 1 443 444/* Define to 1 if you have the `lchmod' function. */ 445#cmakedefine HAVE_LCHMOD 1 446 447/* Define to 1 if you have the `lchown' function. */ 448#cmakedefine HAVE_LCHOWN 1 449 450/* Define to 1 if you have the `lgetea' function. */ 451#cmakedefine HAVE_LGETEA 1 452 453/* Define to 1 if you have the `lgetxattr' function. */ 454#cmakedefine HAVE_LGETXATTR 1 455 456/* Define to 1 if you have the `acl' library (-lacl). */ 457#cmakedefine HAVE_LIBACL 1 458 459/* Define to 1 if you have the `attr' library (-lattr). */ 460#cmakedefine HAVE_LIBATTR 1 461 462/* Define to 1 if you have the `bsdxml' library (-lbsdxml). */ 463#cmakedefine HAVE_LIBBSDXML 1 464 465/* Define to 1 if you have the `bz2' library (-lbz2). */ 466#cmakedefine HAVE_LIBBZ2 1 467 468/* Define to 1 if you have the `b2' library (-lb2). */ 469#cmakedefine HAVE_LIBB2 1 470 471/* Define to 1 if you have the <blake2.h> header file. */ 472#cmakedefine HAVE_BLAKE2_H 1 473 474/* Define to 1 if you have the `charset' library (-lcharset). */ 475#cmakedefine HAVE_LIBCHARSET 1 476 477/* Define to 1 if you have the `crypto' library (-lcrypto). */ 478#cmakedefine HAVE_LIBCRYPTO 1 479 480/* Define to 1 if you have the `expat' library (-lexpat). */ 481#cmakedefine HAVE_LIBEXPAT 1 482 483/* Define to 1 if you have the `gcc' library (-lgcc). */ 484#cmakedefine HAVE_LIBGCC 1 485 486/* Define to 1 if you have the `lz4' library (-llz4). */ 487#cmakedefine HAVE_LIBLZ4 1 488 489/* Define to 1 if you have the `lzma' library (-llzma). */ 490#cmakedefine HAVE_LIBLZMA 1 491 492/* Define to 1 if you have the `lzmadec' library (-llzmadec). */ 493#cmakedefine HAVE_LIBLZMADEC 1 494 495/* Define to 1 if you have the `lzo2' library (-llzo2). */ 496#cmakedefine HAVE_LIBLZO2 1 497 498/* Define to 1 if you have the `mbedcrypto' library (-lmbedcrypto). */ 499#cmakedefine HAVE_LIBMBEDCRYPTO 1 500 501/* Define to 1 if you have the `nettle' library (-lnettle). */ 502#cmakedefine HAVE_LIBNETTLE 1 503 504/* Define to 1 if you have the `pcre' library (-lpcre). */ 505#cmakedefine HAVE_LIBPCRE 1 506 507/* Define to 1 if you have the `pcreposix' library (-lpcreposix). */ 508#cmakedefine HAVE_LIBPCREPOSIX 1 509 510/* Define to 1 if you have the `xml2' library (-lxml2). */ 511#cmakedefine HAVE_LIBXML2 1 512 513/* Define to 1 if you have the <libxml/xmlreader.h> header file. */ 514#cmakedefine HAVE_LIBXML_XMLREADER_H 1 515 516/* Define to 1 if you have the <libxml/xmlwriter.h> header file. */ 517#cmakedefine HAVE_LIBXML_XMLWRITER_H 1 518 519/* Define to 1 if you have the `z' library (-lz). */ 520#cmakedefine HAVE_LIBZ 1 521 522/* Define to 1 if you have the `zstd' library (-lzstd). */ 523#cmakedefine HAVE_LIBZSTD 1 524 525/* Define to 1 if you have the <limits.h> header file. */ 526#cmakedefine HAVE_LIMITS_H 1 527 528/* Define to 1 if you have the `link' function. */ 529#cmakedefine HAVE_LINK 1 530 531/* Define to 1 if you have the <linux/types.h> header file. */ 532#cmakedefine HAVE_LINUX_TYPES_H 1 533 534/* Define to 1 if you have the <linux/fiemap.h> header file. */ 535#cmakedefine HAVE_LINUX_FIEMAP_H 1 536 537/* Define to 1 if you have the <linux/fs.h> header file. */ 538#cmakedefine HAVE_LINUX_FS_H 1 539 540/* Define to 1 if you have the <linux/magic.h> header file. */ 541#cmakedefine HAVE_LINUX_MAGIC_H 1 542 543/* Define to 1 if you have the <linux/types.h> header file. */ 544#cmakedefine HAVE_LINUX_TYPES_H 1 545 546/* Define to 1 if you have the `listea' function. */ 547#cmakedefine HAVE_LISTEA 1 548 549/* Define to 1 if you have the `listxattr' function. */ 550#cmakedefine HAVE_LISTXATTR 1 551 552/* Define to 1 if you have the `llistea' function. */ 553#cmakedefine HAVE_LLISTEA 1 554 555/* Define to 1 if you have the `llistxattr' function. */ 556#cmakedefine HAVE_LLISTXATTR 1 557 558/* Define to 1 if you have the <localcharset.h> header file. */ 559#cmakedefine HAVE_LOCALCHARSET_H 1 560 561/* Define to 1 if you have the `locale_charset' function. */ 562#cmakedefine HAVE_LOCALE_CHARSET 1 563 564/* Define to 1 if you have the <locale.h> header file. */ 565#cmakedefine HAVE_LOCALE_H 1 566 567/* Define to 1 if you have the `localtime_r' function. */ 568#cmakedefine HAVE_LOCALTIME_R 1 569 570/* Define to 1 if the system has the type `long long int'. */ 571#cmakedefine HAVE_LONG_LONG_INT 1 572 573/* Define to 1 if you have the `lsetea' function. */ 574#cmakedefine HAVE_LSETEA 1 575 576/* Define to 1 if you have the `lsetxattr' function. */ 577#cmakedefine HAVE_LSETXATTR 1 578 579/* Define to 1 if you have the `lstat' function. */ 580#cmakedefine HAVE_LSTAT 1 581 582/* Define to 1 if `lstat' has the bug that it succeeds when given the 583 zero-length file name argument. */ 584#cmakedefine HAVE_LSTAT_EMPTY_STRING_BUG 1 585 586/* Define to 1 if you have the `lutimes' function. */ 587#cmakedefine HAVE_LUTIMES 1 588 589/* Define to 1 if you have the <lz4hc.h> header file. */ 590#cmakedefine HAVE_LZ4HC_H 1 591 592/* Define to 1 if you have the <lz4.h> header file. */ 593#cmakedefine HAVE_LZ4_H 1 594 595/* Define to 1 if you have the <lzmadec.h> header file. */ 596#cmakedefine HAVE_LZMADEC_H 1 597 598/* Define to 1 if you have the <lzma.h> header file. */ 599#cmakedefine HAVE_LZMA_H 1 600 601/* Define to 1 if you have a working `lzma_stream_encoder_mt' function. */ 602#cmakedefine HAVE_LZMA_STREAM_ENCODER_MT 1 603 604/* Define to 1 if you have the <lzo/lzo1x.h> header file. */ 605#cmakedefine HAVE_LZO_LZO1X_H 1 606 607/* Define to 1 if you have the <lzo/lzoconf.h> header file. */ 608#cmakedefine HAVE_LZO_LZOCONF_H 1 609 610/* Define to 1 if you have the `mbrtowc' function. */ 611#cmakedefine HAVE_MBRTOWC 1 612 613/* Define to 1 if you have the <membership.h> header file. */ 614#cmakedefine HAVE_MEMBERSHIP_H 1 615 616/* Define to 1 if you have the `memmove' function. */ 617#cmakedefine HAVE_MEMMOVE 1 618 619/* Define to 1 if you have the <memory.h> header file. */ 620#cmakedefine HAVE_MEMORY_H 1 621 622/* Define to 1 if you have the `mkdir' function. */ 623#cmakedefine HAVE_MKDIR 1 624 625/* Define to 1 if you have the `mkfifo' function. */ 626#cmakedefine HAVE_MKFIFO 1 627 628/* Define to 1 if you have the `mknod' function. */ 629#cmakedefine HAVE_MKNOD 1 630 631/* Define to 1 if you have the `mkstemp' function. */ 632#cmakedefine HAVE_MKSTEMP 1 633 634/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 635#cmakedefine HAVE_NDIR_H 1 636 637/* Define to 1 if you have the <nettle/aes.h> header file. */ 638#cmakedefine HAVE_NETTLE_AES_H 1 639 640/* Define to 1 if you have the <nettle/hmac.h> header file. */ 641#cmakedefine HAVE_NETTLE_HMAC_H 1 642 643/* Define to 1 if you have the <nettle/md5.h> header file. */ 644#cmakedefine HAVE_NETTLE_MD5_H 1 645 646/* Define to 1 if you have the <nettle/pbkdf2.h> header file. */ 647#cmakedefine HAVE_NETTLE_PBKDF2_H 1 648 649/* Define to 1 if you have the <nettle/ripemd160.h> header file. */ 650#cmakedefine HAVE_NETTLE_RIPEMD160_H 1 651 652/* Define to 1 if you have the <nettle/sha.h> header file. */ 653#cmakedefine HAVE_NETTLE_SHA_H 1 654 655/* Define to 1 if you have the `nl_langinfo' function. */ 656#cmakedefine HAVE_NL_LANGINFO 1 657 658/* Define to 1 if you have the `openat' function. */ 659#cmakedefine HAVE_OPENAT 1 660 661/* Define to 1 if you have the <paths.h> header file. */ 662#cmakedefine HAVE_PATHS_H 1 663 664/* Define to 1 if you have the <pcreposix.h> header file. */ 665#cmakedefine HAVE_PCREPOSIX_H 1 666 667/* Define to 1 if you have the `pipe' function. */ 668#cmakedefine HAVE_PIPE 1 669 670/* Define to 1 if you have the `PKCS5_PBKDF2_HMAC_SHA1' function. */ 671#cmakedefine HAVE_PKCS5_PBKDF2_HMAC_SHA1 1 672 673/* Define to 1 if you have the `poll' function. */ 674#cmakedefine HAVE_POLL 1 675 676/* Define to 1 if you have the <poll.h> header file. */ 677#cmakedefine HAVE_POLL_H 1 678 679/* Define to 1 if you have the `posix_spawnp' function. */ 680#cmakedefine HAVE_POSIX_SPAWNP 1 681 682/* Define to 1 if you have the <process.h> header file. */ 683#cmakedefine HAVE_PROCESS_H 1 684 685/* Define to 1 if you have the <pthread.h> header file. */ 686#cmakedefine HAVE_PTHREAD_H 1 687 688/* Define to 1 if you have the <pwd.h> header file. */ 689#cmakedefine HAVE_PWD_H 1 690 691/* Define to 1 if you have the `readdir_r' function. */ 692#cmakedefine HAVE_READDIR_R 1 693 694/* Define to 1 if you have the `readlink' function. */ 695#cmakedefine HAVE_READLINK 1 696 697/* Define to 1 if you have the `readlinkat' function. */ 698#cmakedefine HAVE_READLINKAT 1 699 700/* Define to 1 if you have the `readpassphrase' function. */ 701#cmakedefine HAVE_READPASSPHRASE 1 702 703/* Define to 1 if you have the <readpassphrase.h> header file. */ 704#cmakedefine HAVE_READPASSPHRASE_H 1 705 706/* Define to 1 if you have the <regex.h> header file. */ 707#cmakedefine HAVE_REGEX_H 1 708 709/* Define to 1 if you have the `select' function. */ 710#cmakedefine HAVE_SELECT 1 711 712/* Define to 1 if you have the `setenv' function. */ 713#cmakedefine HAVE_SETENV 1 714 715/* Define to 1 if you have the `setlocale' function. */ 716#cmakedefine HAVE_SETLOCALE 1 717 718/* Define to 1 if you have the `sigaction' function. */ 719#cmakedefine HAVE_SIGACTION 1 720 721/* Define to 1 if you have the <signal.h> header file. */ 722#cmakedefine HAVE_SIGNAL_H 1 723 724/* Define to 1 if you have the <spawn.h> header file. */ 725#cmakedefine HAVE_SPAWN_H 1 726 727/* Define to 1 if you have the `statfs' function. */ 728#cmakedefine HAVE_STATFS 1 729 730/* Define to 1 if you have the `statvfs' function. */ 731#cmakedefine HAVE_STATVFS 1 732 733/* Define to 1 if `stat' has the bug that it succeeds when given the 734 zero-length file name argument. */ 735#cmakedefine HAVE_STAT_EMPTY_STRING_BUG 1 736 737/* Define to 1 if you have the <stdarg.h> header file. */ 738#cmakedefine HAVE_STDARG_H 1 739 740/* Define to 1 if you have the <stdlib.h> header file. */ 741#cmakedefine HAVE_STDLIB_H 1 742 743/* Define to 1 if you have the `strchr' function. */ 744#cmakedefine HAVE_STRCHR 1 745 746/* Define to 1 if you have the `strnlen' function. */ 747#cmakedefine HAVE_STRNLEN 1 748 749/* Define to 1 if you have the `strdup' function. */ 750#cmakedefine HAVE_STRDUP 1 751 752/* Define to 1 if you have the `strerror' function. */ 753#cmakedefine HAVE_STRERROR 1 754 755/* Define to 1 if you have the `strerror_r' function. */ 756#cmakedefine HAVE_STRERROR_R 1 757 758/* Define to 1 if you have the `strftime' function. */ 759#cmakedefine HAVE_STRFTIME 1 760 761/* Define to 1 if you have the <strings.h> header file. */ 762#cmakedefine HAVE_STRINGS_H 1 763 764/* Define to 1 if you have the <string.h> header file. */ 765#cmakedefine HAVE_STRING_H 1 766 767/* Define to 1 if you have the `strrchr' function. */ 768#cmakedefine HAVE_STRRCHR 1 769 770/* Define to 1 if `f_namemax' is a member of `struct statfs'. */ 771#cmakedefine HAVE_STRUCT_STATFS_F_NAMEMAX 1 772 773/* Define to 1 if `f_iosize' is a member of `struct statvfs'. */ 774#cmakedefine HAVE_STRUCT_STATVFS_F_IOSIZE 1 775 776/* Define to 1 if `st_birthtime' is a member of `struct stat'. */ 777#cmakedefine HAVE_STRUCT_STAT_ST_BIRTHTIME 1 778 779/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */ 780#cmakedefine HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1 781 782/* Define to 1 if `st_blksize' is a member of `struct stat'. */ 783#cmakedefine HAVE_STRUCT_STAT_ST_BLKSIZE 1 784 785/* Define to 1 if `st_flags' is a member of `struct stat'. */ 786#cmakedefine HAVE_STRUCT_STAT_ST_FLAGS 1 787 788/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */ 789#cmakedefine HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1 790 791/* Define to 1 if `st_mtime_n' is a member of `struct stat'. */ 792#cmakedefine HAVE_STRUCT_STAT_ST_MTIME_N 1 793 794/* Define to 1 if `st_mtime_usec' is a member of `struct stat'. */ 795#cmakedefine HAVE_STRUCT_STAT_ST_MTIME_USEC 1 796 797/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */ 798#cmakedefine HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 799 800/* Define to 1 if `st_umtime' is a member of `struct stat'. */ 801#cmakedefine HAVE_STRUCT_STAT_ST_UMTIME 1 802 803/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */ 804#cmakedefine HAVE_STRUCT_TM_TM_GMTOFF 1 805 806/* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */ 807#cmakedefine HAVE_STRUCT_TM___TM_GMTOFF 1 808 809/* Define to 1 if you have `struct vfsconf'. */ 810#cmakedefine HAVE_STRUCT_VFSCONF 1 811 812/* Define to 1 if you have `struct xvfsconf'. */ 813#cmakedefine HAVE_STRUCT_XVFSCONF 1 814 815/* Define to 1 if you have the `symlink' function. */ 816#cmakedefine HAVE_SYMLINK 1 817 818/* Define to 1 if you have the <sys/acl.h> header file. */ 819#cmakedefine HAVE_SYS_ACL_H 1 820 821/* Define to 1 if you have the <sys/cdefs.h> header file. */ 822#cmakedefine HAVE_SYS_CDEFS_H 1 823 824/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 825 */ 826#cmakedefine HAVE_SYS_DIR_H 1 827 828/* Define to 1 if you have the <sys/ea.h> header file. */ 829#cmakedefine HAVE_SYS_EA_H 1 830 831/* Define to 1 if you have the <sys/extattr.h> header file. */ 832#cmakedefine HAVE_SYS_EXTATTR_H 1 833 834/* Define to 1 if you have the <sys/ioctl.h> header file. */ 835#cmakedefine HAVE_SYS_IOCTL_H 1 836 837/* Define to 1 if you have the <sys/mkdev.h> header file. */ 838#cmakedefine HAVE_SYS_MKDEV_H 1 839 840/* Define to 1 if you have the <sys/mount.h> header file. */ 841#cmakedefine HAVE_SYS_MOUNT_H 1 842 843/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 844 */ 845#cmakedefine HAVE_SYS_NDIR_H 1 846 847/* Define to 1 if you have the <sys/param.h> header file. */ 848#cmakedefine HAVE_SYS_PARAM_H 1 849 850/* Define to 1 if you have the <sys/poll.h> header file. */ 851#cmakedefine HAVE_SYS_POLL_H 1 852 853/* Define to 1 if you have the <sys/richacl.h> header file. */ 854#cmakedefine HAVE_SYS_RICHACL_H 1 855 856/* Define to 1 if you have the <sys/select.h> header file. */ 857#cmakedefine HAVE_SYS_SELECT_H 1 858 859/* Define to 1 if you have the <sys/statfs.h> header file. */ 860#cmakedefine HAVE_SYS_STATFS_H 1 861 862/* Define to 1 if you have the <sys/statvfs.h> header file. */ 863#cmakedefine HAVE_SYS_STATVFS_H 1 864 865/* Define to 1 if you have the <sys/stat.h> header file. */ 866#cmakedefine HAVE_SYS_STAT_H 1 867 868 869/* Define to 1 if you have the <sys/sysmacros.h> header file. */ 870#cmakedefine HAVE_SYS_SYSMACROS_H 1 871 872/* Define to 1 if you have the <sys/time.h> header file. */ 873#cmakedefine HAVE_SYS_TIME_H 1 874 875/* Define to 1 if you have the <sys/types.h> header file. */ 876#cmakedefine HAVE_SYS_TYPES_H 1 877 878/* Define to 1 if you have the <sys/utime.h> header file. */ 879#cmakedefine HAVE_SYS_UTIME_H 1 880 881/* Define to 1 if you have the <sys/utsname.h> header file. */ 882#cmakedefine HAVE_SYS_UTSNAME_H 1 883 884/* Define to 1 if you have the <sys/vfs.h> header file. */ 885#cmakedefine HAVE_SYS_VFS_H 1 886 887/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 888#cmakedefine HAVE_SYS_WAIT_H 1 889 890/* Define to 1 if you have the <sys/xattr.h> header file. */ 891#cmakedefine HAVE_SYS_XATTR_H 1 892 893/* Define to 1 if you have the `timegm' function. */ 894#cmakedefine HAVE_TIMEGM 1 895 896/* Define to 1 if you have the <time.h> header file. */ 897#cmakedefine HAVE_TIME_H 1 898 899/* Define to 1 if you have the `tzset' function. */ 900#cmakedefine HAVE_TZSET 1 901 902/* Define to 1 if you have the <unistd.h> header file. */ 903#cmakedefine HAVE_UNISTD_H 1 904 905/* Define to 1 if you have the `unlinkat' function. */ 906#cmakedefine HAVE_UNLINKAT 1 907 908/* Define to 1 if you have the `unsetenv' function. */ 909#cmakedefine HAVE_UNSETENV 1 910 911/* Define to 1 if the system has the type `unsigned long long'. */ 912#cmakedefine HAVE_UNSIGNED_LONG_LONG 1 913 914/* Define to 1 if the system has the type `unsigned long long int'. */ 915#cmakedefine HAVE_UNSIGNED_LONG_LONG_INT 1 916 917/* Define to 1 if you have the `utime' function. */ 918#cmakedefine HAVE_UTIME 1 919 920/* Define to 1 if you have the `utimensat' function. */ 921#cmakedefine HAVE_UTIMENSAT 1 922 923/* Define to 1 if you have the `utimes' function. */ 924#cmakedefine HAVE_UTIMES 1 925 926/* Define to 1 if you have the <utime.h> header file. */ 927#cmakedefine HAVE_UTIME_H 1 928 929/* Define to 1 if you have the `vfork' function. */ 930#cmakedefine HAVE_VFORK 1 931 932/* Define to 1 if you have the `vprintf' function. */ 933#cmakedefine HAVE_VPRINTF 1 934 935/* Define to 1 if you have the <wchar.h> header file. */ 936#cmakedefine HAVE_WCHAR_H 1 937 938/* Define to 1 if the system has the type `wchar_t'. */ 939#cmakedefine HAVE_WCHAR_T 1 940 941/* Define to 1 if you have the `wcrtomb' function. */ 942#cmakedefine HAVE_WCRTOMB 1 943 944/* Define to 1 if you have the `wcscmp' function. */ 945#cmakedefine HAVE_WCSCMP 1 946 947/* Define to 1 if you have the `wcscpy' function. */ 948#cmakedefine HAVE_WCSCPY 1 949 950/* Define to 1 if you have the `wcslen' function. */ 951#cmakedefine HAVE_WCSLEN 1 952 953/* Define to 1 if you have the `wctomb' function. */ 954#cmakedefine HAVE_WCTOMB 1 955 956/* Define to 1 if you have the <wctype.h> header file. */ 957#cmakedefine HAVE_WCTYPE_H 1 958 959/* Define to 1 if you have the <wincrypt.h> header file. */ 960#cmakedefine HAVE_WINCRYPT_H 1 961 962/* Define to 1 if you have the <windows.h> header file. */ 963#cmakedefine HAVE_WINDOWS_H 1 964 965/* Define to 1 if you have the <winioctl.h> header file. */ 966#cmakedefine HAVE_WINIOCTL_H 1 967 968/* Define to 1 if you have _CrtSetReportMode in <crtdbg.h> */ 969#cmakedefine HAVE__CrtSetReportMode 1 970 971/* Define to 1 if you have the `wmemcmp' function. */ 972#cmakedefine HAVE_WMEMCMP 1 973 974/* Define to 1 if you have the `wmemcpy' function. */ 975#cmakedefine HAVE_WMEMCPY 1 976 977/* Define to 1 if you have the `wmemmove' function. */ 978#cmakedefine HAVE_WMEMMOVE 1 979 980/* Define to 1 if you have a working EXT2_IOC_GETFLAGS */ 981#cmakedefine HAVE_WORKING_EXT2_IOC_GETFLAGS 1 982 983/* Define to 1 if you have a working FS_IOC_GETFLAGS */ 984#cmakedefine HAVE_WORKING_FS_IOC_GETFLAGS 1 985 986/* Define to 1 if you have the <zlib.h> header file. */ 987#cmakedefine HAVE_ZLIB_H 1 988 989/* Define to 1 if you have the <zstd.h> header file. */ 990#cmakedefine HAVE_ZSTD_H 1 991 992/* Define to 1 if you have the `_ctime64_s' function. */ 993#cmakedefine HAVE__CTIME64_S 1 994 995/* Define to 1 if you have the `_fseeki64' function. */ 996#cmakedefine HAVE__FSEEKI64 1 997 998/* Define to 1 if you have the `_get_timezone' function. */ 999#cmakedefine HAVE__GET_TIMEZONE 1 1000 1001/* Define to 1 if you have the `_gmtime64_s' function. */ 1002#cmakedefine HAVE__GMTIME64_S 1 1003 1004/* Define to 1 if you have the `_localtime64_s' function. */ 1005#cmakedefine HAVE__LOCALTIME64_S 1 1006 1007/* Define to 1 if you have the `_mkgmtime64' function. */ 1008#cmakedefine HAVE__MKGMTIME64 1 1009 1010/* Define as const if the declaration of iconv() needs const. */ 1011#define ICONV_CONST ${ICONV_CONST} 1012 1013/* Version number of libarchive as a single integer */ 1014#cmakedefine LIBARCHIVE_VERSION_NUMBER "${LIBARCHIVE_VERSION_NUMBER}" 1015 1016/* Version number of libarchive */ 1017#cmakedefine LIBARCHIVE_VERSION_STRING "${LIBARCHIVE_VERSION_STRING}" 1018 1019/* Define to 1 if `lstat' dereferences a symlink specified with a trailing 1020 slash. */ 1021#cmakedefine LSTAT_FOLLOWS_SLASHED_SYMLINK 1 1022 1023/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 1024 */ 1025#cmakedefine MAJOR_IN_MKDEV 1 1026 1027/* Define to 1 if `major', `minor', and `makedev' are declared in 1028 <sysmacros.h>. */ 1029#cmakedefine MAJOR_IN_SYSMACROS 1 1030 1031/* Define to 1 if your C compiler doesn't accept -c and -o together. */ 1032#cmakedefine NO_MINUS_C_MINUS_O 1 1033 1034/* The size of `wchar_t', as computed by sizeof. */ 1035#cmakedefine SIZEOF_WCHAR_T ${SIZEOF_WCHAR_T} 1036 1037/* Define to 1 if strerror_r returns char *. */ 1038#cmakedefine STRERROR_R_CHAR_P 1 1039 1040/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 1041#cmakedefine TIME_WITH_SYS_TIME 1 1042 1043/* 1044 * Some platform requires a macro to use extension functions. 1045 */ 1046#cmakedefine SAFE_TO_DEFINE_EXTENSIONS 1 1047#ifdef SAFE_TO_DEFINE_EXTENSIONS 1048/* Enable extensions on AIX 3, Interix. */ 1049#ifndef _ALL_SOURCE 1050# define _ALL_SOURCE 1 1051#endif 1052/* Enable GNU extensions on systems that have them. */ 1053#ifndef _GNU_SOURCE 1054# define _GNU_SOURCE 1 1055#endif 1056/* Enable threading extensions on Solaris. */ 1057#ifndef _POSIX_PTHREAD_SEMANTICS 1058# define _POSIX_PTHREAD_SEMANTICS 1 1059#endif 1060/* Enable extensions on HP NonStop. */ 1061#ifndef _TANDEM_SOURCE 1062# define _TANDEM_SOURCE 1 1063#endif 1064/* Enable general extensions on Solaris. */ 1065#ifndef __EXTENSIONS__ 1066# define __EXTENSIONS__ 1 1067#endif 1068#endif /* SAFE_TO_DEFINE_EXTENSIONS */ 1069 1070/* Version number of package */ 1071#cmakedefine VERSION "${VERSION}" 1072 1073/* Number of bits in a file offset, on hosts where this is settable. */ 1074#cmakedefine _FILE_OFFSET_BITS ${_FILE_OFFSET_BITS} 1075 1076/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 1077#cmakedefine _LARGEFILE_SOURCE 1 1078 1079/* Define for large files, on AIX-style hosts. */ 1080#cmakedefine _LARGE_FILES ${_LARGE_FILES} 1081 1082/* Define to control Windows SDK version */ 1083#ifndef NTDDI_VERSION 1084#cmakedefine NTDDI_VERSION ${NTDDI_VERSION} 1085#endif // NTDDI_VERSION 1086 1087#ifndef _WIN32_WINNT 1088#cmakedefine _WIN32_WINNT ${_WIN32_WINNT} 1089#endif // _WIN32_WINNT 1090 1091#ifndef WINVER 1092#cmakedefine WINVER ${WINVER} 1093#endif // WINVER 1094 1095/* Define to empty if `const' does not conform to ANSI C. */ 1096#cmakedefine const ${const} 1097 1098/* Define to `int' if <sys/types.h> doesn't define. */ 1099#cmakedefine gid_t ${gid_t} 1100 1101/* Define to `unsigned long' if <sys/types.h> does not define. */ 1102#cmakedefine id_t ${id_t} 1103 1104/* Define to `int' if <sys/types.h> does not define. */ 1105#cmakedefine mode_t ${mode_t} 1106 1107/* Define to `long long' if <sys/types.h> does not define. */ 1108#cmakedefine off_t ${off_t} 1109 1110/* Define to `int' if <sys/types.h> doesn't define. */ 1111#cmakedefine pid_t ${pid_t} 1112 1113/* Define to `unsigned int' if <sys/types.h> does not define. */ 1114#cmakedefine size_t ${size_t} 1115 1116/* Define to `int' if <sys/types.h> does not define. */ 1117#cmakedefine ssize_t ${ssize_t} 1118 1119/* Define to `int' if <sys/types.h> doesn't define. */ 1120#cmakedefine uid_t ${uid_t} 1121 1122#include <cm3p/kwiml/int.h> 1123 1124#ifndef KWIML_INT_HAVE_INT64_T 1125typedef KWIML_INT_int64_t int64_t; 1126#endif 1127#ifndef KWIML_INT_HAVE_INT32_T 1128typedef KWIML_INT_int32_t int32_t; 1129#endif 1130#ifndef KWIML_INT_HAVE_INT16_T 1131typedef KWIML_INT_int16_t int16_t; 1132#endif 1133#ifndef KWIML_INT_HAVE_INT8_T 1134typedef KWIML_INT_int8_t int8_t; 1135#endif 1136#ifndef KWIML_INT_HAVE_INTPTR_T 1137typedef KWIML_INT_intptr_t intptr_t; 1138#endif 1139#ifndef KWIML_INT_HAVE_UINT64_T 1140typedef KWIML_INT_uint64_t uint64_t; 1141#endif 1142#ifndef KWIML_INT_HAVE_UINT32_T 1143typedef KWIML_INT_uint32_t uint32_t; 1144#endif 1145#ifndef KWIML_INT_HAVE_UINT16_T 1146typedef KWIML_INT_uint16_t uint16_t; 1147#endif 1148#ifndef KWIML_INT_HAVE_UINT8_T 1149typedef KWIML_INT_uint8_t uint8_t; 1150#endif 1151#ifndef KWIML_INT_HAVE_UINTPTR_T 1152typedef KWIML_INT_uintptr_t uintptr_t; 1153#endif 1154 1155/* Define to 1 if you have the <stdint.h> header file. */ 1156#ifdef KWIML_INT_HAVE_STDINT_H 1157# define HAVE_STDINT_H 1 1158#endif 1159 1160/* Define to 1 if you have the <inttypes.h> header file. */ 1161#ifdef KWIML_INT_HAVE_INTTYPES_H 1162# define HAVE_INTTYPES_H 1 1163#endif 1164