config.h.in 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  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 `snprintf' function. */
  76. #undef HAVE_SNPRINTF
  77. /* Define if you have support for socklen_t */
  78. #undef HAVE_SOCKLEN_T
  79. /* Define to 1 if you have the `srandom' function. */
  80. #undef HAVE_SRANDOM
  81. /* Define to 1 if `stat' has the bug that it succeeds when given the
  82. zero-length file name argument. */
  83. #undef HAVE_STAT_EMPTY_STRING_BUG
  84. /* Define to 1 if you have the <stdint.h> header file. */
  85. #undef HAVE_STDINT_H
  86. /* Define to 1 if you have the <stdlib.h> header file. */
  87. #undef HAVE_STDLIB_H
  88. /* Define to 1 if you have the `strcasecmp' function. */
  89. #undef HAVE_STRCASECMP
  90. /* Define to 1 if you have the `strftime' function. */
  91. #undef HAVE_STRFTIME
  92. /* Define to 1 if cpp supports the ANSI # stringizing operator. */
  93. #undef HAVE_STRINGIZE
  94. /* Define to 1 if you have the <strings.h> header file. */
  95. #undef HAVE_STRINGS_H
  96. /* Define to 1 if you have the <string.h> header file. */
  97. #undef HAVE_STRING_H
  98. /* Define to 1 if you have the `strncasecmp' function. */
  99. #undef HAVE_STRNCASECMP
  100. /* Define to 1 if `tm_zone' is member of `struct tm'. */
  101. #undef HAVE_STRUCT_TM_TM_ZONE
  102. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  103. */
  104. #undef HAVE_SYS_DIR_H
  105. /* Define to 1 if you have the <sys/file.h> header file. */
  106. #undef HAVE_SYS_FILE_H
  107. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  108. #undef HAVE_SYS_IOCTL_H
  109. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  110. */
  111. #undef HAVE_SYS_NDIR_H
  112. /* Define to 1 if you have the <sys/param.h> header file. */
  113. #undef HAVE_SYS_PARAM_H
  114. /* Define to 1 if you have the <sys/socket.h> header file. */
  115. #undef HAVE_SYS_SOCKET_H
  116. /* Define to 1 if you have the <sys/stat.h> header file. */
  117. #undef HAVE_SYS_STAT_H
  118. /* Define to 1 if you have the <sys/time.h> header file. */
  119. #undef HAVE_SYS_TIME_H
  120. /* Define to 1 if you have the <sys/types.h> header file. */
  121. #undef HAVE_SYS_TYPES_H
  122. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  123. #undef HAVE_SYS_WAIT_H
  124. /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
  125. `HAVE_STRUCT_TM_TM_ZONE' instead. */
  126. #undef HAVE_TM_ZONE
  127. /* Define to 1 if you don't have `tm_zone' but do have the external array
  128. `tzname'. */
  129. #undef HAVE_TZNAME
  130. /* Define to 1 if you have the `uname' function. */
  131. #undef HAVE_UNAME
  132. /* Define to 1 if you have the <unistd.h> header file. */
  133. #undef HAVE_UNISTD_H
  134. /* Define to 1 if you have the `vfork' function. */
  135. #undef HAVE_VFORK
  136. /* Define to 1 if you have the <vfork.h> header file. */
  137. #undef HAVE_VFORK_H
  138. /* Define to 1 if you have the `vsnprintf' function. */
  139. #undef HAVE_VSNPRINTF
  140. /* Define to 1 if you have the `vsprintf' function. */
  141. #undef HAVE_VSPRINTF
  142. /* Define to 1 if you have the <wchar.h> header file. */
  143. #undef HAVE_WCHAR_H
  144. /* Define to 1 if `fork' works. */
  145. #undef HAVE_WORKING_FORK
  146. /* Define to 1 if `vfork' works. */
  147. #undef HAVE_WORKING_VFORK
  148. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  149. slash. */
  150. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  151. /* Define if running on OSF/1 platform */
  152. #undef OSF1_HACKS
  153. /* Define to the address where bug reports for this package should be sent. */
  154. #undef PACKAGE_BUGREPORT
  155. /* Define to the full name of this package. */
  156. #undef PACKAGE_NAME
  157. /* Define to the full name and version of this package. */
  158. #undef PACKAGE_STRING
  159. /* Define to the one symbol short name of this package. */
  160. #undef PACKAGE_TARNAME
  161. /* Define to the version of this package. */
  162. #undef PACKAGE_VERSION
  163. /* Define to 1 if the C compiler supports function prototypes. */
  164. #undef PROTOTYPES
  165. /* The size of a `int', as computed by sizeof. */
  166. #undef SIZEOF_INT
  167. /* The size of a `long', as computed by sizeof. */
  168. #undef SIZEOF_LONG
  169. /* The size of a `long long', as computed by sizeof. */
  170. #undef SIZEOF_LONG_LONG
  171. /* The size of a `short', as computed by sizeof. */
  172. #undef SIZEOF_SHORT
  173. /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
  174. #undef STAT_MACROS_BROKEN
  175. /* Define to 1 if you have the ANSI C header files. */
  176. #undef STDC_HEADERS
  177. /* Define if running on OSF/1 platform */
  178. #undef STOP_UAC
  179. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  180. #undef TIME_WITH_SYS_TIME
  181. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  182. #undef TM_IN_SYS_TIME
  183. /* Define if you want ipv6 support */
  184. #undef USE_IPV6
  185. /* Define if windows */
  186. #undef WIN32_LEAN_AND_MEAN
  187. /* Define to 1 if your processor stores words with the most significant byte
  188. first (like Motorola and SPARC, unlike Intel and VAX). */
  189. #undef WORDS_BIGENDIAN
  190. /* Define to 1 if on AIX 3.
  191. System headers sometimes define this.
  192. We just want to avoid a redefinition error message. */
  193. #ifndef _ALL_SOURCE
  194. # undef _ALL_SOURCE
  195. #endif
  196. /* Define to 1 if on MINIX. */
  197. #undef _MINIX
  198. /* Define to 2 if the system does not provide POSIX.1 features except with
  199. this defined. */
  200. #undef _POSIX_1_SOURCE
  201. /* Define to 1 if you need to in order for `stat' and other things to work. */
  202. #undef _POSIX_SOURCE
  203. /* Define to 1 if type `char' is unsigned and you are not using gcc. */
  204. #ifndef __CHAR_UNSIGNED__
  205. # undef __CHAR_UNSIGNED__
  206. #endif
  207. /* Define like PROTOTYPES; this can be used by system headers. */
  208. #undef __PROTOTYPES
  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 */