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.

282 lines
7.5 KiB

12 years ago
12 years ago
12 years ago
11 years ago
12 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
12 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
12 years ago
12 years ago
11 years ago
12 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. /* 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 `strndup' function. */
  81. #undef HAVE_STRNDUP
  82. /* Define to 1 if you have the <sys/epoll.h> header file. */
  83. #undef HAVE_SYS_EPOLL_H
  84. /* Define to 1 if you have the <sys/eventfd.h> header file. */
  85. #undef HAVE_SYS_EVENTFD_H
  86. /* Define to 1 if you have the <sys/event.h> header file. */
  87. #undef HAVE_SYS_EVENT_H
  88. /* Define to 1 if you have the <sys/inotify.h> header file. */
  89. #undef HAVE_SYS_INOTIFY_H
  90. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  91. #undef HAVE_SYS_IOCTL_H
  92. /* Define to 1 if you have the <sys/select.h> header file. */
  93. #undef HAVE_SYS_SELECT_H
  94. /* Define to 1 if you have the <sys/signalfd.h> header file. */
  95. #undef HAVE_SYS_SIGNALFD_H
  96. /* Define to 1 if you have the <sys/socket.h> header file. */
  97. #undef HAVE_SYS_SOCKET_H
  98. /* Define to 1 if you have the <sys/stat.h> header file. */
  99. #undef HAVE_SYS_STAT_H
  100. /* Define to 1 if you have the <sys/types.h> header file. */
  101. #undef HAVE_SYS_TYPES_H
  102. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  103. #undef HAVE_SYS_WAIT_H
  104. /* Define to 1 if you have the <unistd.h> header file. */
  105. #undef HAVE_UNISTD_H
  106. /* Define to 1 if you have the `vfork' function. */
  107. #undef HAVE_VFORK
  108. /* Define to 1 if you have the <vfork.h> header file. */
  109. #undef HAVE_VFORK_H
  110. /* Define to 1 if `fork' works. */
  111. #undef HAVE_WORKING_FORK
  112. /* Define to 1 if `vfork' works. */
  113. #undef HAVE_WORKING_VFORK
  114. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  115. */
  116. #undef LT_OBJDIR
  117. /* Define to 1 if assertions should be disabled. */
  118. #undef NDEBUG
  119. /* Name of package */
  120. #undef PACKAGE
  121. /* Define to the address where bug reports for this package should be sent. */
  122. #undef PACKAGE_BUGREPORT
  123. /* Define to the full name of this package. */
  124. #undef PACKAGE_NAME
  125. /* Define to the full name and version of this package. */
  126. #undef PACKAGE_STRING
  127. /* Define to the one symbol short name of this package. */
  128. #undef PACKAGE_TARNAME
  129. /* Define to the home page for this package. */
  130. #undef PACKAGE_URL
  131. /* Define to the version of this package. */
  132. #undef PACKAGE_VERSION
  133. /* Define to the necessary symbol if this constant uses a non-standard name on
  134. your system. */
  135. #undef PTHREAD_CREATE_JOINABLE
  136. /* Define as the return type of signal handlers (`int' or `void'). */
  137. #undef RETSIGTYPE
  138. /* Define to the type of arg 1 for `select'. */
  139. #undef SELECT_TYPE_ARG1
  140. /* Define to the type of args 2, 3 and 4 for `select'. */
  141. #undef SELECT_TYPE_ARG234
  142. /* Define to the type of arg 5 for `select'. */
  143. #undef SELECT_TYPE_ARG5
  144. /* Define to 1 if you have the ANSI C header files. */
  145. #undef STDC_HEADERS
  146. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  147. #undef TIME_WITH_SYS_TIME
  148. /* Version number of package */
  149. #undef VERSION
  150. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  151. significant byte first (like Motorola and SPARC, unlike Intel). */
  152. #if defined AC_APPLE_UNIVERSAL_BUILD
  153. # if defined __BIG_ENDIAN__
  154. # define WORDS_BIGENDIAN 1
  155. # endif
  156. #else
  157. # ifndef WORDS_BIGENDIAN
  158. # undef WORDS_BIGENDIAN
  159. # endif
  160. #endif
  161. /* Enable large inode numbers on Mac OS X 10.5. */
  162. #ifndef _DARWIN_USE_64_BIT_INODE
  163. # define _DARWIN_USE_64_BIT_INODE 1
  164. #endif
  165. /* Number of bits in a file offset, on hosts where this is settable. */
  166. #undef _FILE_OFFSET_BITS
  167. /* Define for large files, on AIX-style hosts. */
  168. #undef _LARGE_FILES
  169. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  170. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  171. #define below would cause a syntax error. */
  172. #undef _UINT8_T
  173. /* Define to empty if `const' does not conform to ANSI C. */
  174. #undef const
  175. /* Define to `__inline__' or `__inline' if that's what the C compiler
  176. calls it, or to nothing if 'inline' is not supported under any name. */
  177. #ifndef __cplusplus
  178. #undef inline
  179. #endif
  180. /* Define to rpl_malloc if the replacement function should be used. */
  181. #undef malloc
  182. /* Define to `int' if <sys/types.h> does not define. */
  183. #undef pid_t
  184. /* Define to `unsigned int' if <sys/types.h> does not define. */
  185. #undef size_t
  186. /* Define to `int' if <sys/types.h> does not define. */
  187. #undef ssize_t
  188. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  189. such a type exists and the standard includes do not define it. */
  190. #undef uint16_t
  191. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  192. such a type exists and the standard includes do not define it. */
  193. #undef uint8_t
  194. /* Define as `fork' if `vfork' does not work. */
  195. #undef vfork