config.h.in 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if running on NeXT Step */
  3. #undef BORGCUBES
  4. /* Define to use Eggdrop's snprintf functions without regard to HAVE_SNPRINTF
  5. */
  6. #undef BROKEN_SNPRINTF
  7. /* Define if running under cygwin */
  8. #undef CYGWIN_HACKS
  9. /* Defines the current pack version */
  10. #undef EGG_VERSION
  11. /* Define to 1 if you have the `alarm' function. */
  12. #undef HAVE_ALARM
  13. /* Define to 1 if you have the <arpa/inet.h> header file. */
  14. #undef HAVE_ARPA_INET_H
  15. /* Define to 1 if you have the `clock' function. */
  16. #undef HAVE_CLOCK
  17. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  18. */
  19. #undef HAVE_DIRENT_H
  20. /* Define to 1 if you have the <fcntl.h> header file. */
  21. #undef HAVE_FCNTL_H
  22. /* Define to 1 if you have the `fork' function. */
  23. #undef HAVE_FORK
  24. /* Define to 1 if you have the `fsync' function. */
  25. #undef HAVE_FSYNC
  26. /* Define to 1 if you have the `gethostbyname2' function. */
  27. #undef HAVE_GETHOSTBYNAME2
  28. /* Define to 1 if you have the `getipnodebyname' function. */
  29. #undef HAVE_GETIPNODEBYNAME
  30. /* Define to 1 if you have the `getpagesize' function. */
  31. #undef HAVE_GETPAGESIZE
  32. /* Define to 1 if you have the `getrusage' function. */
  33. #undef HAVE_GETRUSAGE
  34. /* Define to 1 if you have the `inet_aton' function. */
  35. #undef HAVE_INET_ATON
  36. /* Define to 1 if you have the <inttypes.h> header file. */
  37. #undef HAVE_INTTYPES_H
  38. /* Define to 1 if you have the `isascii' function. */
  39. #undef HAVE_ISASCII
  40. /* Define to 1 if you have the `dns' library (-ldns). */
  41. #undef HAVE_LIBDNS
  42. /* Define to 1 if you have the `socket' library (-lsocket). */
  43. #undef HAVE_LIBSOCKET
  44. /* Define to 1 if you have the <limits.h> header file. */
  45. #undef HAVE_LIMITS_H
  46. /* Define to 1 if you have the <locale.h> header file. */
  47. #undef HAVE_LOCALE_H
  48. /* Define to 1 if `lstat' has the bug that it succeeds when given the
  49. zero-length file name argument. */
  50. #undef HAVE_LSTAT_EMPTY_STRING_BUG
  51. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  52. to 0 otherwise. */
  53. #undef HAVE_MALLOC
  54. /* Define to 1 if you have the `memcpy' function. */
  55. #undef HAVE_MEMCPY
  56. /* Define to 1 if you have the <memory.h> header file. */
  57. #undef HAVE_MEMORY_H
  58. /* Define to 1 if you have the `memset' function. */
  59. #undef HAVE_MEMSET
  60. /* Define to 1 if you have a working `mmap' system call. */
  61. #undef HAVE_MMAP
  62. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  63. #undef HAVE_NDIR_H
  64. /* Define to 1 if you have the <netdb.h> header file. */
  65. #undef HAVE_NETDB_H
  66. /* Define to 1 if you have the <netinet/in.h> header file. */
  67. #undef HAVE_NETINET_IN_H
  68. /* Define to 1 if you have the `random' function. */
  69. #undef HAVE_RANDOM
  70. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  71. and to 0 otherwise. */
  72. #undef HAVE_REALLOC
  73. /* Define to 1 if you have the `rename' function. */
  74. #undef HAVE_RENAME
  75. /* Define to 1 if you have the `setpgid' function. */
  76. #undef HAVE_SETPGID
  77. /* Define to 1 if you have the `sigaction' function. */
  78. #undef HAVE_SIGACTION
  79. /* Define to 1 if you have the `sigemptyset' function. */
  80. #undef HAVE_SIGEMPTYSET
  81. /* Define to 1 if you have the `snprintf' function. */
  82. #undef HAVE_SNPRINTF
  83. /* Define if you have support for socklen_t */
  84. #undef HAVE_SOCKLEN_T
  85. /* Define to 1 if you have the `srandom' function. */
  86. #undef HAVE_SRANDOM
  87. /* Define to 1 if `stat' has the bug that it succeeds when given the
  88. zero-length file name argument. */
  89. #undef HAVE_STAT_EMPTY_STRING_BUG
  90. /* Define to 1 if you have the <stdint.h> header file. */
  91. #undef HAVE_STDINT_H
  92. /* Define to 1 if you have the <stdlib.h> header file. */
  93. #undef HAVE_STDLIB_H
  94. /* Define to 1 if you have the `strcasecmp' function. */
  95. #undef HAVE_STRCASECMP
  96. /* Define to 1 if you have the `strftime' function. */
  97. #undef HAVE_STRFTIME
  98. /* Define to 1 if you have the <strings.h> header file. */
  99. #undef HAVE_STRINGS_H
  100. /* Define to 1 if you have the <string.h> header file. */
  101. #undef HAVE_STRING_H
  102. /* Define to 1 if you have the `strncasecmp' function. */
  103. #undef HAVE_STRNCASECMP
  104. /* Define to 1 if `tm_zone' is member of `struct tm'. */
  105. #undef HAVE_STRUCT_TM_TM_ZONE
  106. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  107. */
  108. #undef HAVE_SYS_DIR_H
  109. /* Define to 1 if you have the <sys/file.h> header file. */
  110. #undef HAVE_SYS_FILE_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/ndir.h> header file, and it defines `DIR'.
  114. */
  115. #undef HAVE_SYS_NDIR_H
  116. /* Define to 1 if you have the <sys/param.h> header file. */
  117. #undef HAVE_SYS_PARAM_H
  118. /* Define to 1 if you have the <sys/select.h> header file. */
  119. #undef HAVE_SYS_SELECT_H
  120. /* Define to 1 if you have the <sys/socket.h> header file. */
  121. #undef HAVE_SYS_SOCKET_H
  122. /* Define to 1 if you have the <sys/stat.h> header file. */
  123. #undef HAVE_SYS_STAT_H
  124. /* Define to 1 if you have the <sys/time.h> header file. */
  125. #undef HAVE_SYS_TIME_H
  126. /* Define to 1 if you have the <sys/types.h> header file. */
  127. #undef HAVE_SYS_TYPES_H
  128. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  129. #undef HAVE_SYS_WAIT_H
  130. /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
  131. `HAVE_STRUCT_TM_TM_ZONE' instead. */
  132. #undef HAVE_TM_ZONE
  133. /* Define to 1 if you don't have `tm_zone' but do have the external array
  134. `tzname'. */
  135. #undef HAVE_TZNAME
  136. /* Define to 1 if you have the `uname' function. */
  137. #undef HAVE_UNAME
  138. /* Define to 1 if you have the <unistd.h> header file. */
  139. #undef HAVE_UNISTD_H
  140. /* Define to 1 if you have the `vfork' function. */
  141. #undef HAVE_VFORK
  142. /* Define to 1 if you have the <vfork.h> header file. */
  143. #undef HAVE_VFORK_H
  144. /* Define to 1 if you have the `vsnprintf' function. */
  145. #undef HAVE_VSNPRINTF
  146. /* Define to 1 if you have the `vsprintf' function. */
  147. #undef HAVE_VSPRINTF
  148. /* Define to 1 if you have the <wchar.h> header file. */
  149. #undef HAVE_WCHAR_H
  150. /* Define to 1 if `fork' works. */
  151. #undef HAVE_WORKING_FORK
  152. /* Define to 1 if `vfork' works. */
  153. #undef HAVE_WORKING_VFORK
  154. /* Define to 1 if you have the <zlib.h> header file. */
  155. #undef HAVE_ZLIB_H
  156. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  157. slash. */
  158. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  159. /* Define if running on OSF/1 platform */
  160. #undef OSF1_HACKS
  161. /* Define to the address where bug reports for this package should be sent. */
  162. #undef PACKAGE_BUGREPORT
  163. /* Define to the full name of this package. */
  164. #undef PACKAGE_NAME
  165. /* Define to the full name and version of this package. */
  166. #undef PACKAGE_STRING
  167. /* Define to the one symbol short name of this package. */
  168. #undef PACKAGE_TARNAME
  169. /* Define to the version of this package. */
  170. #undef PACKAGE_VERSION
  171. /* Define to the type of arg 1 for `select'. */
  172. #undef SELECT_TYPE_ARG1
  173. /* Define to the type of args 2, 3 and 4 for `select'. */
  174. #undef SELECT_TYPE_ARG234
  175. /* Define to the type of arg 5 for `select'. */
  176. #undef SELECT_TYPE_ARG5
  177. /* The size of a `int', as computed by sizeof. */
  178. #undef SIZEOF_INT
  179. /* The size of a `long', as computed by sizeof. */
  180. #undef SIZEOF_LONG
  181. /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
  182. #undef STAT_MACROS_BROKEN
  183. /* Define to 1 if you have the ANSI C header files. */
  184. #undef STDC_HEADERS
  185. /* Define if running on OSF/1 platform */
  186. #undef STOP_UAC
  187. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  188. #undef TIME_WITH_SYS_TIME
  189. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  190. #undef TM_IN_SYS_TIME
  191. /* Define if you want ipv6 support */
  192. #undef USE_IPV6
  193. /* Define to 1 if your processor stores words with the most significant byte
  194. first (like Motorola and SPARC, unlike Intel and VAX). */
  195. #undef WORDS_BIGENDIAN
  196. /* Define to 1 if on AIX 3.
  197. System headers sometimes define this.
  198. We just want to avoid a redefinition error message. */
  199. #ifndef _ALL_SOURCE
  200. # undef _ALL_SOURCE
  201. #endif
  202. /* Define to 1 if on MINIX. */
  203. #undef _MINIX
  204. /* Define to 2 if the system does not provide POSIX.1 features except with
  205. this defined. */
  206. #undef _POSIX_1_SOURCE
  207. /* Define to 1 if you need to in order for `stat' and other things to work. */
  208. #undef _POSIX_SOURCE
  209. /* Define to empty if `const' does not conform to ANSI C. */
  210. #undef const
  211. /* Define to `int' if <sys/types.h> doesn't define. */
  212. #undef gid_t
  213. /* Define to `__inline__' or `__inline' if that's what the C compiler
  214. calls it, or to nothing if 'inline' is not supported under any name. */
  215. #ifndef __cplusplus
  216. #undef inline
  217. #endif
  218. /* Define to rpl_malloc if the replacement function should be used. */
  219. #undef malloc
  220. /* Define to `int' if <sys/types.h> does not define. */
  221. #undef pid_t
  222. /* Define to rpl_realloc if the replacement function should be used. */
  223. #undef realloc
  224. /* Define to `unsigned' if <sys/types.h> does not define. */
  225. #undef size_t
  226. /* Define to `int' if <sys/types.h> doesn't define. */
  227. #undef uid_t
  228. /* Define as `fork' if `vfork' does not work. */
  229. #undef vfork
  230. /* Define to empty if the keyword `volatile' does not work. Warning: valid
  231. code using `volatile' can become incorrect without. Disable with care. */
  232. #undef volatile
  233. /* Defines for pack features */
  234. #undef S_ANTITRACE
  235. #undef S_AUTHCMDS
  236. #undef S_AUTHHASH
  237. #undef S_AUTOAWAY
  238. #undef S_AUTOLOCK
  239. #undef S_CONFEDIT
  240. #undef S_DCCAUTH
  241. #undef S_DCCPASS
  242. #undef S_GARBLESTRINGS
  243. #undef S_HIJACKCHECK
  244. #undef S_LASTCHECK
  245. #undef S_MESSUPTERM
  246. #undef S_MSGCMDS
  247. #undef S_NAZIPASS
  248. #undef S_NODELAY
  249. #undef S_PROCESSCHECK
  250. #undef S_PROMISC
  251. #undef S_PSCLOAK
  252. #undef S_RANDSERVERS
  253. #undef S_SPLITHIJACK
  254. #undef S_UTCTIME