config-osx.h 15 KB

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