1 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* Define if building universal (internal helper macro) */ 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 6 7 /* How many MiB of RAM to assume if the real amount cannot be determined. */ 8 #define ASSUME_RAM 128 9 10 /* Define to 1 if translation of program messages to the user's native 11 language is requested. */ 12 /* FreeBSD - disabled intentionally */ 13 /* #undef ENABLE_NLS */ 14 15 /* Define to 1 if bswap_16 is available. */ 16 /* #undef HAVE_BSWAP_16 */ 17 18 /* Define to 1 if bswap_32 is available. */ 19 /* #undef HAVE_BSWAP_32 */ 20 21 /* Define to 1 if bswap_64 is available. */ 22 /* #undef HAVE_BSWAP_64 */ 23 24 /* Define to 1 if you have the <byteswap.h> header file. */ 25 /* #undef HAVE_BYTESWAP_H */ 26 27 /* Define to 1 if Capsicum is available. */ 28 #define HAVE_CAPSICUM 1 29 30 /* Define to 1 if the system has the type `CC_SHA256_CTX'. */ 31 /* #undef HAVE_CC_SHA256_CTX */ 32 33 /* Define to 1 if you have the `CC_SHA256_Init' function. */ 34 /* #undef HAVE_CC_SHA256_INIT */ 35 36 /* Define to 1 if you have the Mac OS X function 37 CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 38 /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 39 40 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 41 the CoreFoundation framework. */ 42 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 43 44 /* Define to 1 if crc32 integrity check is enabled. */ 45 #define HAVE_CHECK_CRC32 1 46 47 /* Define to 1 if crc64 integrity check is enabled. */ 48 #define HAVE_CHECK_CRC64 1 49 50 /* Define to 1 if sha256 integrity check is enabled. */ 51 #define HAVE_CHECK_SHA256 1 52 53 /* Define to 1 if you have the `clock_gettime' function. */ 54 #define HAVE_CLOCK_GETTIME 1 55 56 /* Define to 1 if `CLOCK_MONOTONIC' is declared in <time.h>. */ 57 #define HAVE_CLOCK_MONOTONIC 1 58 59 /* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */ 60 /* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */ 61 62 /* Define to 1 if you have the <cpuid.h> header file. */ 63 #define HAVE_CPUID_H 1 64 65 /* Define if the GNU dcgettext() function is already present or preinstalled. 66 */ 67 /* FreeBSD - disabled intentionally */ 68 /* #undef HAVE_DCGETTEXT */ 69 70 /* Define to 1 if any of HAVE_DECODER_foo have been defined. */ 71 #define HAVE_DECODERS 1 72 73 /* Define to 1 if arm decoder is enabled. */ 74 #define HAVE_DECODER_ARM 1 75 76 /* Define to 1 if arm64 decoder is enabled. */ 77 #define HAVE_DECODER_ARM64 1 78 79 /* Define to 1 if armthumb decoder is enabled. */ 80 #define HAVE_DECODER_ARMTHUMB 1 81 82 /* Define to 1 if delta decoder is enabled. */ 83 #define HAVE_DECODER_DELTA 1 84 85 /* Define to 1 if ia64 decoder is enabled. */ 86 #define HAVE_DECODER_IA64 1 87 88 /* Define to 1 if lzma1 decoder is enabled. */ 89 #define HAVE_DECODER_LZMA1 1 90 91 /* Define to 1 if lzma2 decoder is enabled. */ 92 #define HAVE_DECODER_LZMA2 1 93 94 /* Define to 1 if powerpc decoder is enabled. */ 95 #define HAVE_DECODER_POWERPC 1 96 97 /* Define to 1 if sparc decoder is enabled. */ 98 #define HAVE_DECODER_SPARC 1 99 100 /* Define to 1 if x86 decoder is enabled. */ 101 #define HAVE_DECODER_X86 1 102 103 /* Define to 1 if you have the <dlfcn.h> header file. */ 104 #define HAVE_DLFCN_H 1 105 106 /* Define to 1 if any of HAVE_ENCODER_foo have been defined. */ 107 #define HAVE_ENCODERS 1 108 109 /* Define to 1 if arm encoder is enabled. */ 110 #define HAVE_ENCODER_ARM 1 111 112 /* Define to 1 if arm64 encoder is enabled. */ 113 #define HAVE_ENCODER_ARM64 1 114 115 /* Define to 1 if armthumb encoder is enabled. */ 116 #define HAVE_ENCODER_ARMTHUMB 1 117 118 /* Define to 1 if delta encoder is enabled. */ 119 #define HAVE_ENCODER_DELTA 1 120 121 /* Define to 1 if ia64 encoder is enabled. */ 122 #define HAVE_ENCODER_IA64 1 123 124 /* Define to 1 if lzma1 encoder is enabled. */ 125 #define HAVE_ENCODER_LZMA1 1 126 127 /* Define to 1 if lzma2 encoder is enabled. */ 128 #define HAVE_ENCODER_LZMA2 1 129 130 /* Define to 1 if powerpc encoder is enabled. */ 131 #define HAVE_ENCODER_POWERPC 1 132 133 /* Define to 1 if sparc encoder is enabled. */ 134 #define HAVE_ENCODER_SPARC 1 135 136 /* Define to 1 if x86 encoder is enabled. */ 137 #define HAVE_ENCODER_X86 1 138 139 /* Define to 1 if you have the <fcntl.h> header file. */ 140 #define HAVE_FCNTL_H 1 141 142 /* Define to 1 if __attribute__((__constructor__)) is supported for functions. 143 */ 144 #define HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1 145 146 /* Define to 1 if you have the `futimens' function. */ 147 #define HAVE_FUTIMENS 1 148 149 /* Define to 1 if you have the `futimes' function. */ 150 /* #undef HAVE_FUTIMES */ 151 152 /* Define to 1 if you have the `futimesat' function. */ 153 /* #undef HAVE_FUTIMESAT */ 154 155 /* Define to 1 if you have the <getopt.h> header file. */ 156 #define HAVE_GETOPT_H 1 157 158 /* Define to 1 if you have the `getopt_long' function. */ 159 #define HAVE_GETOPT_LONG 1 160 161 /* Define if the GNU gettext() function is already present or preinstalled. */ 162 /* FreeBSD - disabled intentionally */ 163 /* #undef HAVE_GETTEXT */ 164 165 /* Define if you have the iconv() function and it works. */ 166 #define HAVE_ICONV 1 167 168 /* Define to 1 if you have the <immintrin.h> header file. */ 169 /* FreeBSD - only with clang because the base gcc does not support it */ 170 #if defined(__clang__) && defined(__FreeBSD__) && defined(__amd64__) 171 #define HAVE_IMMINTRIN_H 1 172 #endif 173 174 /* Define to 1 if you have the <inttypes.h> header file. */ 175 #define HAVE_INTTYPES_H 1 176 177 /* Define to 1 if you have the <limits.h> header file. */ 178 #define HAVE_LIMITS_H 1 179 180 /* Define to 1 if .lz (lzip) decompression support is enabled. */ 181 #define HAVE_LZIP_DECODER 1 182 183 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */ 184 #define HAVE_MBRTOWC 1 185 186 /* Define to 1 to enable bt2 match finder. */ 187 #define HAVE_MF_BT2 1 188 189 /* Define to 1 to enable bt3 match finder. */ 190 #define HAVE_MF_BT3 1 191 192 /* Define to 1 to enable bt4 match finder. */ 193 #define HAVE_MF_BT4 1 194 195 /* Define to 1 to enable hc3 match finder. */ 196 #define HAVE_MF_HC3 1 197 198 /* Define to 1 to enable hc4 match finder. */ 199 #define HAVE_MF_HC4 1 200 201 /* Define to 1 if you have the <minix/config.h> header file. */ 202 /* #undef HAVE_MINIX_CONFIG_H */ 203 204 /* Define to 1 if getopt.h declares extern int optreset. */ 205 #define HAVE_OPTRESET 1 206 207 /* Define to 1 if you have the `pledge' function. */ 208 /* #undef HAVE_PLEDGE */ 209 210 /* Define to 1 if you have the `posix_fadvise' function. */ 211 #define HAVE_POSIX_FADVISE 1 212 213 /* Define to 1 if `program_invocation_name' is declared in <errno.h>. */ 214 /* #undef HAVE_PROGRAM_INVOCATION_NAME */ 215 216 /* Define to 1 if you have the `pthread_condattr_setclock' function. */ 217 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 218 219 /* Have PTHREAD_PRIO_INHERIT. */ 220 #define HAVE_PTHREAD_PRIO_INHERIT 1 221 222 /* Define to 1 if you have the `SHA256Init' function. */ 223 /* #undef HAVE_SHA256INIT */ 224 225 /* Define to 1 if the system has the type `SHA256_CTX'. */ 226 #define HAVE_SHA256_CTX 1 227 228 /* Define to 1 if you have the <sha256.h> header file. */ 229 #define HAVE_SHA256_H 1 230 231 /* Define to 1 if you have the `SHA256_Init' function. */ 232 #define HAVE_SHA256_INIT 1 233 234 /* Define to 1 if the system has the type `SHA2_CTX'. */ 235 /* #undef HAVE_SHA2_CTX */ 236 237 /* Define to 1 if you have the <sha2.h> header file. */ 238 /* #undef HAVE_SHA2_H */ 239 240 /* Define to 1 if optimizing for size. */ 241 /* #undef HAVE_SMALL */ 242 243 /* Define to 1 if stdbool.h conforms to C99. */ 244 #define HAVE_STDBOOL_H 1 245 246 /* Define to 1 if you have the <stdint.h> header file. */ 247 #define HAVE_STDINT_H 1 248 249 /* Define to 1 if you have the <stdio.h> header file. */ 250 #define HAVE_STDIO_H 1 251 252 /* Define to 1 if you have the <stdlib.h> header file. */ 253 #define HAVE_STDLIB_H 1 254 255 /* Define to 1 if you have the <strings.h> header file. */ 256 #define HAVE_STRINGS_H 1 257 258 /* Define to 1 if you have the <string.h> header file. */ 259 #define HAVE_STRING_H 1 260 261 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */ 262 #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 263 264 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */ 265 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 266 267 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */ 268 /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */ 269 270 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */ 271 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 272 273 /* Define to 1 if `st_uatime' is a member of `struct stat'. */ 274 /* #undef HAVE_STRUCT_STAT_ST_UATIME */ 275 276 /* Define to 1 to if GNU/Linux-specific details are unconditionally wanted for 277 symbol versioning. Define to 2 to if these are wanted only if also PIC is 278 defined (allows building both shared and static liblzma at the same time 279 with Libtool if neither --with-pic nor --without-pic is used). This define 280 must be used together with liblzma_linux.map. */ 281 /* #undef HAVE_SYMBOL_VERSIONS_LINUX */ 282 283 /* Define to 1 if you have the <sys/byteorder.h> header file. */ 284 /* #undef HAVE_SYS_BYTEORDER_H */ 285 286 /* Define to 1 if you have the <sys/capsicum.h> header file. */ 287 #define HAVE_SYS_CAPSICUM_H 1 288 289 /* Define to 1 if you have the <sys/endian.h> header file. */ 290 /* #undef HAVE_SYS_ENDIAN_H */ 291 292 /* Define to 1 if you have the <sys/param.h> header file. */ 293 #define HAVE_SYS_PARAM_H 1 294 295 /* Define to 1 if you have the <sys/stat.h> header file. */ 296 #define HAVE_SYS_STAT_H 1 297 298 /* Define to 1 if you have the <sys/time.h> header file. */ 299 #define HAVE_SYS_TIME_H 1 300 301 /* Define to 1 if you have the <sys/types.h> header file. */ 302 #define HAVE_SYS_TYPES_H 1 303 304 /* Define to 1 if the system has the type `uintptr_t'. */ 305 #define HAVE_UINTPTR_T 1 306 307 /* Define to 1 if you have the <unistd.h> header file. */ 308 #define HAVE_UNISTD_H 1 309 310 /* Define to 1 if _mm_set_epi64x and _mm_clmulepi64_si128 are usable. See 311 configure.ac for details. */ 312 #if defined(__FreeBSD__) && defined(__amd64__) 313 #define HAVE_USABLE_CLMUL 1 314 #endif 315 316 /* Define to 1 if you have the `utime' function. */ 317 /* #undef HAVE_UTIME */ 318 319 /* Define to 1 if you have the `utimes' function. */ 320 /* #undef HAVE_UTIMES */ 321 322 /* Define to 1 or 0, depending whether the compiler supports simple visibility 323 declarations. */ 324 #define HAVE_VISIBILITY 1 325 326 /* Define to 1 if you have the <wchar.h> header file. */ 327 #define HAVE_WCHAR_H 1 328 329 /* Define to 1 if you have the `wcwidth' function. */ 330 #define HAVE_WCWIDTH 1 331 332 /* Define to 1 if the system has the type `_Bool'. */ 333 #define HAVE__BOOL 1 334 335 /* Define to 1 if you have the `_futime' function. */ 336 /* #undef HAVE__FUTIME */ 337 338 /* Define to 1 if _mm_movemask_epi8 is available. */ 339 #if defined(__FreeBSD__) && defined(__amd64__) 340 #define HAVE__MM_MOVEMASK_EPI8 1 341 #endif 342 343 /* Define to 1 if the GNU C extension __builtin_assume_aligned is supported. 344 */ 345 #define HAVE___BUILTIN_ASSUME_ALIGNED 1 346 347 /* Define to 1 if the GNU C extensions __builtin_bswap16/32/64 are supported. 348 */ 349 #define HAVE___BUILTIN_BSWAPXX 1 350 351 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 352 #define LT_OBJDIR ".libs/" 353 354 /* Define to 1 when using POSIX threads (pthreads). */ 355 #define MYTHREAD_POSIX 1 356 357 /* Define to 1 when using Windows Vista compatible threads. This uses features 358 that are not available on Windows XP. */ 359 /* #undef MYTHREAD_VISTA */ 360 361 /* Define to 1 when using Windows 95 (and thus XP) compatible threads. This 362 avoids use of features that were added in Windows Vista. */ 363 /* #undef MYTHREAD_WIN95 */ 364 365 /* Define to 1 to disable debugging code. */ 366 #define NDEBUG 1 367 368 /* Name of package */ 369 #define PACKAGE "xz" 370 371 /* Define to the address where bug reports for this package should be sent. */ 372 #define PACKAGE_BUGREPORT "xz@tukaani.org" 373 374 /* Define to the full name of this package. */ 375 #define PACKAGE_NAME "XZ Utils" 376 377 /* Define to the full name and version of this package. */ 378 #define PACKAGE_STRING "XZ Utils 5.4.1" 379 380 /* Define to the one symbol short name of this package. */ 381 #define PACKAGE_TARNAME "xz" 382 383 /* Define to the home page for this package. */ 384 #define PACKAGE_URL "https://tukaani.org/xz/" 385 386 /* Define to the version of this package. */ 387 #define PACKAGE_VERSION "5.4.1" 388 389 /* Define to necessary symbol if this constant uses a non-standard name on 390 your system. */ 391 /* #undef PTHREAD_CREATE_JOINABLE */ 392 393 /* The size of `size_t', as computed by sizeof. */ 394 #define SIZEOF_SIZE_T 8 395 396 /* Define to 1 if all of the C90 standard headers exist (not just the ones 397 required in a freestanding environment). This macro is provided for 398 backward compatibility; new code need not use it. */ 399 #define STDC_HEADERS 1 400 401 /* Define to 1 if the number of available CPU cores can be detected with 402 cpuset(2). */ 403 #define TUKLIB_CPUCORES_CPUSET 1 404 405 /* Define to 1 if the number of available CPU cores can be detected with 406 pstat_getdynamic(). */ 407 /* #undef TUKLIB_CPUCORES_PSTAT_GETDYNAMIC */ 408 409 /* Define to 1 if the number of available CPU cores can be detected with 410 sched_getaffinity() */ 411 /* #undef TUKLIB_CPUCORES_SCHED_GETAFFINITY */ 412 413 /* Define to 1 if the number of available CPU cores can be detected with 414 sysconf(_SC_NPROCESSORS_ONLN) or sysconf(_SC_NPROC_ONLN). */ 415 /* #undef TUKLIB_CPUCORES_SYSCONF */ 416 417 /* Define to 1 if the number of available CPU cores can be detected with 418 sysctl(). */ 419 /* #undef TUKLIB_CPUCORES_SYSCTL */ 420 421 /* Define to 1 if the system supports fast unaligned access to 16-bit, 32-bit, 422 and 64-bit integers. */ 423 /* FreeBSD - derive from __NO_STRICT_ALIGNMENT */ 424 /* #undef TUKLIB_FAST_UNALIGNED_ACCESS */ 425 426 /* Define to 1 if the amount of physical memory can be detected with 427 _system_configuration.physmem. */ 428 /* #undef TUKLIB_PHYSMEM_AIX */ 429 430 /* Define to 1 if the amount of physical memory can be detected with 431 getinvent_r(). */ 432 /* #undef TUKLIB_PHYSMEM_GETINVENT_R */ 433 434 /* Define to 1 if the amount of physical memory can be detected with 435 getsysinfo(). */ 436 /* #undef TUKLIB_PHYSMEM_GETSYSINFO */ 437 438 /* Define to 1 if the amount of physical memory can be detected with 439 pstat_getstatic(). */ 440 /* #undef TUKLIB_PHYSMEM_PSTAT_GETSTATIC */ 441 442 /* Define to 1 if the amount of physical memory can be detected with 443 sysconf(_SC_PAGESIZE) and sysconf(_SC_PHYS_PAGES). */ 444 #define TUKLIB_PHYSMEM_SYSCONF 1 445 446 /* Define to 1 if the amount of physical memory can be detected with sysctl(). 447 */ 448 /* #undef TUKLIB_PHYSMEM_SYSCTL */ 449 450 /* Define to 1 if the amount of physical memory can be detected with Linux 451 sysinfo(). */ 452 /* #undef TUKLIB_PHYSMEM_SYSINFO */ 453 454 /* Define to 1 to use unsafe type punning, e.g. char *x = ...; *(int *)x = 455 123; which violates strict aliasing rules and thus is undefined behavior 456 and might result in broken code. */ 457 /* #undef TUKLIB_USE_UNSAFE_TYPE_PUNNING */ 458 459 /* Enable extensions on AIX 3, Interix. */ 460 #ifndef _ALL_SOURCE 461 # define _ALL_SOURCE 1 462 #endif 463 /* Enable general extensions on macOS. */ 464 #ifndef _DARWIN_C_SOURCE 465 # define _DARWIN_C_SOURCE 1 466 #endif 467 /* Enable general extensions on Solaris. */ 468 #ifndef __EXTENSIONS__ 469 # define __EXTENSIONS__ 1 470 #endif 471 /* Enable GNU extensions on systems that have them. */ 472 #ifndef _GNU_SOURCE 473 # define _GNU_SOURCE 1 474 #endif 475 /* Enable X/Open compliant socket functions that do not require linking 476 with -lxnet on HP-UX 11.11. */ 477 #ifndef _HPUX_ALT_XOPEN_SOCKET_API 478 # define _HPUX_ALT_XOPEN_SOCKET_API 1 479 #endif 480 /* Identify the host operating system as Minix. 481 This macro does not affect the system headers' behavior. 482 A future release of Autoconf may stop defining this macro. */ 483 #ifndef _MINIX 484 /* # undef _MINIX */ 485 #endif 486 /* Enable general extensions on NetBSD. 487 Enable NetBSD compatibility extensions on Minix. */ 488 #ifndef _NETBSD_SOURCE 489 # define _NETBSD_SOURCE 1 490 #endif 491 /* Enable OpenBSD compatibility extensions on NetBSD. 492 Oddly enough, this does nothing on OpenBSD. */ 493 #ifndef _OPENBSD_SOURCE 494 # define _OPENBSD_SOURCE 1 495 #endif 496 /* Define to 1 if needed for POSIX-compatible behavior. */ 497 #ifndef _POSIX_SOURCE 498 /* # undef _POSIX_SOURCE */ 499 #endif 500 /* Define to 2 if needed for POSIX-compatible behavior. */ 501 #ifndef _POSIX_1_SOURCE 502 /* # undef _POSIX_1_SOURCE */ 503 #endif 504 /* Enable POSIX-compatible threading on Solaris. */ 505 #ifndef _POSIX_PTHREAD_SEMANTICS 506 # define _POSIX_PTHREAD_SEMANTICS 1 507 #endif 508 /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ 509 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 510 # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 511 #endif 512 /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ 513 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ 514 # define __STDC_WANT_IEC_60559_BFP_EXT__ 1 515 #endif 516 /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ 517 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__ 518 # define __STDC_WANT_IEC_60559_DFP_EXT__ 1 519 #endif 520 /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ 521 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ 522 # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 523 #endif 524 /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ 525 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ 526 # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 527 #endif 528 /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ 529 #ifndef __STDC_WANT_LIB_EXT2__ 530 # define __STDC_WANT_LIB_EXT2__ 1 531 #endif 532 /* Enable extensions specified by ISO/IEC 24747:2009. */ 533 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__ 534 # define __STDC_WANT_MATH_SPEC_FUNCS__ 1 535 #endif 536 /* Enable extensions on HP NonStop. */ 537 #ifndef _TANDEM_SOURCE 538 # define _TANDEM_SOURCE 1 539 #endif 540 /* Enable X/Open extensions. Define to 500 only if necessary 541 to make mbstate_t available. */ 542 #ifndef _XOPEN_SOURCE 543 /* # undef _XOPEN_SOURCE */ 544 #endif 545 546 547 /* Version number of package */ 548 #define VERSION "5.4.1" 549 550 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 551 significant byte first (like Motorola and SPARC, unlike Intel). */ 552 #if defined(__FreeBSD__) 553 #include <sys/_types.h> 554 #if defined(__NO_STRICT_ALIGNMENT) 555 #define TUKLIB_FAST_UNALIGNED_ACCESS 1 556 #endif 557 #include <machine/endian.h> 558 #if _BYTE_ORDER == _BIG_ENDIAN 559 # define WORDS_BIGENDIAN 1 560 #endif 561 #endif 562 563 /* Number of bits in a file offset, on hosts where this is settable. */ 564 /* #undef _FILE_OFFSET_BITS */ 565 566 /* Define for large files, on AIX-style hosts. */ 567 /* #undef _LARGE_FILES */ 568 569 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 570 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 571 #define below would cause a syntax error. */ 572 /* #undef _UINT32_T */ 573 574 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 575 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 576 #define below would cause a syntax error. */ 577 /* #undef _UINT64_T */ 578 579 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 580 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 581 #define below would cause a syntax error. */ 582 /* #undef _UINT8_T */ 583 584 /* Define to rpl_ if the getopt replacement functions and variables should be 585 used. */ 586 /* #undef __GETOPT_PREFIX */ 587 588 /* Define to the type of a signed integer type of width exactly 32 bits if 589 such a type exists and the standard includes do not define it. */ 590 /* #undef int32_t */ 591 592 /* Define to the type of a signed integer type of width exactly 64 bits if 593 such a type exists and the standard includes do not define it. */ 594 /* #undef int64_t */ 595 596 /* Define to the type of an unsigned integer type of width exactly 16 bits if 597 such a type exists and the standard includes do not define it. */ 598 /* #undef uint16_t */ 599 600 /* Define to the type of an unsigned integer type of width exactly 32 bits if 601 such a type exists and the standard includes do not define it. */ 602 /* #undef uint32_t */ 603 604 /* Define to the type of an unsigned integer type of width exactly 64 bits if 605 such a type exists and the standard includes do not define it. */ 606 /* #undef uint64_t */ 607 608 /* Define to the type of an unsigned integer type of width exactly 8 bits if 609 such a type exists and the standard includes do not define it. */ 610 /* #undef uint8_t */ 611 612 /* Define to the type of an unsigned integer type wide enough to hold a 613 pointer, if such a type exists, and if the system does not define it. */ 614 /* #undef uintptr_t */ 615