config.h.in 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  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 <bzlib.h> header file. */
  15. #undef HAVE_BZLIB_H
  16. /* Define to 1 if you have the `ctime_r' function. */
  17. #undef HAVE_CTIME_R
  18. /* HAVE_DAYLIGHT */
  19. #undef HAVE_DAYLIGHT
  20. /* Define to 1 if you have the declaration of `daylight', and to 0 if you
  21. don't. */
  22. #undef HAVE_DECL_DAYLIGHT
  23. /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
  24. */
  25. #undef HAVE_DECL_TZNAME
  26. /* Define to 1 if you have the <dlfcn.h> header file. */
  27. #undef HAVE_DLFCN_H
  28. /* Define to 1 if you have the `dprintf' function. */
  29. #undef HAVE_DPRINTF
  30. /* Define to 1 if you have the <err.h> header file. */
  31. #undef HAVE_ERR_H
  32. /* Define to 1 if you have the <fcntl.h> header file. */
  33. #undef HAVE_FCNTL_H
  34. /* Define to 1 if you have the `fmtcheck' function. */
  35. #undef HAVE_FMTCHECK
  36. /* Define to 1 if you have the `fork' function. */
  37. #undef HAVE_FORK
  38. /* Define to 1 if you have the `freelocale' function. */
  39. #undef HAVE_FREELOCALE
  40. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  41. #undef HAVE_FSEEKO
  42. /* Define to 1 if you have the `getline' function. */
  43. #undef HAVE_GETLINE
  44. /* Define to 1 if you have the <getopt.h> header file. */
  45. #undef HAVE_GETOPT_H
  46. /* Define to 1 if you have the `getopt_long' function. */
  47. #undef HAVE_GETOPT_LONG
  48. /* Define to 1 if you have the `getpagesize' function. */
  49. #undef HAVE_GETPAGESIZE
  50. /* Define to 1 if you have the `gmtime_r' function. */
  51. #undef HAVE_GMTIME_R
  52. /* Define to 1 if the system has the type `intptr_t'. */
  53. #undef HAVE_INTPTR_T
  54. /* Define to 1 if you have the <inttypes.h> header file. */
  55. #undef HAVE_INTTYPES_H
  56. /* Define to 1 if you have the `bz2' library (-lbz2). */
  57. #undef HAVE_LIBBZ2
  58. /* Define to 1 if you have the `gnurx' library (-lgnurx). */
  59. #undef HAVE_LIBGNURX
  60. /* Define to 1 if you have the `lzma' library (-llzma). */
  61. #undef HAVE_LIBLZMA
  62. /* Define to 1 if you have the `seccomp' library (-lseccomp). */
  63. #undef HAVE_LIBSECCOMP
  64. /* Define to 1 if you have the `z' library (-lz). */
  65. #undef HAVE_LIBZ
  66. /* Define to 1 if you have the `localtime_r' function. */
  67. #undef HAVE_LOCALTIME_R
  68. /* Define to 1 if you have the <lzma.h> header file. */
  69. #undef HAVE_LZMA_H
  70. /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
  71. #undef HAVE_MBRTOWC
  72. /* Define to 1 if <wchar.h> declares mbstate_t. */
  73. #undef HAVE_MBSTATE_T
  74. /* Define to 1 if you have the `memmem' function. */
  75. #undef HAVE_MEMMEM
  76. /* Define to 1 if you have the <memory.h> header file. */
  77. #undef HAVE_MEMORY_H
  78. /* Define to 1 if you have the `mkostemp' function. */
  79. #undef HAVE_MKOSTEMP
  80. /* Define to 1 if you have the `mkstemp' function. */
  81. #undef HAVE_MKSTEMP
  82. /* Define to 1 if you have a working `mmap' system call. */
  83. #undef HAVE_MMAP
  84. /* Define to 1 if you have the `newlocale' function. */
  85. #undef HAVE_NEWLOCALE
  86. /* Define to 1 if you have the `pipe2' function. */
  87. #undef HAVE_PIPE2
  88. /* Define to 1 if you have the `pread' function. */
  89. #undef HAVE_PREAD
  90. /* Have sig_t type */
  91. #undef HAVE_SIG_T
  92. /* Define to 1 if you have the <stdint.h> header file. */
  93. #undef HAVE_STDINT_H
  94. /* Define to 1 if you have the <stdlib.h> header file. */
  95. #undef HAVE_STDLIB_H
  96. /* Define to 1 if you have the `strcasestr' function. */
  97. #undef HAVE_STRCASESTR
  98. /* Define to 1 if you have the <strings.h> header file. */
  99. #undef HAVE_STRINGS_H
  100. /* Define to 1 if you have the <string.h> header file. */
  101. #undef HAVE_STRING_H
  102. /* Define to 1 if you have the `strlcat' function. */
  103. #undef HAVE_STRLCAT
  104. /* Define to 1 if you have the `strlcpy' function. */
  105. #undef HAVE_STRLCPY
  106. /* Define to 1 if you have the `strndup' function. */
  107. #undef HAVE_STRNDUP
  108. /* Define to 1 if you have the `strtof' function. */
  109. #undef HAVE_STRTOF
  110. /* HAVE_STRUCT_OPTION */
  111. #undef HAVE_STRUCT_OPTION
  112. /* Define to 1 if `st_rdev' is a member of `struct stat'. */
  113. #undef HAVE_STRUCT_STAT_ST_RDEV
  114. /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
  115. #undef HAVE_STRUCT_TM_TM_GMTOFF
  116. /* Define to 1 if `tm_zone' is a member of `struct tm'. */
  117. #undef HAVE_STRUCT_TM_TM_ZONE
  118. /* Define to 1 if you have the <sys/mman.h> header file. */
  119. #undef HAVE_SYS_MMAN_H
  120. /* Define to 1 if you have the <sys/param.h> header file. */
  121. #undef HAVE_SYS_PARAM_H
  122. /* Define to 1 if you have the <sys/stat.h> header file. */
  123. #undef HAVE_SYS_STAT_H
  124. /* Define to 1 if you have the <sys/sysmacros.h> header file. */
  125. #undef HAVE_SYS_SYSMACROS_H
  126. /* Define to 1 if you have the <sys/time.h> header file. */
  127. #undef HAVE_SYS_TIME_H
  128. /* Define to 1 if you have the <sys/types.h> header file. */
  129. #undef HAVE_SYS_TYPES_H
  130. /* Define to 1 if you have the <sys/utime.h> header file. */
  131. #undef HAVE_SYS_UTIME_H
  132. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  133. #undef HAVE_SYS_WAIT_H
  134. /* HAVE_TM_ISDST */
  135. #undef HAVE_TM_ISDST
  136. /* HAVE_TM_ZONE */
  137. #undef HAVE_TM_ZONE
  138. /* HAVE_TZNAME */
  139. #undef HAVE_TZNAME
  140. /* Define to 1 if the system has the type `uintptr_t'. */
  141. #undef HAVE_UINTPTR_T
  142. /* Define to 1 if you have the <unistd.h> header file. */
  143. #undef HAVE_UNISTD_H
  144. /* Define to 1 if you have the `uselocale' function. */
  145. #undef HAVE_USELOCALE
  146. /* Define to 1 if you have the `utime' function. */
  147. #undef HAVE_UTIME
  148. /* Define to 1 if you have the `utimes' function. */
  149. #undef HAVE_UTIMES
  150. /* Define to 1 if you have the <utime.h> header file. */
  151. #undef HAVE_UTIME_H
  152. /* Define to 1 if you have the `vasprintf' function. */
  153. #undef HAVE_VASPRINTF
  154. /* Define to 1 if you have the `vfork' function. */
  155. #undef HAVE_VFORK
  156. /* Define to 1 if you have the <vfork.h> header file. */
  157. #undef HAVE_VFORK_H
  158. /* Define to 1 or 0, depending whether the compiler supports simple visibility
  159. declarations. */
  160. #undef HAVE_VISIBILITY
  161. /* Define to 1 if you have the <wchar.h> header file. */
  162. #undef HAVE_WCHAR_H
  163. /* Define to 1 if you have the <wctype.h> header file. */
  164. #undef HAVE_WCTYPE_H
  165. /* Define to 1 if you have the `wcwidth' function. */
  166. #undef HAVE_WCWIDTH
  167. /* Define to 1 if `fork' works. */
  168. #undef HAVE_WORKING_FORK
  169. /* Define to 1 if `vfork' works. */
  170. #undef HAVE_WORKING_VFORK
  171. /* Define to 1 if you have the <xlocale.h> header file. */
  172. #undef HAVE_XLOCALE_H
  173. /* Define to 1 if you have the <zlib.h> header file. */
  174. #undef HAVE_ZLIB_H
  175. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  176. #undef LT_OBJDIR
  177. /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
  178. */
  179. #undef MAJOR_IN_MKDEV
  180. /* Define to 1 if `major', `minor', and `makedev' are declared in
  181. <sysmacros.h>. */
  182. #undef MAJOR_IN_SYSMACROS
  183. /* Name of package */
  184. #undef PACKAGE
  185. /* Define to the address where bug reports for this package should be sent. */
  186. #undef PACKAGE_BUGREPORT
  187. /* Define to the full name of this package. */
  188. #undef PACKAGE_NAME
  189. /* Define to the full name and version of this package. */
  190. #undef PACKAGE_STRING
  191. /* Define to the one symbol short name of this package. */
  192. #undef PACKAGE_TARNAME
  193. /* Define to the home page for this package. */
  194. #undef PACKAGE_URL
  195. /* Define to the version of this package. */
  196. #undef PACKAGE_VERSION
  197. /* Define to 1 if you have the ANSI C header files. */
  198. #undef STDC_HEADERS
  199. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  200. #undef TM_IN_SYS_TIME
  201. /* Enable extensions on AIX 3, Interix. */
  202. #ifndef _ALL_SOURCE
  203. # undef _ALL_SOURCE
  204. #endif
  205. /* Enable GNU extensions on systems that have them. */
  206. #ifndef _GNU_SOURCE
  207. # undef _GNU_SOURCE
  208. #endif
  209. /* Enable threading extensions on Solaris. */
  210. #ifndef _POSIX_PTHREAD_SEMANTICS
  211. # undef _POSIX_PTHREAD_SEMANTICS
  212. #endif
  213. /* Enable extensions on HP NonStop. */
  214. #ifndef _TANDEM_SOURCE
  215. # undef _TANDEM_SOURCE
  216. #endif
  217. /* Enable general extensions on Solaris. */
  218. #ifndef __EXTENSIONS__
  219. # undef __EXTENSIONS__
  220. #endif
  221. /* Version number of package */
  222. #undef VERSION
  223. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  224. significant byte first (like Motorola and SPARC, unlike Intel). */
  225. #if defined AC_APPLE_UNIVERSAL_BUILD
  226. # if defined __BIG_ENDIAN__
  227. # define WORDS_BIGENDIAN 1
  228. # endif
  229. #else
  230. # ifndef WORDS_BIGENDIAN
  231. # undef WORDS_BIGENDIAN
  232. # endif
  233. #endif
  234. /* Enable xzlib compression support */
  235. #undef XZLIBSUPPORT
  236. /* Enable zlib compression support */
  237. #undef ZLIBSUPPORT
  238. /* Enable large inode numbers on Mac OS X 10.5. */
  239. #ifndef _DARWIN_USE_64_BIT_INODE
  240. # define _DARWIN_USE_64_BIT_INODE 1
  241. #endif
  242. /* Number of bits in a file offset, on hosts where this is settable. */
  243. #undef _FILE_OFFSET_BITS
  244. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  245. #undef _LARGEFILE_SOURCE
  246. /* Define for large files, on AIX-style hosts. */
  247. #undef _LARGE_FILES
  248. /* Define to 1 if on MINIX. */
  249. #undef _MINIX
  250. /* Define to 2 if the system does not provide POSIX.1 features except with
  251. this defined. */
  252. #undef _POSIX_1_SOURCE
  253. /* Define to 1 if you need to in order for `stat' and other things to work. */
  254. #undef _POSIX_SOURCE
  255. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  256. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  257. #define below would cause a syntax error. */
  258. #undef _UINT32_T
  259. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  260. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  261. #define below would cause a syntax error. */
  262. #undef _UINT64_T
  263. /* Define for Solaris 2.5.1 so the uint8_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 _UINT8_T
  267. /* Define to the type of a signed integer type of width exactly 32 bits if
  268. such a type exists and the standard includes do not define it. */
  269. #undef int32_t
  270. /* Define to the type of a signed integer type of width exactly 64 bits if
  271. such a type exists and the standard includes do not define it. */
  272. #undef int64_t
  273. /* Define to the type of a signed integer type wide enough to hold a pointer,
  274. if such a type exists, and if the system does not define it. */
  275. #undef intptr_t
  276. /* Define to a type if <wchar.h> does not define. */
  277. #undef mbstate_t
  278. /* Define to `long int' if <sys/types.h> does not define. */
  279. #undef off_t
  280. /* Define to `int' if <sys/types.h> does not define. */
  281. #undef pid_t
  282. /* Define to `unsigned int' if <sys/types.h> does not define. */
  283. #undef size_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
  299. /* Define as `fork' if `vfork' does not work. */
  300. #undef vfork