config.h.in 8.6 KB

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