1
0

config.h.in 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  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 if running on NeXT Step */
  5. #undef BORGCUBES
  6. /* Define to use Eggdrop's snprintf functions without regard to HAVE_SNPRINTF
  7. */
  8. #undef BROKEN_SNPRINTF
  9. /* big endian */
  10. #undef B_ENDIAN
  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 declaration of `tzname', and to 0 if you don't.
  20. */
  21. #undef HAVE_DECL_TZNAME
  22. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  23. */
  24. #undef HAVE_DIRENT_H
  25. /* Define to 1 if you have the <fcntl.h> header file. */
  26. #undef HAVE_FCNTL_H
  27. /* Define to 1 if you have the `fork' function. */
  28. #undef HAVE_FORK
  29. /* Define to 1 if you have the `fsync' function. */
  30. #undef HAVE_FSYNC
  31. /* Define to 1 if you have the `getpagesize' function. */
  32. #undef HAVE_GETPAGESIZE
  33. /* Define to 1 if you have the `getpassphrase' function. */
  34. #undef HAVE_GETPASSPHRASE
  35. /* Define to 1 if you have the `getrusage' function. */
  36. #undef HAVE_GETRUSAGE
  37. /* Define to 1 if you have the `gettime' function. */
  38. #undef HAVE_GETTIME
  39. /* Define to 1 if you have the <inttypes.h> header file. */
  40. #undef HAVE_INTTYPES_H
  41. /* Define to 1 if you have the `isascii' function. */
  42. #undef HAVE_ISASCII
  43. /* Define to 1 if you have the `dl' library (-ldl). */
  44. #undef HAVE_LIBDL
  45. /* Define to 1 if you have the `nsl' library (-lnsl). */
  46. #undef HAVE_LIBNSL
  47. /* Define to 1 if you have the `socket' library (-lsocket). */
  48. #undef HAVE_LIBSOCKET
  49. /* Define to 1 if you have the <limits.h> header file. */
  50. #undef HAVE_LIMITS_H
  51. /* Define to 1 if you have the <locale.h> header file. */
  52. #undef HAVE_LOCALE_H
  53. /* Define to 1 if `lstat' has the bug that it succeeds when given the
  54. zero-length file name argument. */
  55. #undef HAVE_LSTAT_EMPTY_STRING_BUG
  56. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  57. to 0 otherwise. */
  58. #undef HAVE_MALLOC
  59. /* Define to 1 if you have the `memcpy' function. */
  60. #undef HAVE_MEMCPY
  61. /* Define to 1 if you have the <memory.h> header file. */
  62. #undef HAVE_MEMORY_H
  63. /* Define to 1 if you have the `memset' function. */
  64. #undef HAVE_MEMSET
  65. /* Define to 1 if you have a working `mmap' system call. */
  66. #undef HAVE_MMAP
  67. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  68. #undef HAVE_NDIR_H
  69. /* Define to 1 if you have the <netdb.h> header file. */
  70. #undef HAVE_NETDB_H
  71. /* Define to 1 if you have the <netinet/in.h> header file. */
  72. #undef HAVE_NETINET_IN_H
  73. /* Define to 1 if you have the <paths.h> header file. */
  74. #undef HAVE_PATHS_H
  75. /* Define to 1 if you have the `random' function. */
  76. #undef HAVE_RANDOM
  77. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  78. and to 0 otherwise. */
  79. #undef HAVE_REALLOC
  80. /* Define to 1 if you have the `rename' function. */
  81. #undef HAVE_RENAME
  82. /* Define to 1 if you have the `snprintf' function. */
  83. #undef HAVE_SNPRINTF
  84. /* Define if you have support for socklen_t */
  85. #undef HAVE_SOCKLEN_T
  86. /* Define to 1 if you have the `srandom' function. */
  87. #undef HAVE_SRANDOM
  88. /* Define to 1 if `stat' has the bug that it succeeds when given the
  89. zero-length file name argument. */
  90. #undef HAVE_STAT_EMPTY_STRING_BUG
  91. /* Define to 1 if you have the <stdarg.h> header file. */
  92. #undef HAVE_STDARG_H
  93. /* Define to 1 if you have the <stdint.h> header file. */
  94. #undef HAVE_STDINT_H
  95. /* Define to 1 if you have the <stdlib.h> header file. */
  96. #undef HAVE_STDLIB_H
  97. /* Define to 1 if you have the <std_arg.h> header file. */
  98. #undef HAVE_STD_ARG_H
  99. /* Define to 1 if you have the `strcasecmp' function. */
  100. #undef HAVE_STRCASECMP
  101. /* Define to 1 if you have the `strftime' function. */
  102. #undef HAVE_STRFTIME
  103. /* Define to 1 if you have the <strings.h> header file. */
  104. #undef HAVE_STRINGS_H
  105. /* Define to 1 if you have the <string.h> header file. */
  106. #undef HAVE_STRING_H
  107. /* Define to 1 if you have the `strncasecmp' function. */
  108. #undef HAVE_STRNCASECMP
  109. /* Define to 1 if `tm_zone' is a member of `struct tm'. */
  110. #undef HAVE_STRUCT_TM_TM_ZONE
  111. /* Define to 1 if your struct stat has an st_mtim member */
  112. #undef HAVE_ST_MTIM
  113. /* Define to 1 if your struct stat has an st_mtimespec member */
  114. #undef HAVE_ST_MTIMESPEC
  115. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  116. */
  117. #undef HAVE_SYS_DIR_H
  118. /* Define to 1 if you have the <sys/file.h> header file. */
  119. #undef HAVE_SYS_FILE_H
  120. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  121. #undef HAVE_SYS_IOCTL_H
  122. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  123. */
  124. #undef HAVE_SYS_NDIR_H
  125. /* Define to 1 if you have the <sys/param.h> header file. */
  126. #undef HAVE_SYS_PARAM_H
  127. /* Define to 1 if you have the <sys/ptrace.h> header file. */
  128. #undef HAVE_SYS_PTRACE_H
  129. /* Define to 1 if you have the <sys/socket.h> header file. */
  130. #undef HAVE_SYS_SOCKET_H
  131. /* Define to 1 if you have the <sys/stat.h> header file. */
  132. #undef HAVE_SYS_STAT_H
  133. /* Define to 1 if you have the <sys/time.h> header file. */
  134. #undef HAVE_SYS_TIME_H
  135. /* Define to 1 if you have the <sys/types.h> header file. */
  136. #undef HAVE_SYS_TYPES_H
  137. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  138. #undef HAVE_SYS_WAIT_H
  139. /* Define to 1 if you have struct timespec in sys/time.h */
  140. #undef HAVE_TIMESPEC
  141. /* Define to 1 if you have a timespecsub macro or function that takes two
  142. arguments (not three) */
  143. #undef HAVE_TIMESPECSUB2
  144. /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
  145. `HAVE_STRUCT_TM_TM_ZONE' instead. */
  146. #undef HAVE_TM_ZONE
  147. /* Define to 1 if you don't have `tm_zone' but do have the external array
  148. `tzname'. */
  149. #undef HAVE_TZNAME
  150. /* Define to 1 if you have the `uname' function. */
  151. #undef HAVE_UNAME
  152. /* Define to 1 if you have the <unistd.h> header file. */
  153. #undef HAVE_UNISTD_H
  154. /* Define to 1 if you have the `vfork' function. */
  155. #undef HAVE_VFORK
  156. /* Define to 1 if you have the <vfork.h> header file. */
  157. #undef HAVE_VFORK_H
  158. /* Define to 1 if you have the `vsnprintf' function. */
  159. #undef HAVE_VSNPRINTF
  160. /* Define to 1 if you have the `vsprintf' function. */
  161. #undef HAVE_VSPRINTF
  162. /* Define to 1 if you have the <wchar.h> header file. */
  163. #undef HAVE_WCHAR_H
  164. /* Define to 1 if `fork' works. */
  165. #undef HAVE_WORKING_FORK
  166. /* Define to 1 if `vfork' works. */
  167. #undef HAVE_WORKING_VFORK
  168. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  169. slash. */
  170. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  171. /* little endian */
  172. #undef L_ENDIAN
  173. /* Define under HPUX */
  174. #undef MD32_XARRAY
  175. /* Define if running on OSF/1 platform */
  176. #undef OSF1_HACKS
  177. /* Define to the address where bug reports for this package should be sent. */
  178. #undef PACKAGE_BUGREPORT
  179. /* Define to the full name of this package. */
  180. #undef PACKAGE_NAME
  181. /* Define to the full name and version of this package. */
  182. #undef PACKAGE_STRING
  183. /* Define to the one symbol short name of this package. */
  184. #undef PACKAGE_TARNAME
  185. /* Define to the home page for this package. */
  186. #undef PACKAGE_URL
  187. /* Define to the version of this package. */
  188. #undef PACKAGE_VERSION
  189. /* Define limit of random() function. */
  190. #undef RANDOM_MAX
  191. /* The size of `int', as computed by sizeof. */
  192. #undef SIZEOF_INT
  193. /* The size of `long', as computed by sizeof. */
  194. #undef SIZEOF_LONG
  195. /* The size of `long long', as computed by sizeof. */
  196. #undef SIZEOF_LONG_LONG
  197. /* The size of `ptrdiff_t', as computed by sizeof. */
  198. #undef SIZEOF_PTRDIFF_T
  199. /* The size of `short', as computed by sizeof. */
  200. #undef SIZEOF_SHORT
  201. /* The size of `size_t', as computed by sizeof. */
  202. #undef SIZEOF_SIZE_T
  203. /* The size of `time_t', as computed by sizeof. */
  204. #undef SIZEOF_TIME_T
  205. /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
  206. #undef STAT_MACROS_BROKEN
  207. /* Define to 1 if you have the ANSI C header files. */
  208. #undef STDC_HEADERS
  209. /* Define if running on OSF/1 platform */
  210. #undef STOP_UAC
  211. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  212. #undef TIME_WITH_SYS_TIME
  213. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  214. #undef TM_IN_SYS_TIME
  215. /* Define if you want ipv6 support */
  216. #undef USE_IPV6
  217. /* Enable extensions on AIX 3, Interix. */
  218. #ifndef _ALL_SOURCE
  219. # undef _ALL_SOURCE
  220. #endif
  221. /* Enable GNU extensions on systems that have them. */
  222. #ifndef _GNU_SOURCE
  223. # undef _GNU_SOURCE
  224. #endif
  225. /* Enable threading extensions on Solaris. */
  226. #ifndef _POSIX_PTHREAD_SEMANTICS
  227. # undef _POSIX_PTHREAD_SEMANTICS
  228. #endif
  229. /* Enable extensions on HP NonStop. */
  230. #ifndef _TANDEM_SOURCE
  231. # undef _TANDEM_SOURCE
  232. #endif
  233. /* Enable general extensions on Solaris. */
  234. #ifndef __EXTENSIONS__
  235. # undef __EXTENSIONS__
  236. #endif
  237. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  238. significant byte first (like Motorola and SPARC, unlike Intel). */
  239. #if defined AC_APPLE_UNIVERSAL_BUILD
  240. # if defined __BIG_ENDIAN__
  241. # define WORDS_BIGENDIAN 1
  242. # endif
  243. #else
  244. # ifndef WORDS_BIGENDIAN
  245. # undef WORDS_BIGENDIAN
  246. # endif
  247. #endif
  248. /* Define to 1 if on MINIX. */
  249. #undef _MINIX
  250. /* Define to 2 if the system does not provide POSIX.1 features except with
  251. this defined. */
  252. #undef _POSIX_1_SOURCE
  253. /* Define to 1 if you need to in order for `stat' and other things to work. */
  254. #undef _POSIX_SOURCE
  255. /* Define to 1 if type `char' is unsigned and you are not using gcc. */
  256. #ifndef __CHAR_UNSIGNED__
  257. # undef __CHAR_UNSIGNED__
  258. #endif
  259. /* Define to `int' if <sys/types.h> doesn't define. */
  260. #undef gid_t
  261. /* Define to rpl_malloc if the replacement function should be used. */
  262. #undef malloc
  263. /* Define to `int' if <sys/types.h> does not define. */
  264. #undef pid_t
  265. /* Define to rpl_realloc if the replacement function should be used. */
  266. #undef realloc
  267. /* Define to `unsigned int' if <sys/types.h> does not define. */
  268. #undef size_t
  269. /* Define to `int' if <sys/types.h> doesn't define. */
  270. #undef uid_t
  271. /* Define as `fork' if `vfork' does not work. */
  272. #undef vfork
  273. /* Define to empty if the keyword `volatile' does not work. Warning: valid
  274. code using `volatile' can become incorrect without. Disable with care. */
  275. #undef volatile
  276. /*
  277. * Macros to pull sec and nsec parts of mtime from struct stat.
  278. */
  279. #ifdef HAVE_ST_MTIM
  280. # define mtim_getsec(_x) ((_x).st_mtim.tv_sec)
  281. # define mtim_getnsec(_x) ((_x).st_mtim.tv_nsec)
  282. #else
  283. # ifdef HAVE_ST_MTIMESPEC
  284. # define mtim_getsec(_x) ((_x).st_mtimespec.tv_sec)
  285. # define mtim_getnsec(_x) ((_x).st_mtimespec.tv_nsec)
  286. # else
  287. # define mtim_getsec(_x) ((_x).st_mtime)
  288. # define mtim_getnsec(_x) (0)
  289. # endif /* HAVE_ST_MTIMESPEC */
  290. #endif /* HAVE_ST_MTIM */
  291. /*
  292. * Enable IPv6 debugging?
  293. */
  294. #define DEBUG_IPV6 1
  295. #define HAVE_IPV6 1
  296. /* IPv6 sanity checks. */
  297. #ifdef USE_IPV6
  298. # ifndef HAVE_IPV6
  299. # undef USE_IPV6
  300. # endif
  301. # ifndef HAVE_GETHOSTBYNAME2
  302. # ifndef HAVE_GETIPNODEBYNAME
  303. # undef USE_IPV6
  304. # endif
  305. # endif
  306. #endif