You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

415 lines
11 KiB

12 years ago
12 years ago
12 years ago
11 years ago
11 years ago
11 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
10 years ago
11 years ago
11 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
12 years ago
12 years ago
11 years ago
12 years ago
11 years ago
11 years ago
11 years ago
12 years ago
12 years ago
11 years ago
11 years ago
12 years ago
12 years ago
12 years ago
12 years ago
11 years ago
12 years ago
9 years ago
12 years ago
12 years ago
12 years ago
12 years ago
  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. /* Override libev default fd conversion macro. */
  5. #undef EV_FD_TO_WIN32_HANDLE
  6. /* Override libev default fd close macro. */
  7. #undef EV_WIN32_CLOSE_FD
  8. /* Override libev default handle conversion macro. */
  9. #undef EV_WIN32_HANDLE_TO_FD
  10. /* Reset max file descriptor size. */
  11. #undef FD_SETSIZE
  12. /* Define to 1 if you have the <arpa/inet.h> header file. */
  13. #undef HAVE_ARPA_INET_H
  14. /* Define to 1 if you have the `CCCryptorCreateWithMode' function. */
  15. #undef HAVE_CCCRYPTORCREATEWITHMODE
  16. /* Define to 1 if you have the `clock_gettime' function. */
  17. #undef HAVE_CLOCK_GETTIME
  18. /* Define to 1 to use the syscall interface for clock_gettime */
  19. #undef HAVE_CLOCK_SYSCALL
  20. /* Define to 1 if you have the <CommonCrypto/CommonCrypto.h> header file. */
  21. #undef HAVE_COMMONCRYPTO_COMMONCRYPTO_H
  22. /* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
  23. don't. */
  24. #undef HAVE_DECL_INET_NTOP
  25. /* Define to 1 if you have the <dlfcn.h> header file. */
  26. #undef HAVE_DLFCN_H
  27. /* Define to 1 if you have the `epoll_ctl' function. */
  28. #undef HAVE_EPOLL_CTL
  29. /* Define to 1 if you have the `eventfd' function. */
  30. #undef HAVE_EVENTFD
  31. /* Define to 1 if you have the `EVP_EncryptInit_ex' function. */
  32. #undef HAVE_EVP_ENCRYPTINIT_EX
  33. /* Define to 1 if you have the <fcntl.h> header file. */
  34. #undef HAVE_FCNTL_H
  35. /* Define to 1 if the floor function is available */
  36. #undef HAVE_FLOOR
  37. /* Define to 1 if you have the `fork' function. */
  38. #undef HAVE_FORK
  39. /* Define to 1 if you have the `getpwnam_r' function. */
  40. #undef HAVE_GETPWNAM_R
  41. /* Define to 1 if you have the `inet_ntop' function. */
  42. #undef HAVE_INET_NTOP
  43. /* Define to 1 if you have the `inotify_init' function. */
  44. #undef HAVE_INOTIFY_INIT
  45. /* Define to 1 if you have the <inttypes.h> header file. */
  46. #undef HAVE_INTTYPES_H
  47. /* Enable IPv6 support in libudns */
  48. #undef HAVE_IPv6
  49. /* Define to 1 if you have the `kqueue' function. */
  50. #undef HAVE_KQUEUE
  51. /* Define to 1 if you have the <langinfo.h> header file. */
  52. #undef HAVE_LANGINFO_H
  53. /* Define to 1 if you have the `rt' library (-lrt). */
  54. #undef HAVE_LIBRT
  55. /* Define to 1 if you have the `socket' library (-lsocket). */
  56. #undef HAVE_LIBSOCKET
  57. /* Define to 1 if you have the <limits.h> header file. */
  58. #undef HAVE_LIMITS_H
  59. /* Define to 1 if you have the <linux/if.h> header file. */
  60. #undef HAVE_LINUX_IF_H
  61. /* Define to 1 if you have the <linux/netfilter_ipv4.h> header file. */
  62. #undef HAVE_LINUX_NETFILTER_IPV4_H
  63. /* Define to 1 if you have the <linux/netfilter_ipv6/ip6_tables.h> header
  64. file. */
  65. #undef HAVE_LINUX_NETFILTER_IPV6_IP6_TABLES_H
  66. /* Define to 1 if you have the <locale.h> header file. */
  67. #undef HAVE_LOCALE_H
  68. /* Define to 1 if you have the `malloc' function. */
  69. #undef HAVE_MALLOC
  70. /* Define to 1 if you have the <memory.h> header file. */
  71. #undef HAVE_MEMORY_H
  72. /* Define to 1 if you have the `memset' function. */
  73. #undef HAVE_MEMSET
  74. /* Define to 1 if you have the `nanosleep' function. */
  75. #undef HAVE_NANOSLEEP
  76. /* Define to 1 if you have the <netdb.h> header file. */
  77. #undef HAVE_NETDB_H
  78. /* Define to 1 if you have the <netinet/in.h> header file. */
  79. #undef HAVE_NETINET_IN_H
  80. /* Define to 1 if you have the <net/if.h> header file. */
  81. #undef HAVE_NET_IF_H
  82. /* Define to 1 if you have the <openssl/engine.h> header file. */
  83. #undef HAVE_OPENSSL_ENGINE_H
  84. /* Define to 1 if you have the <openssl/err.h> header file. */
  85. #undef HAVE_OPENSSL_ERR_H
  86. /* Define to 1 if you have the <openssl/evp.h> header file. */
  87. #undef HAVE_OPENSSL_EVP_H
  88. /* Define to 1 if you have the <openssl/pem.h> header file. */
  89. #undef HAVE_OPENSSL_PEM_H
  90. /* Define to 1 if you have the <openssl/rand.h> header file. */
  91. #undef HAVE_OPENSSL_RAND_H
  92. /* Define to 1 if you have the <openssl/rsa.h> header file. */
  93. #undef HAVE_OPENSSL_RSA_H
  94. /* Define to 1 if you have the <openssl/sha.h> header file. */
  95. #undef HAVE_OPENSSL_SHA_H
  96. /* Define to 1 if you have the `poll' function. */
  97. #undef HAVE_POLL
  98. /* Define to 1 if you have the <poll.h> header file. */
  99. #undef HAVE_POLL_H
  100. /* Define to 1 if you have the `port_create' function. */
  101. #undef HAVE_PORT_CREATE
  102. /* Define to 1 if you have the <port.h> header file. */
  103. #undef HAVE_PORT_H
  104. /* Have PTHREAD_PRIO_INHERIT. */
  105. #undef HAVE_PTHREAD_PRIO_INHERIT
  106. /* Define to 1 if you have the `RAND_pseudo_bytes' function. */
  107. #undef HAVE_RAND_PSEUDO_BYTES
  108. /* Define to 1 if you have the 'select' function. */
  109. #undef HAVE_SELECT
  110. /* Define to 1 if you have the `setresuid' function. */
  111. #undef HAVE_SETRESUID
  112. /* Define to 1 if you have the `setreuid' function. */
  113. #undef HAVE_SETREUID
  114. /* Define to 1 if you have the `setrlimit' function. */
  115. #undef HAVE_SETRLIMIT
  116. /* Define to 1 if you have the `signalfd' function. */
  117. #undef HAVE_SIGNALFD
  118. /* Define to 1 if you have the `socket' function. */
  119. #undef HAVE_SOCKET
  120. /* Define to 1 if you have the <stdint.h> header file. */
  121. #undef HAVE_STDINT_H
  122. /* Define to 1 if you have the <stdlib.h> header file. */
  123. #undef HAVE_STDLIB_H
  124. /* Define to 1 if you have the `strerror' function. */
  125. #undef HAVE_STRERROR
  126. /* Define to 1 if you have the <strings.h> header file. */
  127. #undef HAVE_STRINGS_H
  128. /* Define to 1 if you have the <string.h> header file. */
  129. #undef HAVE_STRING_H
  130. /* Define to 1 if you have the <sys/epoll.h> header file. */
  131. #undef HAVE_SYS_EPOLL_H
  132. /* Define to 1 if you have the <sys/eventfd.h> header file. */
  133. #undef HAVE_SYS_EVENTFD_H
  134. /* Define to 1 if you have the <sys/event.h> header file. */
  135. #undef HAVE_SYS_EVENT_H
  136. /* Define to 1 if you have the <sys/inotify.h> header file. */
  137. #undef HAVE_SYS_INOTIFY_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/select.h> header file. */
  141. #undef HAVE_SYS_SELECT_H
  142. /* Define to 1 if you have the <sys/signalfd.h> header file. */
  143. #undef HAVE_SYS_SIGNALFD_H
  144. /* Define to 1 if you have the <sys/socket.h> header file. */
  145. #undef HAVE_SYS_SOCKET_H
  146. /* Define to 1 if you have the <sys/stat.h> header file. */
  147. #undef HAVE_SYS_STAT_H
  148. /* Define to 1 if you have the <sys/types.h> header file. */
  149. #undef HAVE_SYS_TYPES_H
  150. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  151. #undef HAVE_SYS_WAIT_H
  152. /* Define to 1 if you have the <unistd.h> header file. */
  153. #undef HAVE_UNISTD_H
  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 if you have the <windows.h> header file. */
  159. #undef HAVE_WINDOWS_H
  160. /* Define to 1 if you have the <winsock2.h> header file. */
  161. #undef HAVE_WINSOCK2_H
  162. /* Define to 1 if `fork' works. */
  163. #undef HAVE_WORKING_FORK
  164. /* Define to 1 if `vfork' works. */
  165. #undef HAVE_WORKING_VFORK
  166. /* Define to 1 if you have the <ws2tcpip.h> header file. */
  167. #undef HAVE_WS2TCPIP_H
  168. /* have zlib compression support */
  169. #undef HAVE_ZLIB
  170. /* Define to 1 if you have the <zlib.h> header file. */
  171. #undef HAVE_ZLIB_H
  172. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  173. */
  174. #undef LT_OBJDIR
  175. /* Define to 1 if assertions should be disabled. */
  176. #undef NDEBUG
  177. /* Name of package */
  178. #undef PACKAGE
  179. /* Define to the address where bug reports for this package should be sent. */
  180. #undef PACKAGE_BUGREPORT
  181. /* Define to the full name of this package. */
  182. #undef PACKAGE_NAME
  183. /* Define to the full name and version of this package. */
  184. #undef PACKAGE_STRING
  185. /* Define to the one symbol short name of this package. */
  186. #undef PACKAGE_TARNAME
  187. /* Define to the home page for this package. */
  188. #undef PACKAGE_URL
  189. /* Define to the version of this package. */
  190. #undef PACKAGE_VERSION
  191. /* Define to necessary symbol if this constant uses a non-standard name on
  192. your system. */
  193. #undef PTHREAD_CREATE_JOINABLE
  194. /* Define as the return type of signal handlers (`int' or `void'). */
  195. #undef RETSIGTYPE
  196. /* Define to the type of arg 1 for `select'. */
  197. #undef SELECT_TYPE_ARG1
  198. /* Define to the type of args 2, 3 and 4 for `select'. */
  199. #undef SELECT_TYPE_ARG234
  200. /* Define to the type of arg 5 for `select'. */
  201. #undef SELECT_TYPE_ARG5
  202. /* Define to 1 if you have the ANSI C header files. */
  203. #undef STDC_HEADERS
  204. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  205. #undef TIME_WITH_SYS_TIME
  206. /* If the compiler supports a TLS storage class define it to that here */
  207. #undef TLS
  208. /* Use Apple CommonCrypto library */
  209. #undef USE_CRYPTO_APPLECC
  210. /* Use mbed TLS library */
  211. #undef USE_CRYPTO_MBEDTLS
  212. /* Use OpenSSL library */
  213. #undef USE_CRYPTO_OPENSSL
  214. /* Use PolarSSL library */
  215. #undef USE_CRYPTO_POLARSSL
  216. /* Enable extensions on AIX 3, Interix. */
  217. #ifndef _ALL_SOURCE
  218. # undef _ALL_SOURCE
  219. #endif
  220. /* Enable GNU extensions on systems that have them. */
  221. #ifndef _GNU_SOURCE
  222. # undef _GNU_SOURCE
  223. #endif
  224. /* Enable threading extensions on Solaris. */
  225. #ifndef _POSIX_PTHREAD_SEMANTICS
  226. # undef _POSIX_PTHREAD_SEMANTICS
  227. #endif
  228. /* Enable extensions on HP NonStop. */
  229. #ifndef _TANDEM_SOURCE
  230. # undef _TANDEM_SOURCE
  231. #endif
  232. /* Enable general extensions on Solaris. */
  233. #ifndef __EXTENSIONS__
  234. # undef __EXTENSIONS__
  235. #endif
  236. /* Version number of package */
  237. #undef VERSION
  238. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  239. significant byte first (like Motorola and SPARC, unlike Intel). */
  240. #if defined AC_APPLE_UNIVERSAL_BUILD
  241. # if defined __BIG_ENDIAN__
  242. # define WORDS_BIGENDIAN 1
  243. # endif
  244. #else
  245. # ifndef WORDS_BIGENDIAN
  246. # undef WORDS_BIGENDIAN
  247. # endif
  248. #endif
  249. /* Define to 1 if on MINIX. */
  250. #undef _MINIX
  251. /* Define to 2 if the system does not provide POSIX.1 features except with
  252. this defined. */
  253. #undef _POSIX_1_SOURCE
  254. /* Define to 1 if you need to in order for `stat' and other things to work. */
  255. #undef _POSIX_SOURCE
  256. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  257. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  258. #define below would cause a syntax error. */
  259. #undef _UINT8_T
  260. /* Define to empty if `const' does not conform to ANSI C. */
  261. #undef const
  262. /* Define to `__inline__' or `__inline' if that's what the C compiler
  263. calls it, or to nothing if 'inline' is not supported under any name. */
  264. #ifndef __cplusplus
  265. #undef inline
  266. #endif
  267. /* Define to `int' if <sys/types.h> does not define. */
  268. #undef pid_t
  269. /* Define to the equivalent of the C99 'restrict' keyword, or to
  270. nothing if this is not supported. Do not define if restrict is
  271. supported directly. */
  272. #undef restrict
  273. /* Work around a bug in Sun C++: it does not support _Restrict or
  274. __restrict__, even though the corresponding Sun C compiler ends up with
  275. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  276. previous line. Perhaps some future version of Sun C++ will work with
  277. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  278. #if defined __SUNPRO_CC && !defined __RESTRICT
  279. # define _Restrict
  280. # define __restrict__
  281. #endif
  282. /* Define to `unsigned int' if <sys/types.h> does not define. */
  283. #undef size_t
  284. /* Define to `int' if <sys/types.h> does not define. */
  285. #undef ssize_t
  286. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  287. such a type exists and the standard includes do not define it. */
  288. #undef uint16_t
  289. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  290. such a type exists and the standard includes do not define it. */
  291. #undef uint8_t
  292. /* Define as `fork' if `vfork' does not work. */
  293. #undef vfork