config.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  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 you have the MacOS X function CFLocaleCopyCurrent in the
  19. CoreFoundation framework. */
  20. /* #undef HAVE_CFLOCALECOPYCURRENT */
  21. /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
  22. the CoreFoundation framework. */
  23. /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
  24. /* Define to 1 if crc32 integrity check is enabled. */
  25. #define HAVE_CHECK_CRC32 1
  26. /* Define to 1 if crc64 integrity check is enabled. */
  27. #define HAVE_CHECK_CRC64 1
  28. /* Define to 1 if sha256 integrity check is enabled. */
  29. #define HAVE_CHECK_SHA256 1
  30. /* Define if the GNU dcgettext() function is already present or preinstalled.
  31. */
  32. /* #undef HAVE_DCGETTEXT */
  33. /* Define to 1 if you have the declaration of `program_invocation_name', and
  34. to 0 if you don't. */
  35. #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
  36. /* Define to 1 if arm decoder is enabled. */
  37. #define HAVE_DECODER_ARM 1
  38. /* Define to 1 if armthumb decoder is enabled. */
  39. #define HAVE_DECODER_ARMTHUMB 1
  40. /* Define to 1 if delta decoder is enabled. */
  41. #define HAVE_DECODER_DELTA 1
  42. /* Define to 1 if ia64 decoder is enabled. */
  43. #define HAVE_DECODER_IA64 1
  44. /* Define to 1 if lzma1 decoder is enabled. */
  45. #define HAVE_DECODER_LZMA1 1
  46. /* Define to 1 if lzma2 decoder is enabled. */
  47. #define HAVE_DECODER_LZMA2 1
  48. /* Define to 1 if powerpc decoder is enabled. */
  49. #define HAVE_DECODER_POWERPC 1
  50. /* Define to 1 if sparc decoder is enabled. */
  51. #define HAVE_DECODER_SPARC 1
  52. /* Define to 1 if x86 decoder is enabled. */
  53. #define HAVE_DECODER_X86 1
  54. /* Define to 1 if you have the <dlfcn.h> header file. */
  55. /* #undef HAVE_DLFCN_H */
  56. /* Define to 1 if arm encoder is enabled. */
  57. #define HAVE_ENCODER_ARM 1
  58. /* Define to 1 if armthumb encoder is enabled. */
  59. #define HAVE_ENCODER_ARMTHUMB 1
  60. /* Define to 1 if delta encoder is enabled. */
  61. #define HAVE_ENCODER_DELTA 1
  62. /* Define to 1 if ia64 encoder is enabled. */
  63. #define HAVE_ENCODER_IA64 1
  64. /* Define to 1 if lzma1 encoder is enabled. */
  65. #define HAVE_ENCODER_LZMA1 1
  66. /* Define to 1 if lzma2 encoder is enabled. */
  67. #define HAVE_ENCODER_LZMA2 1
  68. /* Define to 1 if powerpc encoder is enabled. */
  69. #define HAVE_ENCODER_POWERPC 1
  70. /* Define to 1 if sparc encoder is enabled. */
  71. #define HAVE_ENCODER_SPARC 1
  72. /* Define to 1 if x86 encoder is enabled. */
  73. #define HAVE_ENCODER_X86 1
  74. /* Define to 1 if you have the <fcntl.h> header file. */
  75. #define HAVE_FCNTL_H 1
  76. /* Define to 1 if you have the `futimens' function. */
  77. /* #undef HAVE_FUTIMENS */
  78. /* Define to 1 if you have the `futimes' function. */
  79. /* #undef HAVE_FUTIMES */
  80. /* Define to 1 if you have the `futimesat' function. */
  81. /* #undef HAVE_FUTIMESAT */
  82. /* Define to 1 if you have the <getopt.h> header file. */
  83. /* #undef HAVE_GETOPT_H */
  84. /* Define to 1 if you have the `getopt_long' function. */
  85. /* #undef HAVE_GETOPT_LONG */
  86. /* Define if the GNU gettext() function is already present or preinstalled. */
  87. /* #undef HAVE_GETTEXT */
  88. /* Define if you have the iconv() function and it works. */
  89. #define HAVE_ICONV 1
  90. /* Define to 1 if you have the <inttypes.h> header file. */
  91. #define HAVE_INTTYPES_H 1
  92. /* Define to 1 if you have the <limits.h> header file. */
  93. #define HAVE_LIMITS_H 1
  94. /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
  95. #define HAVE_MBRTOWC 1
  96. /* Define to 1 if you have the <memory.h> header file. */
  97. #define HAVE_MEMORY_H 1
  98. /* Define to 1 to enable bt2 match finder. */
  99. #define HAVE_MF_BT2 1
  100. /* Define to 1 to enable bt3 match finder. */
  101. #define HAVE_MF_BT3 1
  102. /* Define to 1 to enable bt4 match finder. */
  103. #define HAVE_MF_BT4 1
  104. /* Define to 1 to enable hc3 match finder. */
  105. #define HAVE_MF_HC3 1
  106. /* Define to 1 to enable hc4 match finder. */
  107. #define HAVE_MF_HC4 1
  108. /* Define to 1 if getopt.h declares extern int optreset. */
  109. /* #undef HAVE_OPTRESET */
  110. /* Define if you have POSIX threads libraries and header files. */
  111. /* #undef HAVE_PTHREAD */
  112. /* Have PTHREAD_PRIO_INHERIT. */
  113. /* #undef HAVE_PTHREAD_PRIO_INHERIT */
  114. /* Define to 1 if optimizing for size. */
  115. /* #undef HAVE_SMALL */
  116. /* Define to 1 if stdbool.h conforms to C99. */
  117. #define HAVE_STDBOOL_H 1
  118. /* Define to 1 if you have the <stdint.h> header file. */
  119. #define HAVE_STDINT_H 1
  120. /* Define to 1 if you have the <stdlib.h> header file. */
  121. #define HAVE_STDLIB_H 1
  122. /* Define to 1 if you have the <strings.h> header file. */
  123. /* #undef HAVE_STRINGS_H */
  124. /* Define to 1 if you have the <string.h> header file. */
  125. #define HAVE_STRING_H 1
  126. /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
  127. /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
  128. /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
  129. /* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC */
  130. /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
  131. /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
  132. /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
  133. /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
  134. /* Define to 1 if `st_uatime' is a member of `struct stat'. */
  135. /* #undef HAVE_STRUCT_STAT_ST_UATIME */
  136. /* Define to 1 if you have the <sys/byteorder.h> header file. */
  137. /* #undef HAVE_SYS_BYTEORDER_H */
  138. /* Define to 1 if you have the <sys/endian.h> header file. */
  139. /* #undef HAVE_SYS_ENDIAN_H */
  140. /* Define to 1 if you have the <sys/param.h> header file. */
  141. #define HAVE_SYS_PARAM_H 1
  142. /* Define to 1 if you have the <sys/stat.h> header file. */
  143. #define HAVE_SYS_STAT_H 1
  144. /* Define to 1 if you have the <sys/time.h> header file. */
  145. #define HAVE_SYS_TIME_H 1
  146. /* Define to 1 if you have the <sys/types.h> header file. */
  147. #define HAVE_SYS_TYPES_H 1
  148. /* Define to 1 if the system has the type `uintptr_t'. */
  149. #define HAVE_UINTPTR_T 1
  150. /* Define to 1 if you have the <unistd.h> header file. */
  151. #define HAVE_UNISTD_H 1
  152. /* Define to 1 if you have the `utime' function. */
  153. #define HAVE_UTIME 1
  154. /* Define to 1 if you have the `utimes' function. */
  155. /* #undef HAVE_UTIMES */
  156. /* Define to 1 or 0, depending whether the compiler supports simple visibility
  157. declarations. */
  158. #define HAVE_VISIBILITY 1
  159. /* Define to 1 if you have the `wcwidth' function. */
  160. /* #undef HAVE_WCWIDTH */
  161. /* Define to 1 if the system has the type `_Bool'. */
  162. #define HAVE__BOOL 1
  163. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  164. */
  165. #define LT_OBJDIR ".libs/"
  166. /* Name of package */
  167. #define PACKAGE "xz"
  168. /* Define to the address where bug reports for this package should be sent. */
  169. #define PACKAGE_BUGREPORT "[email protected]"
  170. /* Define to the full name of this package. */
  171. #define PACKAGE_NAME "XZ Utils"
  172. /* Define to the one symbol short name of this package. */
  173. #define PACKAGE_TARNAME "xz"
  174. /* Define to the home page for this package. */
  175. #define PACKAGE_URL "http://tukaani.org/xz/"
  176. /* Define to necessary symbol if this constant uses a non-standard name on
  177. your system. */
  178. /* #undef PTHREAD_CREATE_JOINABLE */
  179. /* The size of `size_t', as computed by sizeof. */
  180. #define SIZEOF_SIZE_T 4
  181. /* Define to 1 if you have the ANSI C header files. */
  182. #define STDC_HEADERS 1
  183. /* Define to 1 if the number of available CPU cores can be detected with
  184. pstat_getdynamic(). */
  185. /* #undef TUKLIB_CPUCORES_PSTAT_GETDYNAMIC */
  186. /* Define to 1 if the number of available CPU cores can be detected with
  187. sysconf(_SC_NPROCESSORS_ONLN) or sysconf(_SC_NPROC_ONLN). */
  188. /* #undef TUKLIB_CPUCORES_SYSCONF */
  189. /* Define to 1 if the number of available CPU cores can be detected with
  190. sysctl(). */
  191. /* #undef TUKLIB_CPUCORES_SYSCTL */
  192. /* Define to 1 if the system supports fast unaligned access to 16-bit and
  193. 32-bit integers. */
  194. #define TUKLIB_FAST_UNALIGNED_ACCESS 1
  195. /* Define to 1 if the amount of physical memory can be detected with
  196. _system_configuration.physmem. */
  197. /* #undef TUKLIB_PHYSMEM_AIX */
  198. /* Define to 1 if the amount of physical memory can be detected with
  199. getinvent_r(). */
  200. /* #undef TUKLIB_PHYSMEM_GETINVENT_R */
  201. /* Define to 1 if the amount of physical memory can be detected with
  202. getsysinfo(). */
  203. /* #undef TUKLIB_PHYSMEM_GETSYSINFO */
  204. /* Define to 1 if the amount of physical memory can be detected with
  205. pstat_getstatic(). */
  206. /* #undef TUKLIB_PHYSMEM_PSTAT_GETSTATIC */
  207. /* Define to 1 if the amount of physical memory can be detected with
  208. sysconf(_SC_PAGESIZE) and sysconf(_SC_PHYS_PAGES). */
  209. /* #undef TUKLIB_PHYSMEM_SYSCONF */
  210. /* Define to 1 if the amount of physical memory can be detected with sysctl().
  211. */
  212. /* #undef TUKLIB_PHYSMEM_SYSCTL */
  213. /* Define to 1 if the amount of physical memory can be detected with Linux
  214. sysinfo(). */
  215. /* #undef TUKLIB_PHYSMEM_SYSINFO */
  216. /* Enable extensions on AIX 3, Interix. */
  217. #ifndef _ALL_SOURCE
  218. # define _ALL_SOURCE 1
  219. #endif
  220. /* Enable GNU extensions on systems that have them. */
  221. #ifndef _GNU_SOURCE
  222. # define _GNU_SOURCE 1
  223. #endif
  224. /* Enable threading extensions on Solaris. */
  225. #ifndef _POSIX_PTHREAD_SEMANTICS
  226. # define _POSIX_PTHREAD_SEMANTICS 1
  227. #endif
  228. /* Enable extensions on HP NonStop. */
  229. #ifndef _TANDEM_SOURCE
  230. # define _TANDEM_SOURCE 1
  231. #endif
  232. /* Enable general extensions on Solaris. */
  233. #ifndef __EXTENSIONS__
  234. # define __EXTENSIONS__ 1
  235. #endif
  236. #include "version.h"
  237. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  238. significant byte first (like Motorola and SPARC, unlike Intel). */
  239. #if defined AC_APPLE_UNIVERSAL_BUILD
  240. # if defined __BIG_ENDIAN__
  241. # define WORDS_BIGENDIAN 1
  242. # endif
  243. #else
  244. # ifndef WORDS_BIGENDIAN
  245. /* # undef WORDS_BIGENDIAN */
  246. # endif
  247. #endif
  248. /* Enable large inode numbers on Mac OS X 10.5. */
  249. #ifndef _DARWIN_USE_64_BIT_INODE
  250. # define _DARWIN_USE_64_BIT_INODE 1
  251. #endif
  252. /* Number of bits in a file offset, on hosts where this is settable. */
  253. #define _FILE_OFFSET_BITS 64
  254. /* Define for large files, on AIX-style hosts. */
  255. /* #undef _LARGE_FILES */
  256. /* Define to 1 if on MINIX. */
  257. /* #undef _MINIX */
  258. /* Define to 2 if the system does not provide POSIX.1 features except with
  259. this defined. */
  260. /* #undef _POSIX_1_SOURCE */
  261. /* Define to 1 if you need to in order for `stat' and other things to work. */
  262. /* #undef _POSIX_SOURCE */
  263. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  264. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  265. #define below would cause a syntax error. */
  266. /* #undef _UINT32_T */
  267. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  268. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  269. #define below would cause a syntax error. */
  270. /* #undef _UINT64_T */
  271. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  272. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  273. #define below would cause a syntax error. */
  274. /* #undef _UINT8_T */
  275. /* Define to rpl_ if the getopt replacement functions and variables should be
  276. used. */
  277. /* #undef __GETOPT_PREFIX */
  278. /* Define to the type of a signed integer type of width exactly 32 bits if
  279. such a type exists and the standard includes do not define it. */
  280. /* #undef int32_t */
  281. /* Define to the type of a signed integer type of width exactly 64 bits if
  282. such a type exists and the standard includes do not define it. */
  283. /* #undef int64_t */
  284. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  285. such a type exists and the standard includes do not define it. */
  286. /* #undef uint16_t */
  287. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  288. such a type exists and the standard includes do not define it. */
  289. /* #undef uint32_t */
  290. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  291. such a type exists and the standard includes do not define it. */
  292. /* #undef uint64_t */
  293. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  294. such a type exists and the standard includes do not define it. */
  295. /* #undef uint8_t */
  296. /* Define to the type of an unsigned integer type wide enough to hold a
  297. pointer, if such a type exists, and if the system does not define it. */
  298. /* #undef uintptr_t */