config-android-i686.h 15 KB

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