config.h.in 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. /* src/config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if debug-mode should be enabled */
  3. #undef DEBUG
  4. /* Define if SSP C support is enabled. */
  5. #undef ENABLE_SSP_CC
  6. /* Define to 1 if you have the `alarm' function. */
  7. #undef HAVE_ALARM
  8. /* Define to 1 if you have the `arc4random' function. */
  9. #undef HAVE_ARC4RANDOM
  10. /* Define to 1 if you have the `arc4random_stir' function. */
  11. #undef HAVE_ARC4RANDOM_STIR
  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 `deflate' function. */
  15. #undef HAVE_DEFLATE
  16. /* Define to 1 if you have the `dup2' function. */
  17. #undef HAVE_DUP2
  18. /* Define to 1 if you have the `endpwent' function. */
  19. #undef HAVE_ENDPWENT
  20. /* Define to 1 if you have the `epoll_create' function. */
  21. #undef HAVE_EPOLL_CREATE
  22. /* Define to 1 if you have the <fcntl.h> header file. */
  23. #undef HAVE_FCNTL_H
  24. /* Define to 1 if you have the `fork' function. */
  25. #undef HAVE_FORK
  26. /* Define to 1 if you have the `gai_strerror' function. */
  27. #undef HAVE_GAI_STRERROR
  28. /* Define to 1 if you have the `getaddrinfo' function. */
  29. #undef HAVE_GETADDRINFO
  30. /* Define to 1 if you have the `gethostbyaddr' function. */
  31. #undef HAVE_GETHOSTBYADDR
  32. /* Define to 1 if you have the `gethostbyname' function. */
  33. #undef HAVE_GETHOSTBYNAME
  34. /* Define to 1 if you have the `gethostname' function. */
  35. #undef HAVE_GETHOSTNAME
  36. /* Define to 1 if you have the `getnameinfo' function. */
  37. #undef HAVE_GETNAMEINFO
  38. /* Define to 1 if you have the `gettimeofday' function. */
  39. #undef HAVE_GETTIMEOFDAY
  40. /* Define to 1 if you have the `gnutls_global_init' function. */
  41. #undef HAVE_GNUTLS_GLOBAL_INIT
  42. /* Define to 1 if you have the `iconv_open' function. */
  43. #undef HAVE_ICONV_OPEN
  44. /* Define to 1 if you have the <ident.h> header file. */
  45. #undef HAVE_IDENT_H
  46. /* Define to 1 if you have the `ident_id' function. */
  47. #undef HAVE_IDENT_ID
  48. /* Define to 1 if you have the `inet_aton' function. */
  49. #undef HAVE_INET_ATON
  50. /* Define to 1 if you have the `inet_ntoa' function. */
  51. #undef HAVE_INET_NTOA
  52. /* Define to 1 if you have the <inttypes.h> header file. */
  53. #undef HAVE_INTTYPES_H
  54. /* Define to 1 if you have the `kqueue' function. */
  55. #undef HAVE_KQUEUE
  56. /* Define to 1 if you have the `crypto' library (-lcrypto). */
  57. #undef HAVE_LIBCRYPTO
  58. /* Define to 1 if you have the `gnutls' library (-lgnutls). */
  59. #undef HAVE_LIBGNUTLS
  60. /* Define to 1 if you have the `iconv' library (-liconv). */
  61. #undef HAVE_LIBICONV
  62. /* Define to 1 if you have the `libiconv_open' function. */
  63. #undef HAVE_LIBICONV_OPEN
  64. /* Define to 1 if you have the `ident' library (-lident). */
  65. #undef HAVE_LIBIDENT
  66. /* Define to 1 if you have the `pam' library (-lpam). */
  67. #undef HAVE_LIBPAM
  68. /* Define to 1 if you have the `ssl' library (-lssl). */
  69. #undef HAVE_LIBSSL
  70. /* Define to 1 if you have the `z' library (-lz). */
  71. #undef HAVE_LIBZ
  72. /* Define to 1 if you have the <malloc.h> header file. */
  73. #undef HAVE_MALLOC_H
  74. /* Define to 1 if you have the `memmove' function. */
  75. #undef HAVE_MEMMOVE
  76. /* Define to 1 if you have the <memory.h> header file. */
  77. #undef HAVE_MEMORY_H
  78. /* Define to 1 if you have the `memset' function. */
  79. #undef HAVE_MEMSET
  80. /* Define to 1 if you have the `mtrace' function. */
  81. #undef HAVE_MTRACE
  82. /* Define to 1 if you have the <netdb.h> header file. */
  83. #undef HAVE_NETDB_H
  84. /* Define to 1 if you have the <netinet/in.h> header file. */
  85. #undef HAVE_NETINET_IN_H
  86. /* Define to 1 if you have the <netinet/in_systm.h> header file. */
  87. #undef HAVE_NETINET_IN_SYSTM_H
  88. /* Define to 1 if you have the <netinet/ip.h> header file. */
  89. #undef HAVE_NETINET_IP_H
  90. /* Define to 1 if you have the `pam_authenticate' function. */
  91. #undef HAVE_PAM_AUTHENTICATE
  92. /* Define to 1 if you have the <pam/pam_appl.h> header file. */
  93. #undef HAVE_PAM_PAM_APPL_H
  94. /* Define to 1 if you have the `poll' function. */
  95. #undef HAVE_POLL
  96. /* Define to 1 if you have the <poll.h> header file. */
  97. #undef HAVE_POLL_H
  98. /* Define to 1 if you have the <security/pam_appl.h> header file. */
  99. #undef HAVE_SECURITY_PAM_APPL_H
  100. /* Define to 1 if you have the `select' function. */
  101. #undef HAVE_SELECT
  102. /* Define to 1 if you have the `setgroups' function. */
  103. #undef HAVE_SETGROUPS
  104. /* Define to 1 if you have the `setsid' function. */
  105. #undef HAVE_SETSID
  106. /* Define to 1 if you have the `sigaction' function. */
  107. #undef HAVE_SIGACTION
  108. /* Define to 1 if you have the `sigprocmask' function. */
  109. #undef HAVE_SIGPROCMASK
  110. /* Define to 1 if you have the `snprintf' function. */
  111. #undef HAVE_SNPRINTF
  112. /* Define to 1 if you have the `socket' function. */
  113. #undef HAVE_SOCKET
  114. /* Define to 1 if you have the `SSL_new' function. */
  115. #undef HAVE_SSL_NEW
  116. /* Define to 1 if you have the <stdbool.h> header file. */
  117. #undef HAVE_STDBOOL_H
  118. /* Define to 1 if you have the <stddef.h> header file. */
  119. #undef HAVE_STDDEF_H
  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 `strcasecmp' function. */
  125. #undef HAVE_STRCASECMP
  126. /* Define to 1 if you have the `strchr' function. */
  127. #undef HAVE_STRCHR
  128. /* Define to 1 if you have the `strcspn' function. */
  129. #undef HAVE_STRCSPN
  130. /* Define to 1 if you have the `strdup' function. */
  131. #undef HAVE_STRDUP
  132. /* Define to 1 if you have the `strerror' function. */
  133. #undef HAVE_STRERROR
  134. /* Define to 1 if you have the `strftime' function. */
  135. #undef HAVE_STRFTIME
  136. /* Define to 1 if you have the <strings.h> header file. */
  137. #undef HAVE_STRINGS_H
  138. /* Define to 1 if you have the <string.h> header file. */
  139. #undef HAVE_STRING_H
  140. /* Define to 1 if you have the `strlcat' function. */
  141. #undef HAVE_STRLCAT
  142. /* Define to 1 if you have the `strlcpy' function. */
  143. #undef HAVE_STRLCPY
  144. /* Define to 1 if you have the `strncasecmp' function. */
  145. #undef HAVE_STRNCASECMP
  146. /* Define to 1 if you have the `strndup' function. */
  147. #undef HAVE_STRNDUP
  148. /* Define to 1 if you have the `strrchr' function. */
  149. #undef HAVE_STRRCHR
  150. /* Define to 1 if you have the `strsignal' function. */
  151. #undef HAVE_STRSIGNAL
  152. /* Define to 1 if you have the `strspn' function. */
  153. #undef HAVE_STRSPN
  154. /* Define to 1 if you have the `strstr' function. */
  155. #undef HAVE_STRSTR
  156. /* Define to 1 if you have the `strtok_r' function. */
  157. #undef HAVE_STRTOK_R
  158. /* Define to 1 if you have the <syslog.h> header file. */
  159. #undef HAVE_SYSLOG_H
  160. /* Define to 1 if you have the <sys/devpoll.h> header file. */
  161. #undef HAVE_SYS_DEVPOLL_H
  162. /* Define to 1 if you have the <sys/socket.h> header file. */
  163. #undef HAVE_SYS_SOCKET_H
  164. /* Define to 1 if you have the <sys/stat.h> header file. */
  165. #undef HAVE_SYS_STAT_H
  166. /* Define to 1 if you have the <sys/time.h> header file. */
  167. #undef HAVE_SYS_TIME_H
  168. /* Define to 1 if you have the <sys/types.h> header file. */
  169. #undef HAVE_SYS_TYPES_H
  170. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  171. #undef HAVE_SYS_WAIT_H
  172. /* Define to 1 if you have the <unistd.h> header file. */
  173. #undef HAVE_UNISTD_H
  174. /* Define to 1 if you have the `unsetenv' function. */
  175. #undef HAVE_UNSETENV
  176. /* Define to 1 if you have the <varargs.h> header file. */
  177. #undef HAVE_VARARGS_H
  178. /* Define to 1 if you have the `vfork' function. */
  179. #undef HAVE_VFORK
  180. /* Define to 1 if you have the <vfork.h> header file. */
  181. #undef HAVE_VFORK_H
  182. /* Define to 1 if you have the `vsnprintf' function. */
  183. #undef HAVE_VSNPRINTF
  184. /* Define to 1 if you have the `waitpid' function. */
  185. #undef HAVE_WAITPID
  186. /* Define to 1 if `fork' works. */
  187. #undef HAVE_WORKING_FORK
  188. /* getaddrinfo(0) */
  189. #undef HAVE_WORKING_GETADDRINFO
  190. /* Define to 1 if `vfork' works. */
  191. #undef HAVE_WORKING_VFORK
  192. /* Define to 1 if you have the <zlib.h> header file. */
  193. #undef HAVE_ZLIB_H
  194. /* Define if sockaddr_in.sin_len exists */
  195. #undef HAVE_sockaddr_in_len
  196. /* Define if socklen_t exists */
  197. #undef HAVE_socklen_t
  198. /* Target CPU name */
  199. #undef HOST_CPU
  200. /* Target operating system name */
  201. #undef HOST_OS
  202. /* Target system vendor */
  203. #undef HOST_VENDOR
  204. /* Define if libiconv can be used, e.g. for CHARCONV */
  205. #undef ICONV
  206. /* Define if the server should do IDENT requests */
  207. #undef IDENTAUTH
  208. /* Define if IRC+ protocol should be used */
  209. #undef IRCPLUS
  210. /* Name of package */
  211. #undef PACKAGE
  212. /* Define to the address where bug reports for this package should be sent. */
  213. #undef PACKAGE_BUGREPORT
  214. /* Define to the full name of this package. */
  215. #undef PACKAGE_NAME
  216. /* Define to the full name and version of this package. */
  217. #undef PACKAGE_STRING
  218. /* Define to the one symbol short name of this package. */
  219. #undef PACKAGE_TARNAME
  220. /* Define to the home page for this package. */
  221. #undef PACKAGE_URL
  222. /* Define to the version of this package. */
  223. #undef PACKAGE_VERSION
  224. /* Define if PAM should be used */
  225. #undef PAM
  226. /* Define to 1 if the C compiler supports function prototypes. */
  227. #undef PROTOTYPES
  228. /* Define if IRC sniffer should be enabled */
  229. #undef SNIFFER
  230. /* Define to 1 if you have the ANSI C header files. */
  231. #undef STDC_HEADERS
  232. /* Define if ngIRCd should behave strict RFC compliant */
  233. #undef STRICT_RFC
  234. /* Define if syslog should be used for logging */
  235. #undef SYSLOG
  236. /* Define if TCP wrappers should be used */
  237. #undef TCPWRAP
  238. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  239. #undef TIME_WITH_SYS_TIME
  240. /* Version number of package */
  241. #undef VERSION
  242. /* Define if IPV6 protocol should be enabled */
  243. #undef WANT_IPV6
  244. /* Define if zlib compression should be enabled */
  245. #undef ZLIB
  246. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  247. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  248. #define below would cause a syntax error. */
  249. #undef _UINT32_T
  250. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  251. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  252. #define below would cause a syntax error. */
  253. #undef _UINT8_T
  254. /* Define like PROTOTYPES; this can be used by system headers. */
  255. #undef __PROTOTYPES
  256. /* Define to empty if `const' does not conform to ANSI C. */
  257. #undef const
  258. /* Define to `int' if <sys/types.h> doesn't define. */
  259. #undef gid_t
  260. /* Define to `__inline__' or `__inline' if that's what the C compiler
  261. calls it, or to nothing if 'inline' is not supported under any name. */
  262. #ifndef __cplusplus
  263. #undef inline
  264. #endif
  265. /* Define to `int' if <sys/types.h> does not define. */
  266. #undef pid_t
  267. /* Define to `unsigned int' if <sys/types.h> does not define. */
  268. #undef size_t
  269. /* Define to `int' if <sys/types.h> does not define. */
  270. #undef ssize_t
  271. /* Define to `int' if <sys/types.h> doesn't define. */
  272. #undef uid_t
  273. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  274. such a type exists and the standard includes do not define it. */
  275. #undef uint16_t
  276. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  277. such a type exists and the standard includes do not define it. */
  278. #undef uint32_t
  279. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  280. such a type exists and the standard includes do not define it. */
  281. #undef uint8_t
  282. /* Define as `fork' if `vfork' does not work. */
  283. #undef vfork