config.h.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Define in built-in ELF support is used */
  5. #undef BUILTIN_ELF
  6. /* Enable bzlib compression support */
  7. #undef BZLIBSUPPORT
  8. /* Define for ELF core file support */
  9. #undef ELFCORE
  10. /* Define to 1 if you have the 'asctime_r' function. */
  11. #undef HAVE_ASCTIME_R
  12. /* Define to 1 if you have the 'asprintf' function. */
  13. #undef HAVE_ASPRINTF
  14. /* Define to 1 if you have the <byteswap.h> header file. */
  15. #undef HAVE_BYTESWAP_H
  16. /* Define to 1 if you have the <bzlib.h> header file. */
  17. #undef HAVE_BZLIB_H
  18. /* Define to 1 if you have the 'ctime_r' function. */
  19. #undef HAVE_CTIME_R
  20. /* HAVE_DAYLIGHT */
  21. #undef HAVE_DAYLIGHT
  22. /* Define to 1 if you have the declaration of 'daylight', and to 0 if you
  23. don't. */
  24. #undef HAVE_DECL_DAYLIGHT
  25. /* Define to 1 if you have the declaration of 'tzname', and to 0 if you don't.
  26. */
  27. #undef HAVE_DECL_TZNAME
  28. /* Define to 1 if you have the <dlfcn.h> header file. */
  29. #undef HAVE_DLFCN_H
  30. /* Define to 1 if you have the 'dprintf' function. */
  31. #undef HAVE_DPRINTF
  32. /* Define to 1 if you have the <err.h> header file. */
  33. #undef HAVE_ERR_H
  34. /* Define to 1 if you have the <fcntl.h> header file. */
  35. #undef HAVE_FCNTL_H
  36. /* Define to 1 if you have the 'fmtcheck' function. */
  37. #undef HAVE_FMTCHECK
  38. /* Define to 1 if you have the 'fork' function. */
  39. #undef HAVE_FORK
  40. /* Define to 1 if you have the 'freelocale' function. */
  41. #undef HAVE_FREELOCALE
  42. /* Define to 1 if fseeko (and ftello) are declared in stdio.h. */
  43. #undef HAVE_FSEEKO
  44. /* Define to 1 if you have the 'getline' function. */
  45. #undef HAVE_GETLINE
  46. /* Define to 1 if you have the <getopt.h> header file. */
  47. #undef HAVE_GETOPT_H
  48. /* Define to 1 if you have the 'getopt_long' function. */
  49. #undef HAVE_GETOPT_LONG
  50. /* Define to 1 if you have the 'getpagesize' function. */
  51. #undef HAVE_GETPAGESIZE
  52. /* Define to 1 if you have the 'gmtime_r' function. */
  53. #undef HAVE_GMTIME_R
  54. /* Define to 1 if the system has the type 'intptr_t'. */
  55. #undef HAVE_INTPTR_T
  56. /* Define to 1 if you have the <inttypes.h> header file. */
  57. #undef HAVE_INTTYPES_H
  58. /* Define to 1 if you have the 'bz2' library (-lbz2). */
  59. #undef HAVE_LIBBZ2
  60. /* Define to 1 if you have the 'gnurx' library (-lgnurx). */
  61. #undef HAVE_LIBGNURX
  62. /* Define to 1 if you have the 'lrzip' library (-llrzip). */
  63. #undef HAVE_LIBLRZIP
  64. /* Define to 1 if you have the 'lz' library (-llz). */
  65. #undef HAVE_LIBLZ
  66. /* Define to 1 if you have the 'lzma' library (-llzma). */
  67. #undef HAVE_LIBLZMA
  68. /* Define to 1 if you have the 'seccomp' library (-lseccomp). */
  69. #undef HAVE_LIBSECCOMP
  70. /* Define to 1 if you have the 'z' library (-lz). */
  71. #undef HAVE_LIBZ
  72. /* Define to 1 if you have the 'zstd' library (-lzstd). */
  73. #undef HAVE_LIBZSTD
  74. /* Define to 1 if you have the 'localtime_r' function. */
  75. #undef HAVE_LOCALTIME_R
  76. /* Define to 1 if you have the <Lrzip.h> header file. */
  77. #undef HAVE_LRZIP_H
  78. /* Define to 1 if you have the <lzlib.h> header file. */
  79. #undef HAVE_LZLIB_H
  80. /* Define to 1 if you have the <lzma.h> header file. */
  81. #undef HAVE_LZMA_H
  82. /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
  83. #undef HAVE_MBRTOWC
  84. /* Define to 1 if <wchar.h> declares mbstate_t. */
  85. #undef HAVE_MBSTATE_T
  86. /* Define to 1 if you have the 'memmem' function. */
  87. #undef HAVE_MEMMEM
  88. /* Define to 1 if you have the <minix/config.h> header file. */
  89. #undef HAVE_MINIX_CONFIG_H
  90. /* Define to 1 if you have the 'mkostemp' function. */
  91. #undef HAVE_MKOSTEMP
  92. /* Define to 1 if you have the 'mkstemp' function. */
  93. #undef HAVE_MKSTEMP
  94. /* Define to 1 if you have a working 'mmap' system call. */
  95. #undef HAVE_MMAP
  96. /* Define to 1 if you have the 'newlocale' function. */
  97. #undef HAVE_NEWLOCALE
  98. /* Define to 1 if you have the 'pipe2' function. */
  99. #undef HAVE_PIPE2
  100. /* Define to 1 if you have the 'posix_spawnp' function. */
  101. #undef HAVE_POSIX_SPAWNP
  102. /* Define to 1 if you have the 'pread' function. */
  103. #undef HAVE_PREAD
  104. /* Have sig_t type */
  105. #undef HAVE_SIG_T
  106. /* Define to 1 if you have the <spawn.h> header file. */
  107. #undef HAVE_SPAWN_H
  108. /* Define to 1 if you have the <stdint.h> header file. */
  109. #undef HAVE_STDINT_H
  110. /* Define to 1 if you have the <stdio.h> header file. */
  111. #undef HAVE_STDIO_H
  112. /* Define to 1 if you have the <stdlib.h> header file. */
  113. #undef HAVE_STDLIB_H
  114. /* Define to 1 if you have the 'strcasestr' function. */
  115. #undef HAVE_STRCASESTR
  116. /* Define to 1 if you have the <strings.h> header file. */
  117. #undef HAVE_STRINGS_H
  118. /* Define to 1 if you have the <string.h> header file. */
  119. #undef HAVE_STRING_H
  120. /* Define to 1 if you have the 'strlcat' function. */
  121. #undef HAVE_STRLCAT
  122. /* Define to 1 if you have the 'strlcpy' function. */
  123. #undef HAVE_STRLCPY
  124. /* Define to 1 if you have the 'strndup' function. */
  125. #undef HAVE_STRNDUP
  126. /* Define to 1 if you have the 'strtof' function. */
  127. #undef HAVE_STRTOF
  128. /* HAVE_STRUCT_OPTION */
  129. #undef HAVE_STRUCT_OPTION
  130. /* Define to 1 if 'st_rdev' is a member of 'struct stat'. */
  131. #undef HAVE_STRUCT_STAT_ST_RDEV
  132. /* Define to 1 if 'tm_gmtoff' is a member of 'struct tm'. */
  133. #undef HAVE_STRUCT_TM_TM_GMTOFF
  134. /* Define to 1 if 'tm_zone' is a member of 'struct tm'. */
  135. #undef HAVE_STRUCT_TM_TM_ZONE
  136. /* Define to 1 if you have the <sys/bswap.h> header file. */
  137. #undef HAVE_SYS_BSWAP_H
  138. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  139. #undef HAVE_SYS_IOCTL_H
  140. /* Define to 1 if you have the <sys/mman.h> header file. */
  141. #undef HAVE_SYS_MMAN_H
  142. /* Define to 1 if you have the <sys/param.h> header file. */
  143. #undef HAVE_SYS_PARAM_H
  144. /* Define to 1 if you have the <sys/stat.h> header file. */
  145. #undef HAVE_SYS_STAT_H
  146. /* Define to 1 if you have the <sys/sysmacros.h> header file. */
  147. #undef HAVE_SYS_SYSMACROS_H
  148. /* Define to 1 if you have the <sys/time.h> header file. */
  149. #undef HAVE_SYS_TIME_H
  150. /* Define to 1 if you have the <sys/types.h> header file. */
  151. #undef HAVE_SYS_TYPES_H
  152. /* Define to 1 if you have the <sys/utime.h> header file. */
  153. #undef HAVE_SYS_UTIME_H
  154. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  155. #undef HAVE_SYS_WAIT_H
  156. /* HAVE_TM_ISDST */
  157. #undef HAVE_TM_ISDST
  158. /* HAVE_TM_ZONE */
  159. #undef HAVE_TM_ZONE
  160. /* HAVE_TZNAME */
  161. #undef HAVE_TZNAME
  162. /* Define to 1 if the system has the type 'uintptr_t'. */
  163. #undef HAVE_UINTPTR_T
  164. /* Define to 1 if you have the <unistd.h> header file. */
  165. #undef HAVE_UNISTD_H
  166. /* Define to 1 if you have the 'uselocale' function. */
  167. #undef HAVE_USELOCALE
  168. /* Define to 1 if you have the 'utime' function. */
  169. #undef HAVE_UTIME
  170. /* Define to 1 if you have the 'utimes' function. */
  171. #undef HAVE_UTIMES
  172. /* Define to 1 if you have the <utime.h> header file. */
  173. #undef HAVE_UTIME_H
  174. /* Define to 1 if you have the 'vasprintf' function. */
  175. #undef HAVE_VASPRINTF
  176. /* Define to 1 if you have the 'vfork' function. */
  177. #undef HAVE_VFORK
  178. /* Define to 1 if you have the <vfork.h> header file. */
  179. #undef HAVE_VFORK_H
  180. /* Define to 1 or 0, depending whether the compiler supports simple visibility
  181. declarations. */
  182. #undef HAVE_VISIBILITY
  183. /* Define to 1 if you have the <wchar.h> header file. */
  184. #undef HAVE_WCHAR_H
  185. /* Define to 1 if you have the <wctype.h> header file. */
  186. #undef HAVE_WCTYPE_H
  187. /* Define to 1 if you have the 'wcwidth' function. */
  188. #undef HAVE_WCWIDTH
  189. /* Define to 1 if 'fork' works. */
  190. #undef HAVE_WORKING_FORK
  191. /* Define to 1 if 'vfork' works. */
  192. #undef HAVE_WORKING_VFORK
  193. /* Define to 1 if you have the <xlocale.h> header file. */
  194. #undef HAVE_XLOCALE_H
  195. /* Define to 1 if you have the <zlib.h> header file. */
  196. #undef HAVE_ZLIB_H
  197. /* Define to 1 if you have the <zstd_errors.h> header file. */
  198. #undef HAVE_ZSTD_ERRORS_H
  199. /* Define to 1 if you have the <zstd.h> header file. */
  200. #undef HAVE_ZSTD_H
  201. /* Enable lrziplib compression support */
  202. #undef LRZIPLIBSUPPORT
  203. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  204. #undef LT_OBJDIR
  205. /* Enable lzlib compression support */
  206. #undef LZLIBSUPPORT
  207. /* Define to 1 if 'major', 'minor', and 'makedev' are declared in <mkdev.h>.
  208. */
  209. #undef MAJOR_IN_MKDEV
  210. /* Define to 1 if 'major', 'minor', and 'makedev' are declared in
  211. <sysmacros.h>. */
  212. #undef MAJOR_IN_SYSMACROS
  213. /* Name of package */
  214. #undef PACKAGE
  215. /* Define to the address where bug reports for this package should be sent. */
  216. #undef PACKAGE_BUGREPORT
  217. /* Define to the full name of this package. */
  218. #undef PACKAGE_NAME
  219. /* Define to the full name and version of this package. */
  220. #undef PACKAGE_STRING
  221. /* Define to the one symbol short name of this package. */
  222. #undef PACKAGE_TARNAME
  223. /* Define to the home page for this package. */
  224. #undef PACKAGE_URL
  225. /* Define to the version of this package. */
  226. #undef PACKAGE_VERSION
  227. /* Define to 1 if all of the C89 standard headers exist (not just the ones
  228. required in a freestanding environment). This macro is provided for
  229. backward compatibility; new code need not use it. */
  230. #undef STDC_HEADERS
  231. /* Define to 1 if your <sys/time.h> declares 'struct tm'. */
  232. #undef TM_IN_SYS_TIME
  233. /* Enable extensions on AIX, Interix, z/OS. */
  234. #ifndef _ALL_SOURCE
  235. # undef _ALL_SOURCE
  236. #endif
  237. /* Enable general extensions on macOS. */
  238. #ifndef _DARWIN_C_SOURCE
  239. # undef _DARWIN_C_SOURCE
  240. #endif
  241. /* Enable general extensions on Solaris. */
  242. #ifndef __EXTENSIONS__
  243. # undef __EXTENSIONS__
  244. #endif
  245. /* Enable GNU extensions on systems that have them. */
  246. #ifndef _GNU_SOURCE
  247. # undef _GNU_SOURCE
  248. #endif
  249. /* Enable X/Open compliant socket functions that do not require linking
  250. with -lxnet on HP-UX 11.11. */
  251. #ifndef _HPUX_ALT_XOPEN_SOCKET_API
  252. # undef _HPUX_ALT_XOPEN_SOCKET_API
  253. #endif
  254. /* Identify the host operating system as Minix.
  255. This macro does not affect the system headers' behavior.
  256. A future release of Autoconf may stop defining this macro. */
  257. #ifndef _MINIX
  258. # undef _MINIX
  259. #endif
  260. /* Enable general extensions on NetBSD.
  261. Enable NetBSD compatibility extensions on Minix. */
  262. #ifndef _NETBSD_SOURCE
  263. # undef _NETBSD_SOURCE
  264. #endif
  265. /* Enable OpenBSD compatibility extensions on NetBSD.
  266. Oddly enough, this does nothing on OpenBSD. */
  267. #ifndef _OPENBSD_SOURCE
  268. # undef _OPENBSD_SOURCE
  269. #endif
  270. /* Define to 1 if needed for POSIX-compatible behavior. */
  271. #ifndef _POSIX_SOURCE
  272. # undef _POSIX_SOURCE
  273. #endif
  274. /* Define to 2 if needed for POSIX-compatible behavior. */
  275. #ifndef _POSIX_1_SOURCE
  276. # undef _POSIX_1_SOURCE
  277. #endif
  278. /* Enable POSIX-compatible threading on Solaris. */
  279. #ifndef _POSIX_PTHREAD_SEMANTICS
  280. # undef _POSIX_PTHREAD_SEMANTICS
  281. #endif
  282. /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
  283. #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
  284. # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
  285. #endif
  286. /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
  287. #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
  288. # undef __STDC_WANT_IEC_60559_BFP_EXT__
  289. #endif
  290. /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
  291. #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
  292. # undef __STDC_WANT_IEC_60559_DFP_EXT__
  293. #endif
  294. /* Enable extensions specified by C23 Annex F. */
  295. #ifndef __STDC_WANT_IEC_60559_EXT__
  296. # undef __STDC_WANT_IEC_60559_EXT__
  297. #endif
  298. /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
  299. #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
  300. # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
  301. #endif
  302. /* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */
  303. #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
  304. # undef __STDC_WANT_IEC_60559_TYPES_EXT__
  305. #endif
  306. /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
  307. #ifndef __STDC_WANT_LIB_EXT2__
  308. # undef __STDC_WANT_LIB_EXT2__
  309. #endif
  310. /* Enable extensions specified by ISO/IEC 24747:2009. */
  311. #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
  312. # undef __STDC_WANT_MATH_SPEC_FUNCS__
  313. #endif
  314. /* Enable extensions on HP NonStop. */
  315. #ifndef _TANDEM_SOURCE
  316. # undef _TANDEM_SOURCE
  317. #endif
  318. /* Enable X/Open extensions. Define to 500 only if necessary
  319. to make mbstate_t available. */
  320. #ifndef _XOPEN_SOURCE
  321. # undef _XOPEN_SOURCE
  322. #endif
  323. /* Version number of package */
  324. #undef VERSION
  325. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  326. significant byte first (like Motorola and SPARC, unlike Intel). */
  327. #if defined AC_APPLE_UNIVERSAL_BUILD
  328. # if defined __BIG_ENDIAN__
  329. # define WORDS_BIGENDIAN 1
  330. # endif
  331. #else
  332. # ifndef WORDS_BIGENDIAN
  333. # undef WORDS_BIGENDIAN
  334. # endif
  335. #endif
  336. /* Enable xzlib compression support */
  337. #undef XZLIBSUPPORT
  338. /* Enable zlib compression support */
  339. #undef ZLIBSUPPORT
  340. /* Enable zstdlib compression support */
  341. #undef ZSTDLIBSUPPORT
  342. /* Number of bits in a file offset, on hosts where this is settable. */
  343. #undef _FILE_OFFSET_BITS
  344. /* Define to 1 if necessary to make fseeko visible. */
  345. #undef _LARGEFILE_SOURCE
  346. /* Define to 1 on platforms where this makes off_t a 64-bit type. */
  347. #undef _LARGE_FILES
  348. /* Number of bits in time_t, on hosts where this is settable. */
  349. #undef _TIME_BITS
  350. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  351. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  352. #define below would cause a syntax error. */
  353. #undef _UINT32_T
  354. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  355. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  356. #define below would cause a syntax error. */
  357. #undef _UINT64_T
  358. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  359. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  360. #define below would cause a syntax error. */
  361. #undef _UINT8_T
  362. /* Define to 1 on platforms where this makes time_t a 64-bit type. */
  363. #undef __MINGW_USE_VC2005_COMPAT
  364. /* Define to the type of a signed integer type of width exactly 32 bits if
  365. such a type exists and the standard includes do not define it. */
  366. #undef int32_t
  367. /* Define to the type of a signed integer type of width exactly 64 bits if
  368. such a type exists and the standard includes do not define it. */
  369. #undef int64_t
  370. /* Define to the type of a signed integer type wide enough to hold a pointer,
  371. if such a type exists, and if the system does not define it. */
  372. #undef intptr_t
  373. /* Define to a type if <wchar.h> does not define. */
  374. #undef mbstate_t
  375. /* Define to 'long int' if <sys/types.h> does not define. */
  376. #undef off_t
  377. /* Define as a signed integer type capable of holding a process identifier. */
  378. #undef pid_t
  379. /* Define as 'unsigned int' if <stddef.h> doesn't define. */
  380. #undef size_t
  381. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  382. such a type exists and the standard includes do not define it. */
  383. #undef uint16_t
  384. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  385. such a type exists and the standard includes do not define it. */
  386. #undef uint32_t
  387. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  388. such a type exists and the standard includes do not define it. */
  389. #undef uint64_t
  390. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  391. such a type exists and the standard includes do not define it. */
  392. #undef uint8_t
  393. /* Define to the type of an unsigned integer type wide enough to hold a
  394. pointer, if such a type exists, and if the system does not define it. */
  395. #undef uintptr_t
  396. /* Define as 'fork' if 'vfork' does not work. */
  397. #undef vfork