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 bswap_16 is available. */ 15 /* #undef HAVE_BSWAP_16 */ 16 17 /* Define to 1 if bswap_32 is available. */ 18 /* #undef HAVE_BSWAP_32 */ 19 20 /* Define to 1 if bswap_64 is available. */ 21 /* #undef HAVE_BSWAP_64 */ 22 23 /* Define to 1 if you have the <byteswap.h> header file. */ 24 /* #undef HAVE_BYTESWAP_H */ 25 26 /* Define to 1 if the system has the type `CC_SHA256_CTX'. */ 27 /* #undef HAVE_CC_SHA256_CTX */ 28 29 /* Define to 1 if you have the `CC_SHA256_Init' function. */ 30 /* #undef HAVE_CC_SHA256_INIT */ 31 32 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 33 CoreFoundation framework. */ 34 /* #undef HAVE_CFLOCALECOPYCURRENT */ 35 36 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 37 the CoreFoundation framework. */ 38 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 39 40 /* Define to 1 if crc32 integrity check is enabled. */ 41 #define HAVE_CHECK_CRC32 1 42 43 /* Define to 1 if crc64 integrity check is enabled. */ 44 #define HAVE_CHECK_CRC64 1 45 46 /* Define to 1 if sha256 integrity check is enabled. */ 47 #define HAVE_CHECK_SHA256 1 48 49 #if !defined(__minix) 50 /* Define to 1 if you have the `clock_gettime' function. */ 51 #define HAVE_CLOCK_GETTIME 1 52 #endif /* !defined(__minix) */ 53 54 /* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */ 55 /* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */ 56 57 /* Define if the GNU dcgettext() function is already present or preinstalled. 58 */ 59 /* #undef HAVE_DCGETTEXT */ 60 61 #if !defined(__minix) 62 /* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if 63 you don't. */ 64 #define HAVE_DECL_CLOCK_MONOTONIC 1 65 #endif /* !defined(__minix) */ 66 67 /* Define to 1 if you have the declaration of `program_invocation_name', and 68 to 0 if you don't. */ 69 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 70 71 /* Define to 1 if arm decoder is enabled. */ 72 #define HAVE_DECODER_ARM 1 73 74 /* Define to 1 if armthumb decoder is enabled. */ 75 #define HAVE_DECODER_ARMTHUMB 1 76 77 /* Define to 1 if delta decoder is enabled. */ 78 #define HAVE_DECODER_DELTA 1 79 80 /* Define to 1 if ia64 decoder is enabled. */ 81 #define HAVE_DECODER_IA64 1 82 83 /* Define to 1 if lzma1 decoder is enabled. */ 84 #define HAVE_DECODER_LZMA1 1 85 86 /* Define to 1 if lzma2 decoder is enabled. */ 87 #define HAVE_DECODER_LZMA2 1 88 89 /* Define to 1 if powerpc decoder is enabled. */ 90 #define HAVE_DECODER_POWERPC 1 91 92 /* Define to 1 if sparc decoder is enabled. */ 93 #define HAVE_DECODER_SPARC 1 94 95 /* Define to 1 if x86 decoder is enabled. */ 96 #define HAVE_DECODER_X86 1 97 98 /* Define to 1 if you have the <dlfcn.h> header file. */ 99 #define HAVE_DLFCN_H 1 100 101 /* Define to 1 if arm encoder is enabled. */ 102 #define HAVE_ENCODER_ARM 1 103 104 /* Define to 1 if armthumb encoder is enabled. */ 105 #define HAVE_ENCODER_ARMTHUMB 1 106 107 /* Define to 1 if delta encoder is enabled. */ 108 #define HAVE_ENCODER_DELTA 1 109 110 /* Define to 1 if ia64 encoder is enabled. */ 111 #define HAVE_ENCODER_IA64 1 112 113 /* Define to 1 if lzma1 encoder is enabled. */ 114 #define HAVE_ENCODER_LZMA1 1 115 116 /* Define to 1 if lzma2 encoder is enabled. */ 117 #define HAVE_ENCODER_LZMA2 1 118 119 /* Define to 1 if powerpc encoder is enabled. */ 120 #define HAVE_ENCODER_POWERPC 1 121 122 /* Define to 1 if sparc encoder is enabled. */ 123 #define HAVE_ENCODER_SPARC 1 124 125 /* Define to 1 if x86 encoder is enabled. */ 126 #define HAVE_ENCODER_X86 1 127 128 /* Define to 1 if you have the <fcntl.h> header file. */ 129 #define HAVE_FCNTL_H 1 130 131 /* Define to 1 if you have the `futimens' function. */ 132 #define HAVE_FUTIMENS 1 133 134 /* Define to 1 if you have the `futimes' function. */ 135 /* #undef HAVE_FUTIMES */ 136 137 /* Define to 1 if you have the `futimesat' function. */ 138 /* #undef HAVE_FUTIMESAT */ 139 140 /* Define to 1 if you have the <getopt.h> header file. */ 141 #define HAVE_GETOPT_H 1 142 143 /* Define to 1 if you have the `getopt_long' function. */ 144 #define HAVE_GETOPT_LONG 1 145 146 /* Define if the GNU gettext() function is already present or preinstalled. */ 147 /* #undef HAVE_GETTEXT */ 148 149 #if !defined(__minix) 150 /* Define if you have the iconv() function and it works. */ 151 #define HAVE_ICONV 1 152 153 /* Define to 1 if you have the <immintrin.h> header file. */ 154 #if defined(__i386__) || defined(__x86_64__) 155 #define HAVE_IMMINTRIN_H 1 156 #endif 157 #endif /* !defined(__minix) */ 158 159 /* Define to 1 if you have the <inttypes.h> header file. */ 160 #define HAVE_INTTYPES_H 1 161 162 /* Define to 1 if you have the <limits.h> header file. */ 163 #define HAVE_LIMITS_H 1 164 165 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */ 166 #define HAVE_MBRTOWC 1 167 168 /* Define to 1 if you have the <memory.h> header file. */ 169 #define HAVE_MEMORY_H 1 170 171 /* Define to 1 to enable bt2 match finder. */ 172 #define HAVE_MF_BT2 1 173 174 /* Define to 1 to enable bt3 match finder. */ 175 #define HAVE_MF_BT3 1 176 177 /* Define to 1 to enable bt4 match finder. */ 178 #define HAVE_MF_BT4 1 179 180 /* Define to 1 to enable hc3 match finder. */ 181 #define HAVE_MF_HC3 1 182 183 /* Define to 1 to enable hc4 match finder. */ 184 #define HAVE_MF_HC4 1 185 186 /* Define to 1 if you have the <minix/sha2.h> header file. */ 187 /* #undef HAVE_MINIX_SHA2_H */ 188 189 /* Define to 1 if getopt.h declares extern int optreset. */ 190 #define HAVE_OPTRESET 1 191 192 /* Define to 1 if you have the `pipe2' function. */ 193 #define HAVE_PIPE2 1 194 195 #if !defined(__minix) 196 /* Define to 1 if you have the `posix_fadvise' function. */ 197 #define HAVE_POSIX_FADVISE 1 198 199 /* Define to 1 if you have the `pthread_condattr_setclock' function. */ 200 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 201 #endif /* !defined(__minix) */ 202 203 /* Have PTHREAD_PRIO_INHERIT. */ 204 /* #undef HAVE_PTHREAD_PRIO_INHERIT */ 205 206 /* Define to 1 if you have the `SHA256Init' function. */ 207 /* #undef HAVE_SHA256INIT */ 208 209 /* Define to 1 if the system has the type `SHA256_CTX'. */ 210 #define HAVE_SHA256_CTX 1 211 212 /* Define to 1 if you have the <sha256.h> header file. */ 213 /* #undef HAVE_SHA256_H */ 214 215 /* Define to 1 if you have the `SHA256_Init' function. */ 216 #define HAVE_SHA256_INIT 1 217 218 /* Define to 1 if the system has the type `SHA2_CTX'. */ 219 /* #undef HAVE_SHA2_CTX */ 220 221 /* Define to 1 if you have the <sha2.h> header file. */ 222 #define HAVE_SHA2_H 1 223 224 /* Define to 1 if optimizing for size. */ 225 /* #undef HAVE_SMALL */ 226 227 /* Define to 1 if stdbool.h conforms to C99. */ 228 #define HAVE_STDBOOL_H 1 229 230 /* Define to 1 if you have the <stdint.h> header file. */ 231 #define HAVE_STDINT_H 1 232 233 /* Define to 1 if you have the <stdlib.h> header file. */ 234 #define HAVE_STDLIB_H 1 235 236 /* Define to 1 if you have the <strings.h> header file. */ 237 #define HAVE_STRINGS_H 1 238 239 /* Define to 1 if you have the <string.h> header file. */ 240 #define HAVE_STRING_H 1 241 242 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */ 243 #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 244 245 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */ 246 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 247 248 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */ 249 /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */ 250 251 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */ 252 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 253 254 /* Define to 1 if `st_uatime' is a member of `struct stat'. */ 255 /* #undef HAVE_STRUCT_STAT_ST_UATIME */ 256 257 /* Define to 1 if you have the <sys/byteorder.h> header file. */ 258 /* #undef HAVE_SYS_BYTEORDER_H */ 259 260 /* Define to 1 if you have the <sys/endian.h> header file. */ 261 #define HAVE_SYS_ENDIAN_H 1 262 263 /* Define to 1 if you have the <sys/param.h> header file. */ 264 #define HAVE_SYS_PARAM_H 1 265 266 /* Define to 1 if you have the <sys/stat.h> header file. */ 267 #define HAVE_SYS_STAT_H 1 268 269 /* Define to 1 if you have the <sys/time.h> header file. */ 270 #define HAVE_SYS_TIME_H 1 271 272 /* Define to 1 if you have the <sys/types.h> header file. */ 273 #define HAVE_SYS_TYPES_H 1 274 275 /* Define to 1 if the system has the type `uintptr_t'. */ 276 #define HAVE_UINTPTR_T 1 277 278 /* Define to 1 if you have the <unistd.h> header file. */ 279 #define HAVE_UNISTD_H 1 280 281 /* Define to 1 if you have the `utime' function. */ 282 /* #undef HAVE_UTIME */ 283 284 /* Define to 1 if you have the `utimes' function. */ 285 /* #undef HAVE_UTIMES */ 286 287 /* Define to 1 or 0, depending whether the compiler supports simple visibility 288 declarations. */ 289 #define HAVE_VISIBILITY 1 290 291 /* Define to 1 if you have the `wcwidth' function. */ 292 #define HAVE_WCWIDTH 1 293 294 /* Define to 1 if the system has the type `_Bool'. */ 295 #define HAVE__BOOL 1 296 297 #if !defined(__minix) 298 /* Define to 1 if _mm_movemask_epi8 is available. */ 299 #define HAVE__MM_MOVEMASK_EPI8 1 300 #endif /* !defined(__minix) */ 301 302 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 303 #define LT_OBJDIR ".libs/" 304 305 #if !defined(__minix) 306 /* Define to 1 when using POSIX threads (pthreads). */ 307 #define MYTHREAD_POSIX 1 308 #endif /* !defined(__minix) */ 309 310 /* Define to 1 when using Windows Vista compatible threads. This uses features 311 that are not available on Windows XP. */ 312 /* #undef MYTHREAD_VISTA */ 313 314 /* Define to 1 when using Windows 95 (and thus XP) compatible threads. This 315 avoids use of features that were added in Windows Vista. */ 316 /* #undef MYTHREAD_WIN95 */ 317 318 /* Define to 1 to disable debugging code. */ 319 #define NDEBUG 1 320 321 /* Name of package */ 322 #define PACKAGE "xz" 323 324 /* Define to the address where bug reports for this package should be sent. */ 325 #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" 326 327 /* Define to the full name of this package. */ 328 #define PACKAGE_NAME "XZ Utils" 329 330 /* Define to the full name and version of this package. */ 331 #define PACKAGE_STRING "XZ Utils 5.2.1" 332 333 /* Define to the one symbol short name of this package. */ 334 #define PACKAGE_TARNAME "xz" 335 336 /* Define to the home page for this package. */ 337 #define PACKAGE_URL "http://tukaani.org/xz/" 338 339 /* Define to the version of this package. */ 340 #define PACKAGE_VERSION "5.2.1" 341 342 /* Define to necessary symbol if this constant uses a non-standard name on 343 your system. */ 344 /* #undef PTHREAD_CREATE_JOINABLE */ 345 346 /* The size of `size_t', as computed by sizeof. */ 347 #define SIZEOF_SIZE_T 8 348 349 /* Define to 1 if you have the ANSI C header files. */ 350 #define STDC_HEADERS 1 351 352 /* Define to 1 if the number of available CPU cores can be detected with 353 cpuset(2). */ 354 /* #undef TUKLIB_CPUCORES_CPUSET */ 355 356 /* Define to 1 if the number of available CPU cores can be detected with 357 pstat_getdynamic(). */ 358 /* #undef TUKLIB_CPUCORES_PSTAT_GETDYNAMIC */ 359 360 /* Define to 1 if the number of available CPU cores can be detected with 361 sysconf(_SC_NPROCESSORS_ONLN) or sysconf(_SC_NPROC_ONLN). */ 362 /* #undef TUKLIB_CPUCORES_SYSCONF */ 363 364 /* Define to 1 if the number of available CPU cores can be detected with 365 sysctl(). */ 366 #define TUKLIB_CPUCORES_SYSCTL 1 367 368 /* Define to 1 if the system supports fast unaligned access to 16-bit and 369 32-bit integers. */ 370 #include <machine/types.h> 371 #ifdef __NO_STRICT_ALIGNMENT 372 # define TUKLIB_FAST_UNALIGNED_ACCESS 1 373 #endif 374 375 /* Define to 1 if the amount of physical memory can be detected with 376 _system_configuration.physmem. */ 377 /* #undef TUKLIB_PHYSMEM_AIX */ 378 379 /* Define to 1 if the amount of physical memory can be detected with 380 getinvent_r(). */ 381 /* #undef TUKLIB_PHYSMEM_GETINVENT_R */ 382 383 /* Define to 1 if the amount of physical memory can be detected with 384 getsysinfo(). */ 385 /* #undef TUKLIB_PHYSMEM_GETSYSINFO */ 386 387 /* Define to 1 if the amount of physical memory can be detected with 388 pstat_getstatic(). */ 389 /* #undef TUKLIB_PHYSMEM_PSTAT_GETSTATIC */ 390 391 /* Define to 1 if the amount of physical memory can be detected with 392 sysconf(_SC_PAGESIZE) and sysconf(_SC_PHYS_PAGES). */ 393 #define TUKLIB_PHYSMEM_SYSCONF 1 394 395 /* Define to 1 if the amount of physical memory can be detected with sysctl(). 396 */ 397 /* #undef TUKLIB_PHYSMEM_SYSCTL */ 398 399 /* Define to 1 if the amount of physical memory can be detected with Linux 400 sysinfo(). */ 401 /* #undef TUKLIB_PHYSMEM_SYSINFO */ 402 403 /* Enable extensions on AIX 3, Interix. */ 404 #ifndef _ALL_SOURCE 405 # define _ALL_SOURCE 1 406 #endif 407 /* Enable GNU extensions on systems that have them. */ 408 #ifndef _GNU_SOURCE 409 # define _GNU_SOURCE 1 410 #endif 411 /* Enable threading extensions on Solaris. */ 412 #ifndef _POSIX_PTHREAD_SEMANTICS 413 # define _POSIX_PTHREAD_SEMANTICS 1 414 #endif 415 /* Enable extensions on HP NonStop. */ 416 #ifndef _TANDEM_SOURCE 417 # define _TANDEM_SOURCE 1 418 #endif 419 /* Enable general extensions on Solaris. */ 420 #ifndef __EXTENSIONS__ 421 # define __EXTENSIONS__ 1 422 #endif 423 424 425 /* Version number of package */ 426 #define VERSION "5.2.1" 427 428 #if !defined(__NetBSD__) && !defined(__minix) 429 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 430 significant byte first (like Motorola and SPARC, unlike Intel). */ 431 #if defined AC_APPLE_UNIVERSAL_BUILD 432 # if defined __BIG_ENDIAN__ 433 # define WORDS_BIGENDIAN 1 434 # endif 435 #else 436 # ifndef WORDS_BIGENDIAN 437 /* # undef WORDS_BIGENDIAN */ 438 # endif 439 #endif 440 #else 441 # include <sys/endian.h> 442 # if BYTE_ORDER == BIG_ENDIAN 443 # define WORDS_BIGENDIAN 1 444 # endif 445 #endif 446 447 /* Enable large inode numbers on Mac OS X 10.5. */ 448 #ifndef _DARWIN_USE_64_BIT_INODE 449 # define _DARWIN_USE_64_BIT_INODE 1 450 #endif 451 452 /* Number of bits in a file offset, on hosts where this is settable. */ 453 /* #undef _FILE_OFFSET_BITS */ 454 455 /* Define for large files, on AIX-style hosts. */ 456 /* #undef _LARGE_FILES */ 457 458 #if !defined(__minix) 459 /* Define to 1 if on MINIX. */ 460 /* #undef _MINIX */ 461 462 /* Define to 2 if the system does not provide POSIX.1 features except with 463 this defined. */ 464 /* #undef _POSIX_1_SOURCE */ 465 466 /* Define to 1 if you need to in order for `stat' and other things to work. */ 467 /* #undef _POSIX_SOURCE */ 468 #else 469 #define _MINIX 1 470 #define _POSIX_1_SOURCE 2 471 #define _POSIX_SOURCE 1 472 #endif /* !defined(__minix) */ 473 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 474 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 475 #define below would cause a syntax error. */ 476 /* #undef _UINT32_T */ 477 478 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 479 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 480 #define below would cause a syntax error. */ 481 /* #undef _UINT64_T */ 482 483 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 484 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 485 #define below would cause a syntax error. */ 486 /* #undef _UINT8_T */ 487 488 /* Define to rpl_ if the getopt replacement functions and variables should be 489 used. */ 490 /* #undef __GETOPT_PREFIX */ 491 492 /* Define to the type of a signed integer type of width exactly 32 bits if 493 such a type exists and the standard includes do not define it. */ 494 /* #undef int32_t */ 495 496 /* Define to the type of a signed integer type of width exactly 64 bits if 497 such a type exists and the standard includes do not define it. */ 498 /* #undef int64_t */ 499 500 /* Define to the type of an unsigned integer type of width exactly 16 bits if 501 such a type exists and the standard includes do not define it. */ 502 /* #undef uint16_t */ 503 504 /* Define to the type of an unsigned integer type of width exactly 32 bits if 505 such a type exists and the standard includes do not define it. */ 506 /* #undef uint32_t */ 507 508 /* Define to the type of an unsigned integer type of width exactly 64 bits if 509 such a type exists and the standard includes do not define it. */ 510 /* #undef uint64_t */ 511 512 /* Define to the type of an unsigned integer type of width exactly 8 bits if 513 such a type exists and the standard includes do not define it. */ 514 /* #undef uint8_t */ 515 516 /* Define to the type of an unsigned integer type wide enough to hold a 517 pointer, if such a type exists, and if the system does not define it. */ 518 /* #undef uintptr_t */ 519