config.h.in 10 KB

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