config.h.in 14 KB

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