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.

274 lines
7.3 KiB

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