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