config.h.in 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  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. /* big endian */
  8. #undef B_ENDIAN
  9. /* Define if running under cygwin */
  10. #undef CYGWIN_HACKS
  11. /* Defines the current pack version */
  12. #undef EGG_VERSION
  13. /* Define to 1 if you have the `alarm' function. */
  14. #undef HAVE_ALARM
  15. /* Define to 1 if you have the <arpa/inet.h> header file. */
  16. #undef HAVE_ARPA_INET_H
  17. /* Define to 1 if you have the `clock' function. */
  18. #undef HAVE_CLOCK
  19. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  20. */
  21. #undef HAVE_DIRENT_H
  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 `fsync' function. */
  27. #undef HAVE_FSYNC
  28. /* Define to 1 if you have the `getpagesize' function. */
  29. #undef HAVE_GETPAGESIZE
  30. /* Define to 1 if you have the `getrusage' function. */
  31. #undef HAVE_GETRUSAGE
  32. /* Define to 1 if you have the `gettime' function. */
  33. #undef HAVE_GETTIME
  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 `dl' library (-ldl). */
  41. #undef HAVE_LIBDL
  42. /* Define to 1 if you have the `dns' library (-ldns). */
  43. #undef HAVE_LIBDNS
  44. /* Define to 1 if you have the `nsl' library (-lnsl). */
  45. #undef HAVE_LIBNSL
  46. /* Define to 1 if you have the `socket' library (-lsocket). */
  47. #undef HAVE_LIBSOCKET
  48. /* Define to 1 if you have the <limits.h> header file. */
  49. #undef HAVE_LIMITS_H
  50. /* Define to 1 if you have the <locale.h> header file. */
  51. #undef HAVE_LOCALE_H
  52. /* Define to 1 if `lstat' has the bug that it succeeds when given the
  53. zero-length file name argument. */
  54. #undef HAVE_LSTAT_EMPTY_STRING_BUG
  55. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  56. to 0 otherwise. */
  57. #undef HAVE_MALLOC
  58. /* Define to 1 if you have the `memcpy' function. */
  59. #undef HAVE_MEMCPY
  60. /* Define to 1 if you have the <memory.h> header file. */
  61. #undef HAVE_MEMORY_H
  62. /* Define to 1 if you have the `memset' function. */
  63. #undef HAVE_MEMSET
  64. /* Define to 1 if you have a working `mmap' system call. */
  65. #undef HAVE_MMAP
  66. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  67. #undef HAVE_NDIR_H
  68. /* Define to 1 if you have the <netdb.h> header file. */
  69. #undef HAVE_NETDB_H
  70. /* Define to 1 if you have the <netinet/in.h> header file. */
  71. #undef HAVE_NETINET_IN_H
  72. /* Define to 1 if you have the <paths.h> header file. */
  73. #undef HAVE_PATHS_H
  74. /* Define to 1 if you have the `random' function. */
  75. #undef HAVE_RANDOM
  76. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  77. and to 0 otherwise. */
  78. #undef HAVE_REALLOC
  79. /* Define to 1 if you have the `rename' function. */
  80. #undef HAVE_RENAME
  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 <stdarg.h> header file. */
  91. #undef HAVE_STDARG_H
  92. /* Define to 1 if you have the <stdint.h> header file. */
  93. #undef HAVE_STDINT_H
  94. /* Define to 1 if you have the <stdlib.h> header file. */
  95. #undef HAVE_STDLIB_H
  96. /* Define to 1 if you have the <std_arg.h> header file. */
  97. #undef HAVE_STD_ARG_H
  98. /* Define to 1 if you have the `strcasecmp' function. */
  99. #undef HAVE_STRCASECMP
  100. /* Define to 1 if you have the `strftime' function. */
  101. #undef HAVE_STRFTIME
  102. /* Define to 1 if you have the <strings.h> header file. */
  103. #undef HAVE_STRINGS_H
  104. /* Define to 1 if you have the <string.h> header file. */
  105. #undef HAVE_STRING_H
  106. /* Define to 1 if you have the `strncasecmp' function. */
  107. #undef HAVE_STRNCASECMP
  108. /* Define to 1 if `tm_zone' is member of `struct tm'. */
  109. #undef HAVE_STRUCT_TM_TM_ZONE
  110. /* Define to 1 if your struct stat has an st_mtim member */
  111. #undef HAVE_ST_MTIM
  112. /* Define to 1 if your struct stat has an st_mtimespec member */
  113. #undef HAVE_ST_MTIMESPEC
  114. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  115. */
  116. #undef HAVE_SYS_DIR_H
  117. /* Define to 1 if you have the <sys/file.h> header file. */
  118. #undef HAVE_SYS_FILE_H
  119. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  120. #undef HAVE_SYS_IOCTL_H
  121. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  122. */
  123. #undef HAVE_SYS_NDIR_H
  124. /* Define to 1 if you have the <sys/param.h> header file. */
  125. #undef HAVE_SYS_PARAM_H
  126. /* Define to 1 if you have the <sys/ptrace.h> header file. */
  127. #undef HAVE_SYS_PTRACE_H
  128. /* Define to 1 if you have the <sys/socket.h> header file. */
  129. #undef HAVE_SYS_SOCKET_H
  130. /* Define to 1 if you have the <sys/stat.h> header file. */
  131. #undef HAVE_SYS_STAT_H
  132. /* Define to 1 if you have the <sys/time.h> header file. */
  133. #undef HAVE_SYS_TIME_H
  134. /* Define to 1 if you have the <sys/types.h> header file. */
  135. #undef HAVE_SYS_TYPES_H
  136. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  137. #undef HAVE_SYS_WAIT_H
  138. /* Define to 1 if you have struct timespec in sys/time.h */
  139. #undef HAVE_TIMESPEC
  140. /* Define to 1 if you have a timespecsub macro or function that takes two
  141. arguments (not three) */
  142. #undef HAVE_TIMESPECSUB2
  143. /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
  144. `HAVE_STRUCT_TM_TM_ZONE' instead. */
  145. #undef HAVE_TM_ZONE
  146. /* Define to 1 if you don't have `tm_zone' but do have the external array
  147. `tzname'. */
  148. #undef HAVE_TZNAME
  149. /* Define to 1 if you have the `uname' function. */
  150. #undef HAVE_UNAME
  151. /* Define to 1 if you have the <unistd.h> header file. */
  152. #undef HAVE_UNISTD_H
  153. /* Define to 1 if you have the `vfork' function. */
  154. #undef HAVE_VFORK
  155. /* Define to 1 if you have the <vfork.h> header file. */
  156. #undef HAVE_VFORK_H
  157. /* Define to 1 if you have the `vsnprintf' function. */
  158. #undef HAVE_VSNPRINTF
  159. /* Define to 1 if you have the `vsprintf' function. */
  160. #undef HAVE_VSPRINTF
  161. /* Define to 1 if you have the <wchar.h> header file. */
  162. #undef HAVE_WCHAR_H
  163. /* Define to 1 if `fork' works. */
  164. #undef HAVE_WORKING_FORK
  165. /* Define to 1 if `vfork' works. */
  166. #undef HAVE_WORKING_VFORK
  167. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  168. slash. */
  169. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  170. /* little endian */
  171. #undef L_ENDIAN
  172. /* Define under HPUX */
  173. #undef MD32_XARRAY
  174. /* Define if running on OSF/1 platform */
  175. #undef OSF1_HACKS
  176. /* Define to the address where bug reports for this package should be sent. */
  177. #undef PACKAGE_BUGREPORT
  178. /* Define to the full name of this package. */
  179. #undef PACKAGE_NAME
  180. /* Define to the full name and version of this package. */
  181. #undef PACKAGE_STRING
  182. /* Define to the one symbol short name of this package. */
  183. #undef PACKAGE_TARNAME
  184. /* Define to the version of this package. */
  185. #undef PACKAGE_VERSION
  186. /* Define limit of random() function. */
  187. #undef RANDOM_MAX
  188. /* The size of a `int', as computed by sizeof. */
  189. #undef SIZEOF_INT
  190. /* The size of a `long', as computed by sizeof. */
  191. #undef SIZEOF_LONG
  192. /* The size of a `long long', as computed by sizeof. */
  193. #undef SIZEOF_LONG_LONG
  194. /* The size of a `short', as computed by sizeof. */
  195. #undef SIZEOF_SHORT
  196. /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
  197. #undef STAT_MACROS_BROKEN
  198. /* Define to 1 if you have the ANSI C header files. */
  199. #undef STDC_HEADERS
  200. /* Define if running on OSF/1 platform */
  201. #undef STOP_UAC
  202. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  203. #undef TIME_WITH_SYS_TIME
  204. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  205. #undef TM_IN_SYS_TIME
  206. /* Define if you want ipv6 support */
  207. #undef USE_IPV6
  208. /* Define if windows */
  209. #undef WIN32_LEAN_AND_MEAN
  210. /* Define to 1 if on AIX 3.
  211. System headers sometimes define this.
  212. We just want to avoid a redefinition error message. */
  213. #ifndef _ALL_SOURCE
  214. # undef _ALL_SOURCE
  215. #endif
  216. /* Define to 1 if on MINIX. */
  217. #undef _MINIX
  218. /* Define to 2 if the system does not provide POSIX.1 features except with
  219. this defined. */
  220. #undef _POSIX_1_SOURCE
  221. /* Define to 1 if you need to in order for `stat' and other things to work. */
  222. #undef _POSIX_SOURCE
  223. /* Define to 1 if type `char' is unsigned and you are not using gcc. */
  224. #ifndef __CHAR_UNSIGNED__
  225. # undef __CHAR_UNSIGNED__
  226. #endif
  227. /* Define to `int' if <sys/types.h> doesn't define. */
  228. #undef gid_t
  229. /* Define to rpl_malloc if the replacement function should be used. */
  230. #undef malloc
  231. /* Define to `int' if <sys/types.h> does not define. */
  232. #undef pid_t
  233. /* Define to rpl_realloc if the replacement function should be used. */
  234. #undef realloc
  235. /* Define to `unsigned' if <sys/types.h> does not define. */
  236. #undef size_t
  237. /* Define to `int' if <sys/types.h> doesn't define. */
  238. #undef uid_t
  239. /* Define as `fork' if `vfork' does not work. */
  240. #undef vfork
  241. /* Define to empty if the keyword `volatile' does not work. Warning: valid
  242. code using `volatile' can become incorrect without. Disable with care. */
  243. #undef volatile
  244. /*
  245. * Macros to pull sec and nsec parts of mtime from struct stat.
  246. */
  247. #ifdef HAVE_ST_MTIM
  248. # define mtim_getsec(_x) ((_x).st_mtim.tv_sec)
  249. # define mtim_getnsec(_x) ((_x).st_mtim.tv_nsec)
  250. #else
  251. # ifdef HAVE_ST_MTIMESPEC
  252. # define mtim_getsec(_x) ((_x).st_mtimespec.tv_sec)
  253. # define mtim_getnsec(_x) ((_x).st_mtimespec.tv_nsec)
  254. # else
  255. # define mtim_getsec(_x) ((_x).st_mtime)
  256. # define mtim_getnsec(_x) (0)
  257. # endif /* HAVE_ST_MTIMESPEC */
  258. #endif /* HAVE_ST_MTIM */
  259. /*
  260. * Enable IPv6 debugging?
  261. */
  262. #define DEBUG_IPV6 1
  263. #define HAVE_IPV6 1
  264. /* IPv6 sanity checks. */
  265. #ifdef USE_IPV6
  266. # ifndef HAVE_IPV6
  267. # undef USE_IPV6
  268. # endif
  269. # ifndef HAVE_GETHOSTBYNAME2
  270. # ifndef HAVE_GETIPNODEBYNAME
  271. # undef USE_IPV6
  272. # endif
  273. # endif
  274. #endif
  275. /* Defines for pack features */