config.h 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.in by autoheader. */
  3. /* Define if clock_gettime is available in libc */
  4. #define DNS_USE_CPU_CLOCK_FOR_ID 1
  5. /* Define is no secure id variant is available */
  6. /* #undef DNS_USE_GETTIMEOFDAY_FOR_ID */
  7. /* Define to 1 if you have the `clock_gettime' function. */
  8. #define HAVE_CLOCK_GETTIME 1
  9. /* Define if /dev/poll is available */
  10. /* #undef HAVE_DEVPOLL */
  11. /* Define to 1 if you have the <dlfcn.h> header file. */
  12. #define HAVE_DLFCN_H 1
  13. /* Define if your system supports the epoll system calls */
  14. /* #undef HAVE_EPOLL */
  15. /* Define to 1 if you have the `epoll_ctl' function. */
  16. /* #undef HAVE_EPOLL_CTL */
  17. /* Define if your system supports event ports */
  18. /* #undef HAVE_EVENT_PORTS */
  19. /* Define to 1 if you have the `fcntl' function. */
  20. #define HAVE_FCNTL 1
  21. /* Define to 1 if you have the <fcntl.h> header file. */
  22. #define HAVE_FCNTL_H 1
  23. /* Define to 1 if the system has the type `fd_mask'. */
  24. #define HAVE_FD_MASK 1
  25. /* Define to 1 if you have the `getaddrinfo' function. */
  26. #define HAVE_GETADDRINFO 1
  27. /* Define to 1 if you have the `getegid' function. */
  28. #define HAVE_GETEGID 1
  29. /* Define to 1 if you have the `geteuid' function. */
  30. #define HAVE_GETEUID 1
  31. /* Define to 1 if you have the `getnameinfo' function. */
  32. #define HAVE_GETNAMEINFO 1
  33. /* Define to 1 if you have the `gettimeofday' function. */
  34. #define HAVE_GETTIMEOFDAY 1
  35. /* Define to 1 if you have the `inet_ntop' function. */
  36. #define HAVE_INET_NTOP 1
  37. /* Define to 1 if you have the <inttypes.h> header file. */
  38. #define HAVE_INTTYPES_H 1
  39. /* Define to 1 if you have the `issetugid' function. */
  40. #define HAVE_ISSETUGID 1
  41. /* Define to 1 if you have the `kqueue' function. */
  42. #define HAVE_KQUEUE 1
  43. /* Define to 1 if you have the `nsl' library (-lnsl). */
  44. /* #undef HAVE_LIBNSL */
  45. /* Define to 1 if you have the `resolv' library (-lresolv). */
  46. /* #undef HAVE_LIBRESOLV */
  47. /* Define to 1 if you have the `rt' library (-lrt). */
  48. #define HAVE_LIBRT 1
  49. /* Define to 1 if you have the `socket' library (-lsocket). */
  50. /* #undef HAVE_LIBSOCKET */
  51. /* Define to 1 if you have the <memory.h> header file. */
  52. #define HAVE_MEMORY_H 1
  53. /* Define to 1 if you have the <netinet/in6.h> header file. */
  54. /* #undef HAVE_NETINET_IN6_H */
  55. /* Define to 1 if you have the `poll' function. */
  56. #define HAVE_POLL 1
  57. /* Define to 1 if you have the <poll.h> header file. */
  58. #define HAVE_POLL_H 1
  59. /* Define to 1 if you have the `port_create' function. */
  60. /* #undef HAVE_PORT_CREATE */
  61. /* Define to 1 if you have the <port.h> header file. */
  62. /* #undef HAVE_PORT_H */
  63. /* Define to 1 if you have the `select' function. */
  64. #define HAVE_SELECT 1
  65. /* Define if F_SETFD is defined in <fcntl.h> */
  66. #define HAVE_SETFD 1
  67. /* Define to 1 if you have the `sigaction' function. */
  68. #define HAVE_SIGACTION 1
  69. /* Define to 1 if you have the `signal' function. */
  70. #define HAVE_SIGNAL 1
  71. /* Define to 1 if you have the <signal.h> header file. */
  72. #define HAVE_SIGNAL_H 1
  73. /* Define to 1 if you have the <stdarg.h> header file. */
  74. #define HAVE_STDARG_H 1
  75. /* Define to 1 if you have the <stdint.h> header file. */
  76. #define HAVE_STDINT_H 1
  77. /* Define to 1 if you have the <stdlib.h> header file. */
  78. #define HAVE_STDLIB_H 1
  79. /* Define to 1 if you have the <strings.h> header file. */
  80. #define HAVE_STRINGS_H 1
  81. /* Define to 1 if you have the <string.h> header file. */
  82. #define HAVE_STRING_H 1
  83. /* Define to 1 if you have the `strlcpy' function. */
  84. #define HAVE_STRLCPY 1
  85. /* Define to 1 if you have the `strsep' function. */
  86. #define HAVE_STRSEP 1
  87. /* Define to 1 if you have the `strtok_r' function. */
  88. #define HAVE_STRTOK_R 1
  89. /* Define to 1 if you have the `strtoll' function. */
  90. #define HAVE_STRTOLL 1
  91. /* Define to 1 if the system has the type `struct in6_addr'. */
  92. #define HAVE_STRUCT_IN6_ADDR 1
  93. /* Define to 1 if you have the <sys/devpoll.h> header file. */
  94. /* #undef HAVE_SYS_DEVPOLL_H */
  95. /* Define to 1 if you have the <sys/epoll.h> header file. */
  96. /* #undef HAVE_SYS_EPOLL_H */
  97. /* Define to 1 if you have the <sys/event.h> header file. */
  98. #define HAVE_SYS_EVENT_H 1
  99. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  100. #define HAVE_SYS_IOCTL_H 1
  101. /* Define to 1 if you have the <sys/param.h> header file. */
  102. #define HAVE_SYS_PARAM_H 1
  103. /* Define to 1 if you have the <sys/queue.h> header file. */
  104. #define HAVE_SYS_QUEUE_H 1
  105. /* Define to 1 if you have the <sys/select.h> header file. */
  106. #define HAVE_SYS_SELECT_H 1
  107. /* Define to 1 if you have the <sys/socket.h> header file. */
  108. #define HAVE_SYS_SOCKET_H 1
  109. /* Define to 1 if you have the <sys/stat.h> header file. */
  110. #define HAVE_SYS_STAT_H 1
  111. /* Define to 1 if you have the <sys/time.h> header file. */
  112. #define HAVE_SYS_TIME_H 1
  113. /* Define to 1 if you have the <sys/types.h> header file. */
  114. #define HAVE_SYS_TYPES_H 1
  115. /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
  116. #define HAVE_TAILQFOREACH 1
  117. /* Define if timeradd is defined in <sys/time.h> */
  118. #define HAVE_TIMERADD 1
  119. /* Define if timerclear is defined in <sys/time.h> */
  120. #define HAVE_TIMERCLEAR 1
  121. /* Define if timercmp is defined in <sys/time.h> */
  122. #define HAVE_TIMERCMP 1
  123. /* Define if timerisset is defined in <sys/time.h> */
  124. #define HAVE_TIMERISSET 1
  125. /* Define to 1 if the system has the type `uint16_t'. */
  126. #define HAVE_UINT16_T 1
  127. /* Define to 1 if the system has the type `uint32_t'. */
  128. #define HAVE_UINT32_T 1
  129. /* Define to 1 if the system has the type `uint64_t'. */
  130. #define HAVE_UINT64_T 1
  131. /* Define to 1 if the system has the type `uint8_t'. */
  132. #define HAVE_UINT8_T 1
  133. /* Define to 1 if you have the <unistd.h> header file. */
  134. #define HAVE_UNISTD_H 1
  135. /* Define to 1 if you have the `vasprintf' function. */
  136. #define HAVE_VASPRINTF 1
  137. /* Define if kqueue works correctly with pipes */
  138. #define HAVE_WORKING_KQUEUE 1
  139. /* Name of package */
  140. #define PACKAGE "libevent"
  141. /* Define to the address where bug reports for this package should be sent. */
  142. #define PACKAGE_BUGREPORT ""
  143. /* Define to the full name of this package. */
  144. #define PACKAGE_NAME ""
  145. /* Define to the full name and version of this package. */
  146. #define PACKAGE_STRING ""
  147. /* Define to the one symbol short name of this package. */
  148. #define PACKAGE_TARNAME ""
  149. /* Define to the version of this package. */
  150. #define PACKAGE_VERSION ""
  151. /* The size of `int', as computed by sizeof. */
  152. #define SIZEOF_INT 4
  153. /* The size of `long', as computed by sizeof. */
  154. #define SIZEOF_LONG 8
  155. /* The size of `long long', as computed by sizeof. */
  156. #define SIZEOF_LONG_LONG 8
  157. /* The size of `short', as computed by sizeof. */
  158. #define SIZEOF_SHORT 2
  159. /* Define to 1 if you have the ANSI C header files. */
  160. #define STDC_HEADERS 1
  161. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  162. #define TIME_WITH_SYS_TIME 1
  163. /* Version number of package */
  164. #define VERSION "1.4.13-stable"
  165. /* Define to appropriate substitue if compiler doesnt have __func__ */
  166. /* #undef __func__ */
  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 `int' if <sys/types.h> does not define. */
  175. /* #undef pid_t */
  176. /* Define to `unsigned int' if <sys/types.h> does not define. */
  177. /* #undef size_t */
  178. /* Define to unsigned int if you dont have it */
  179. /* #undef socklen_t */