config.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  1. /* Define if building universal (internal helper macro) */
  2. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  3. /* How many MiB of RAM to assume if the real amount cannot be determined. */
  4. #define ASSUME_RAM 128
  5. /* Define to 1 if translation of program messages to the user's native
  6. language is requested. */
  7. /* #undef #define ENABLE_NLS 1 */
  8. /* Define to 1 if bswap_16 is available. */
  9. #define HAVE_BSWAP_16 1
  10. /* Define to 1 if bswap_32 is available. */
  11. #define HAVE_BSWAP_32 1
  12. /* Define to 1 if bswap_64 is available. */
  13. #define HAVE_BSWAP_64 1
  14. /* Define to 1 if you have the <byteswap.h> header file. */
  15. /* #undef HAVE_BYTESWAP_H 1 */
  16. /* Define to 1 if Capsicum is available. */
  17. /* #undef HAVE_CAPSICUM */
  18. /* Define to 1 if the system has the type `CC_SHA256_CTX'. */
  19. /* #undef HAVE_CC_SHA256_CTX */
  20. /* Define to 1 if you have the `CC_SHA256_Init' function. */
  21. /* #undef HAVE_CC_SHA256_INIT */
  22. /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
  23. CoreFoundation framework. */
  24. /* #undef HAVE_CFLOCALECOPYCURRENT */
  25. /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
  26. the CoreFoundation framework. */
  27. /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
  28. /* Define to 1 if crc32 integrity check is enabled. */
  29. #define HAVE_CHECK_CRC32 1
  30. /* Define to 1 if crc64 integrity check is enabled. */
  31. #define HAVE_CHECK_CRC64 1
  32. /* Define to 1 if sha256 integrity check is enabled. */
  33. #define HAVE_CHECK_SHA256 1
  34. /* Define to 1 if you have the `clock_gettime' function. */
  35. #define HAVE_CLOCK_GETTIME 1
  36. /* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
  37. /* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */
  38. /* Define if the GNU dcgettext() function is already present or preinstalled.
  39. */
  40. #define HAVE_DCGETTEXT 1
  41. /* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if
  42. you don't. */
  43. #define HAVE_DECL_CLOCK_MONOTONIC 1
  44. /* Define to 1 if you have the declaration of `program_invocation_name', and
  45. to 0 if you don't. */
  46. /* undef HAVE_DECL_PROGRAM_INVOCATION_NAME 1 */
  47. /* Define to 1 if any of HAVE_DECODER_foo have been defined. */
  48. #define HAVE_DECODERS 1
  49. /* Define to 1 if arm decoder is enabled. */
  50. // #define HAVE_DECODER_ARM 1
  51. /* Define to 1 if armthumb decoder is enabled. */
  52. // #define HAVE_DECODER_ARMTHUMB 1
  53. /* Define to 1 if delta decoder is enabled. */
  54. #define HAVE_DECODER_DELTA 1
  55. /* Define to 1 if ia64 decoder is enabled. */
  56. // #define HAVE_DECODER_IA64 1
  57. /* Define to 1 if lzma1 decoder is enabled. */
  58. #define HAVE_DECODER_LZMA1 1
  59. /* Define to 1 if lzma2 decoder is enabled. */
  60. #define HAVE_DECODER_LZMA2 1
  61. /* Define to 1 if powerpc decoder is enabled. */
  62. // #define HAVE_DECODER_POWERPC 1
  63. /* Define to 1 if sparc decoder is enabled. */
  64. // #define HAVE_DECODER_SPARC 1
  65. /* Define to 1 if x86 decoder is enabled. */
  66. // #define HAVE_DECODER_X86 1
  67. /* Define to 1 if you have the <dlfcn.h> header file. */
  68. #define HAVE_DLFCN_H 1
  69. /* Define to 1 if any of HAVE_ENCODER_foo have been defined. */
  70. #define HAVE_ENCODERS 1
  71. /* Define to 1 if arm encoder is enabled. */
  72. // #define HAVE_ENCODER_ARM 1
  73. /* Define to 1 if armthumb encoder is enabled. */
  74. // #define HAVE_ENCODER_ARMTHUMB 1
  75. /* Define to 1 if delta encoder is enabled. */
  76. #define HAVE_ENCODER_DELTA 1
  77. /* Define to 1 if ia64 encoder is enabled. */
  78. // #define HAVE_ENCODER_IA64 1
  79. /* Define to 1 if lzma1 encoder is enabled. */
  80. #define HAVE_ENCODER_LZMA1 1
  81. /* Define to 1 if lzma2 encoder is enabled. */
  82. #define HAVE_ENCODER_LZMA2 1
  83. /* Define to 1 if powerpc encoder is enabled. */
  84. // #define HAVE_ENCODER_POWERPC 1
  85. /* Define to 1 if sparc encoder is enabled. */
  86. // #define HAVE_ENCODER_SPARC 1
  87. /* Define to 1 if x86 encoder is enabled. */
  88. // #define HAVE_ENCODER_X86 1
  89. /* Define to 1 if you have the <fcntl.h> header file. */
  90. #define HAVE_FCNTL_H 1
  91. /* Define to 1 if you have the `futimens' function. */
  92. #define HAVE_FUTIMENS 1
  93. /* Define to 1 if you have the `futimes' function. */
  94. /* #undef HAVE_FUTIMES */
  95. /* Define to 1 if you have the `futimesat' function. */
  96. /* #undef HAVE_FUTIMESAT */
  97. /* Define to 1 if you have the <getopt.h> header file. */
  98. #define HAVE_GETOPT_H 1
  99. /* Define to 1 if you have the `getopt_long' function. */
  100. #define HAVE_GETOPT_LONG 1
  101. /* Define if the GNU gettext() function is already present or preinstalled. */
  102. /* #undef HAVE_GETTEXT 1 */
  103. /* Define if you have the iconv() function and it works. */
  104. /* #undef HAVE_ICONV */
  105. #ifdef _M_X86_64
  106. /* Define to 1 if you have the <immintrin.h> header file. */
  107. #define HAVE_IMMINTRIN_H 1
  108. #endif
  109. /* Define to 1 if you have the <inttypes.h> header file. */
  110. #define HAVE_INTTYPES_H 1
  111. /* Define to 1 if you have the <limits.h> header file. */
  112. #define HAVE_LIMITS_H 1
  113. /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
  114. #define HAVE_MBRTOWC 1
  115. /* Define to 1 if you have the <memory.h> header file. */
  116. #define HAVE_MEMORY_H 1
  117. /* Define to 1 to enable bt2 match finder. */
  118. #define HAVE_MF_BT2 1
  119. /* Define to 1 to enable bt3 match finder. */
  120. #define HAVE_MF_BT3 1
  121. /* Define to 1 to enable bt4 match finder. */
  122. #define HAVE_MF_BT4 1
  123. /* Define to 1 to enable hc3 match finder. */
  124. #define HAVE_MF_HC3 1
  125. /* Define to 1 to enable hc4 match finder. */
  126. #define HAVE_MF_HC4 1
  127. /* Define to 1 if getopt.h declares extern int optreset. */
  128. /* #undef HAVE_OPTRESET */
  129. /* Define to 1 if you have the `posix_fadvise' function. */
  130. #define HAVE_POSIX_FADVISE 1
  131. /* Define to 1 if you have the `pthread_condattr_setclock' function. */
  132. #ifndef __APPLE__
  133. #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
  134. #endif
  135. /* Have PTHREAD_PRIO_INHERIT. */
  136. #define HAVE_PTHREAD_PRIO_INHERIT 1
  137. /* Define to 1 if you have the `SHA256Init' function. */
  138. /* #undef HAVE_SHA256INIT */
  139. /* Define to 1 if the system has the type `SHA256_CTX'. */
  140. /* #undef HAVE_SHA256_CTX */
  141. /* Define to 1 if you have the <sha256.h> header file. */
  142. /* #undef HAVE_SHA256_H */
  143. /* Define to 1 if you have the `SHA256_Init' function. */
  144. /* #undef HAVE_SHA256_INIT */
  145. /* Define to 1 if the system has the type `SHA2_CTX'. */
  146. /* #undef HAVE_SHA2_CTX */
  147. /* Define to 1 if you have the <sha2.h> header file. */
  148. /* #undef HAVE_SHA2_H */
  149. /* Define to 1 if optimizing for size. */
  150. /* #undef HAVE_SMALL */
  151. /* Define to 1 if stdbool.h conforms to C99. */
  152. #define HAVE_STDBOOL_H 1
  153. /* Define to 1 if you have the <stdint.h> header file. */
  154. #define HAVE_STDINT_H 1
  155. /* Define to 1 if you have the <stdlib.h> header file. */
  156. #define HAVE_STDLIB_H 1
  157. /* Define to 1 if you have the <strings.h> header file. */
  158. /* #undef HAVE_STRINGS_H 1 */
  159. /* Define to 1 if you have the <string.h> header file. */
  160. #define HAVE_STRING_H 1
  161. /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
  162. /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
  163. /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
  164. /* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC */
  165. /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
  166. /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
  167. /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
  168. #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
  169. /* Define to 1 if `st_uatime' is a member of `struct stat'. */
  170. /* #undef HAVE_STRUCT_STAT_ST_UATIME */
  171. /* Define to 1 if you have the <sys/byteorder.h> header file. */
  172. /* #undef HAVE_SYS_BYTEORDER_H */
  173. /* Define to 1 if you have the <sys/capsicum.h> header file. */
  174. /* #undef HAVE_SYS_CAPSICUM_H */
  175. /* Define to 1 if you have the <sys/endian.h> header file. */
  176. /* #undef HAVE_SYS_ENDIAN_H */
  177. /* Define to 1 if you have the <sys/param.h> header file. */
  178. #define HAVE_SYS_PARAM_H 1
  179. /* Define to 1 if you have the <sys/stat.h> header file. */
  180. #define HAVE_SYS_STAT_H 1
  181. /* Define to 1 if you have the <sys/time.h> header file. */
  182. /* #undef HAVE_SYS_TIME_H 1 */
  183. /* Define to 1 if you have the <sys/types.h> header file. */
  184. #define HAVE_SYS_TYPES_H 1
  185. /* Define to 1 if the system has the type `uintptr_t'. */
  186. #define HAVE_UINTPTR_T 1
  187. /* Define to 1 if you have the <unistd.h> header file. */
  188. #define HAVE_UNISTD_H 1
  189. /* Define to 1 if you have the `utime' function. */
  190. /* #undef HAVE_UTIME */
  191. /* Define to 1 if you have the `utimes' function. */
  192. /* #undef HAVE_UTIMES */
  193. /* Define to 1 or 0, depending whether the compiler supports simple visibility
  194. declarations. */
  195. #define HAVE_VISIBILITY 1
  196. /* Define to 1 if you have the `wcwidth' function. */
  197. #define HAVE_WCWIDTH 1
  198. /* Define to 1 if the system has the type `_Bool'. */
  199. #define HAVE__BOOL 1
  200. /* Define to 1 if you have the `_futime' function. */
  201. /* #undef HAVE__FUTIME */
  202. /* Define to 1 if _mm_movemask_epi8 is available. */
  203. #define HAVE__MM_MOVEMASK_EPI8 1
  204. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  205. #define LT_OBJDIR ".libs/"
  206. #ifndef _WIN32
  207. /* Define to 1 when using POSIX threads (pthreads). */
  208. #define MYTHREAD_POSIX 1
  209. #else
  210. /* Define to 1 when using Windows Vista compatible threads. This uses features
  211. that are not available on Windows XP. */
  212. #define MYTHREAD_VISTA
  213. #endif
  214. /* Define to 1 when using Windows 95 (and thus XP) compatible threads. This
  215. avoids use of features that were added in Windows Vista. */
  216. /* #undef MYTHREAD_WIN95 */
  217. /* Define to 1 to disable debugging code. */
  218. #define NDEBUG 1
  219. /* Name of package */
  220. #define PACKAGE "xz"
  221. /* Define to the address where bug reports for this package should be sent. */
  222. #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
  223. /* Define to the full name of this package. */
  224. #define PACKAGE_NAME "XZ Utils"
  225. /* Define to the full name and version of this package. */
  226. #define PACKAGE_STRING "XZ Utils 5.2.4"
  227. /* Define to the one symbol short name of this package. */
  228. #define PACKAGE_TARNAME "xz"
  229. /* Define to the home page for this package. */
  230. #define PACKAGE_URL "https://tukaani.org/xz/"
  231. /* Define to the version of this package. */
  232. #define PACKAGE_VERSION "5.2.4"
  233. /* Define to necessary symbol if this constant uses a non-standard name on
  234. your system. */
  235. /* #undef PTHREAD_CREATE_JOINABLE */
  236. /* The size of `size_t', as computed by sizeof. */
  237. #define SIZEOF_SIZE_T 8
  238. /* Define to 1 if you have the ANSI C header files. */
  239. #define STDC_HEADERS 1
  240. /* Define to 1 if the number of available CPU cores can be detected with
  241. cpuset(2). */
  242. /* #undef TUKLIB_CPUCORES_CPUSET */
  243. /* Define to 1 if the number of available CPU cores can be detected with
  244. pstat_getdynamic(). */
  245. /* #undef TUKLIB_CPUCORES_PSTAT_GETDYNAMIC */
  246. /* Define to 1 if the number of available CPU cores can be detected with
  247. sched_getaffinity() */
  248. /* #undef TUKLIB_CPUCORES_SCHED_GETAFFINITY */
  249. /* Define to 1 if the number of available CPU cores can be detected with
  250. sysconf(_SC_NPROCESSORS_ONLN) or sysconf(_SC_NPROC_ONLN). */
  251. /* #undef TUKLIB_CPUCORES_SYSCONF */
  252. /* Define to 1 if the number of available CPU cores can be detected with
  253. sysctl(). */
  254. /* #undef TUKLIB_CPUCORES_SYSCTL */
  255. #ifdef _M_X86_64
  256. /* Define to 1 if the system supports fast unaligned access to 16-bit and
  257. 32-bit integers. */
  258. #define TUKLIB_FAST_UNALIGNED_ACCESS 1
  259. #endif
  260. /* Define to 1 if the amount of physical memory can be detected with
  261. _system_configuration.physmem. */
  262. /* #undef TUKLIB_PHYSMEM_AIX */
  263. /* Define to 1 if the amount of physical memory can be detected with
  264. getinvent_r(). */
  265. /* #undef TUKLIB_PHYSMEM_GETINVENT_R */
  266. /* Define to 1 if the amount of physical memory can be detected with
  267. getsysinfo(). */
  268. /* #undef TUKLIB_PHYSMEM_GETSYSINFO */
  269. /* Define to 1 if the amount of physical memory can be detected with
  270. pstat_getstatic(). */
  271. /* #undef TUKLIB_PHYSMEM_PSTAT_GETSTATIC */
  272. /* Define to 1 if the amount of physical memory can be detected with
  273. sysconf(_SC_PAGESIZE) and sysconf(_SC_PHYS_PAGES). */
  274. #define TUKLIB_PHYSMEM_SYSCONF 1
  275. /* Define to 1 if the amount of physical memory can be detected with sysctl().
  276. */
  277. /* #undef TUKLIB_PHYSMEM_SYSCTL */
  278. /* Define to 1 if the amount of physical memory can be detected with Linux
  279. sysinfo(). */
  280. /* #undef TUKLIB_PHYSMEM_SYSINFO */
  281. /* Enable extensions on AIX 3, Interix. */
  282. #ifndef _ALL_SOURCE
  283. # define _ALL_SOURCE 1
  284. #endif
  285. /* Enable GNU extensions on systems that have them. */
  286. #ifndef _GNU_SOURCE
  287. # define _GNU_SOURCE 1
  288. #endif
  289. /* Enable threading extensions on Solaris. */
  290. #ifndef _POSIX_PTHREAD_SEMANTICS
  291. # define _POSIX_PTHREAD_SEMANTICS 1
  292. #endif
  293. /* Enable extensions on HP NonStop. */
  294. #ifndef _TANDEM_SOURCE
  295. # define _TANDEM_SOURCE 1
  296. #endif
  297. /* Enable general extensions on Solaris. */
  298. #ifndef __EXTENSIONS__
  299. # define __EXTENSIONS__ 1
  300. #endif
  301. /* Version number of package */
  302. #define VERSION "5.2.4"
  303. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  304. significant byte first (like Motorola and SPARC, unlike Intel). */
  305. #if defined AC_APPLE_UNIVERSAL_BUILD
  306. # if defined __BIG_ENDIAN__
  307. # define WORDS_BIGENDIAN 1
  308. # endif
  309. #else
  310. # ifndef WORDS_BIGENDIAN
  311. /* # undef WORDS_BIGENDIAN */
  312. # endif
  313. #endif
  314. /* Enable large inode numbers on Mac OS X 10.5. */
  315. #ifndef _DARWIN_USE_64_BIT_INODE
  316. # define _DARWIN_USE_64_BIT_INODE 1
  317. #endif
  318. /* Number of bits in a file offset, on hosts where this is settable. */
  319. /* #undef _FILE_OFFSET_BITS */
  320. /* Define for large files, on AIX-style hosts. */
  321. /* #undef _LARGE_FILES */
  322. /* Define to 1 if on MINIX. */
  323. /* #undef _MINIX */
  324. /* Define to 2 if the system does not provide POSIX.1 features except with
  325. this defined. */
  326. /* #undef _POSIX_1_SOURCE */
  327. /* Define to 1 if you need to in order for `stat' and other things to work. */
  328. /* #undef _POSIX_SOURCE */
  329. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  330. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  331. #define below would cause a syntax error. */
  332. /* #undef _UINT32_T */
  333. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  334. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  335. #define below would cause a syntax error. */
  336. /* #undef _UINT64_T */
  337. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  338. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  339. #define below would cause a syntax error. */
  340. /* #undef _UINT8_T */
  341. /* Define to rpl_ if the getopt replacement functions and variables should be
  342. used. */
  343. /* #undef __GETOPT_PREFIX */
  344. /* Define to the type of a signed integer type of width exactly 32 bits if
  345. such a type exists and the standard includes do not define it. */
  346. /* #undef int32_t */
  347. /* Define to the type of a signed integer type of width exactly 64 bits if
  348. such a type exists and the standard includes do not define it. */
  349. /* #undef int64_t */
  350. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  351. such a type exists and the standard includes do not define it. */
  352. /* #undef uint16_t */
  353. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  354. such a type exists and the standard includes do not define it. */
  355. /* #undef uint32_t */
  356. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  357. such a type exists and the standard includes do not define it. */
  358. /* #undef uint64_t */
  359. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  360. such a type exists and the standard includes do not define it. */
  361. /* #undef uint8_t */
  362. /* Define to the type of an unsigned integer type wide enough to hold a
  363. pointer, if such a type exists, and if the system does not define it. */
  364. /* #undef uintptr_t */