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.

322 lines
8.9 KiB

12 years ago
11 years ago
12 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 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
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 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
11 years ago
12 years ago
11 years ago
12 years ago
12 years ago
11 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. /* Define to 1 if you have the <arpa/inet.h> header file. */
  5. #undef HAVE_ARPA_INET_H
  6. /* Define to 1 if you have the `clock_gettime' function. */
  7. #undef HAVE_CLOCK_GETTIME
  8. /* Define to 1 to use the syscall interface for clock_gettime */
  9. #undef HAVE_CLOCK_SYSCALL
  10. /* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
  11. don't. */
  12. #undef HAVE_DECL_INET_NTOP
  13. /* Define to 1 if you have the <dlfcn.h> header file. */
  14. #undef HAVE_DLFCN_H
  15. /* Define to 1 if you have the `epoll_ctl' function. */
  16. #undef HAVE_EPOLL_CTL
  17. /* Define to 1 if you have the `eventfd' function. */
  18. #undef HAVE_EVENTFD
  19. /* Define to 1 if you have the `EVP_EncryptInit_ex' function. */
  20. #undef HAVE_EVP_ENCRYPTINIT_EX
  21. /* Define to 1 if you have the <fcntl.h> header file. */
  22. #undef HAVE_FCNTL_H
  23. /* Define to 1 if the floor function is available */
  24. #undef HAVE_FLOOR
  25. /* Define to 1 if you have the `fork' function. */
  26. #undef HAVE_FORK
  27. /* Define to 1 if you have the `inet_ntop' function. */
  28. #undef HAVE_INET_NTOP
  29. /* Define to 1 if you have the `inotify_init' function. */
  30. #undef HAVE_INOTIFY_INIT
  31. /* Define to 1 if you have the <inttypes.h> header file. */
  32. #undef HAVE_INTTYPES_H
  33. /* Define to 1 if you have the `kqueue' function. */
  34. #undef HAVE_KQUEUE
  35. /* Define to 1 if you have the <langinfo.h> header file. */
  36. #undef HAVE_LANGINFO_H
  37. /* Define to 1 if you have the `rt' library (-lrt). */
  38. #undef HAVE_LIBRT
  39. /* Define to 1 if you have the `socket' library (-lsocket). */
  40. #undef HAVE_LIBSOCKET
  41. /* Define to 1 if you have the <locale.h> header file. */
  42. #undef HAVE_LOCALE_H
  43. /* Define to 1 if you have the `malloc' function. */
  44. #undef HAVE_MALLOC
  45. /* Define to 1 if you have the <memory.h> header file. */
  46. #undef HAVE_MEMORY_H
  47. /* Define to 1 if you have the `memset' function. */
  48. #undef HAVE_MEMSET
  49. /* Define to 1 if you have the `nanosleep' function. */
  50. #undef HAVE_NANOSLEEP
  51. /* Define to 1 if you have the <netdb.h> header file. */
  52. #undef HAVE_NETDB_H
  53. /* Define to 1 if you have the <netinet/in.h> header file. */
  54. #undef HAVE_NETINET_IN_H
  55. /* Define to 1 if you have the <net/if.h> header file. */
  56. #undef HAVE_NET_IF_H
  57. /* Define to 1 if you have the <openssl/engine.h> header file. */
  58. #undef HAVE_OPENSSL_ENGINE_H
  59. /* Define to 1 if you have the <openssl/err.h> header file. */
  60. #undef HAVE_OPENSSL_ERR_H
  61. /* Define to 1 if you have the <openssl/evp.h> header file. */
  62. #undef HAVE_OPENSSL_EVP_H
  63. /* Define to 1 if you have the <openssl/pem.h> header file. */
  64. #undef HAVE_OPENSSL_PEM_H
  65. /* Define to 1 if you have the <openssl/rand.h> header file. */
  66. #undef HAVE_OPENSSL_RAND_H
  67. /* Define to 1 if you have the <openssl/rsa.h> header file. */
  68. #undef HAVE_OPENSSL_RSA_H
  69. /* Define to 1 if you have the <openssl/sha.h> header file. */
  70. #undef HAVE_OPENSSL_SHA_H
  71. /* Define to 1 if you have the `poll' function. */
  72. #undef HAVE_POLL
  73. /* Define to 1 if you have the <poll.h> header file. */
  74. #undef HAVE_POLL_H
  75. /* Define to 1 if you have the `port_create' function. */
  76. #undef HAVE_PORT_CREATE
  77. /* Define to 1 if you have the <port.h> header file. */
  78. #undef HAVE_PORT_H
  79. /* Define if you have POSIX threads libraries and header files. */
  80. #undef HAVE_PTHREAD
  81. /* Define to 1 if you have the `RAND_pseudo_bytes' function. */
  82. #undef HAVE_RAND_PSEUDO_BYTES
  83. /* Define to 1 if you have the `select' function. */
  84. #undef HAVE_SELECT
  85. /* Define to 1 if you have the `setresuid' function. */
  86. #undef HAVE_SETRESUID
  87. /* Define to 1 if you have the `setreuid' function. */
  88. #undef HAVE_SETREUID
  89. /* Define to 1 if you have the `signalfd' function. */
  90. #undef HAVE_SIGNALFD
  91. /* Define to 1 if you have the `socket' function. */
  92. #undef HAVE_SOCKET
  93. /* Define to 1 if you have the <stdint.h> header file. */
  94. #undef HAVE_STDINT_H
  95. /* Define to 1 if you have the <stdlib.h> header file. */
  96. #undef HAVE_STDLIB_H
  97. /* Define to 1 if you have the `strerror' function. */
  98. #undef HAVE_STRERROR
  99. /* Define to 1 if you have the <strings.h> header file. */
  100. #undef HAVE_STRINGS_H
  101. /* Define to 1 if you have the <string.h> header file. */
  102. #undef HAVE_STRING_H
  103. /* Define to 1 if you have the <sys/epoll.h> header file. */
  104. #undef HAVE_SYS_EPOLL_H
  105. /* Define to 1 if you have the <sys/eventfd.h> header file. */
  106. #undef HAVE_SYS_EVENTFD_H
  107. /* Define to 1 if you have the <sys/event.h> header file. */
  108. #undef HAVE_SYS_EVENT_H
  109. /* Define to 1 if you have the <sys/inotify.h> header file. */
  110. #undef HAVE_SYS_INOTIFY_H
  111. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  112. #undef HAVE_SYS_IOCTL_H
  113. /* Define to 1 if you have the <sys/select.h> header file. */
  114. #undef HAVE_SYS_SELECT_H
  115. /* Define to 1 if you have the <sys/signalfd.h> header file. */
  116. #undef HAVE_SYS_SIGNALFD_H
  117. /* Define to 1 if you have the <sys/socket.h> header file. */
  118. #undef HAVE_SYS_SOCKET_H
  119. /* Define to 1 if you have the <sys/stat.h> header file. */
  120. #undef HAVE_SYS_STAT_H
  121. /* Define to 1 if you have the <sys/types.h> header file. */
  122. #undef HAVE_SYS_TYPES_H
  123. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  124. #undef HAVE_SYS_WAIT_H
  125. /* Define to 1 if you have the <unistd.h> header file. */
  126. #undef HAVE_UNISTD_H
  127. /* Define to 1 if you have the `vfork' function. */
  128. #undef HAVE_VFORK
  129. /* Define to 1 if you have the <vfork.h> header file. */
  130. #undef HAVE_VFORK_H
  131. /* Define to 1 if `fork' works. */
  132. #undef HAVE_WORKING_FORK
  133. /* Define to 1 if `vfork' works. */
  134. #undef HAVE_WORKING_VFORK
  135. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  136. */
  137. #undef LT_OBJDIR
  138. /* Define to 1 if assertions should be disabled. */
  139. #undef NDEBUG
  140. /* Name of package */
  141. #undef PACKAGE
  142. /* Define to the address where bug reports for this package should be sent. */
  143. #undef PACKAGE_BUGREPORT
  144. /* Define to the full name of this package. */
  145. #undef PACKAGE_NAME
  146. /* Define to the full name and version of this package. */
  147. #undef PACKAGE_STRING
  148. /* Define to the one symbol short name of this package. */
  149. #undef PACKAGE_TARNAME
  150. /* Define to the home page for this package. */
  151. #undef PACKAGE_URL
  152. /* Define to the version of this package. */
  153. #undef PACKAGE_VERSION
  154. /* Define to the necessary symbol if this constant uses a non-standard name on
  155. your system. */
  156. #undef PTHREAD_CREATE_JOINABLE
  157. /* Define as the return type of signal handlers (`int' or `void'). */
  158. #undef RETSIGTYPE
  159. /* Define to the type of arg 1 for `select'. */
  160. #undef SELECT_TYPE_ARG1
  161. /* Define to the type of args 2, 3 and 4 for `select'. */
  162. #undef SELECT_TYPE_ARG234
  163. /* Define to the type of arg 5 for `select'. */
  164. #undef SELECT_TYPE_ARG5
  165. /* Define to 1 if you have the ANSI C header files. */
  166. #undef STDC_HEADERS
  167. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  168. #undef TIME_WITH_SYS_TIME
  169. /* Version number of package */
  170. #undef VERSION
  171. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  172. significant byte first (like Motorola and SPARC, unlike Intel). */
  173. #if defined AC_APPLE_UNIVERSAL_BUILD
  174. # if defined __BIG_ENDIAN__
  175. # define WORDS_BIGENDIAN 1
  176. # endif
  177. #else
  178. # ifndef WORDS_BIGENDIAN
  179. # undef WORDS_BIGENDIAN
  180. # endif
  181. #endif
  182. /* Number of bits in a file offset, on hosts where this is settable. */
  183. #undef _FILE_OFFSET_BITS
  184. /* Define for large files, on AIX-style hosts. */
  185. #undef _LARGE_FILES
  186. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  187. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  188. #define below would cause a syntax error. */
  189. #undef _UINT8_T
  190. /* Define to empty if `const' does not conform to ANSI C. */
  191. #undef const
  192. /* Define to `__inline__' or `__inline' if that's what the C compiler
  193. calls it, or to nothing if 'inline' is not supported under any name. */
  194. #ifndef __cplusplus
  195. #undef inline
  196. #endif
  197. /* Define to rpl_malloc if the replacement function should be used. */
  198. #undef malloc
  199. /* Define to `int' if <sys/types.h> does not define. */
  200. #undef pid_t
  201. /* Define to the equivalent of the C99 'restrict' keyword, or to
  202. nothing if this is not supported. Do not define if restrict is
  203. supported directly. */
  204. #undef restrict
  205. /* Work around a bug in Sun C++: it does not support _Restrict or
  206. __restrict__, even though the corresponding Sun C compiler ends up with
  207. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  208. previous line. Perhaps some future version of Sun C++ will work with
  209. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  210. #if defined __SUNPRO_CC && !defined __RESTRICT
  211. # define _Restrict
  212. # define __restrict__
  213. #endif
  214. /* Define to `unsigned int' if <sys/types.h> does not define. */
  215. #undef size_t
  216. /* Define to `int' if <sys/types.h> does not define. */
  217. #undef ssize_t
  218. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  219. such a type exists and the standard includes do not define it. */
  220. #undef uint16_t
  221. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  222. such a type exists and the standard includes do not define it. */
  223. #undef uint8_t
  224. /* Define as `fork' if `vfork' does not work. */
  225. #undef vfork