config.h.in 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  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 `gethostbyname2' function. */
  29. #undef HAVE_GETHOSTBYNAME2
  30. /* Define to 1 if you have the `getipnodebyname' function. */
  31. #undef HAVE_GETIPNODEBYNAME
  32. /* Define to 1 if you have the `getpagesize' function. */
  33. #undef HAVE_GETPAGESIZE
  34. /* Define to 1 if you have the `getrusage' function. */
  35. #undef HAVE_GETRUSAGE
  36. /* Define to 1 if you have the `inet_aton' function. */
  37. #undef HAVE_INET_ATON
  38. /* Define to 1 if you have the <inttypes.h> header file. */
  39. #undef HAVE_INTTYPES_H
  40. /* Define to 1 if you have the `isascii' function. */
  41. #undef HAVE_ISASCII
  42. /* Define to 1 if you have the `dns' library (-ldns). */
  43. #undef HAVE_LIBDNS
  44. /* Define to 1 if you have the `socket' library (-lsocket). */
  45. #undef HAVE_LIBSOCKET
  46. /* Define to 1 if you have the <limits.h> header file. */
  47. #undef HAVE_LIMITS_H
  48. /* Define to 1 if you have the <locale.h> header file. */
  49. #undef HAVE_LOCALE_H
  50. /* Define to 1 if `lstat' has the bug that it succeeds when given the
  51. zero-length file name argument. */
  52. #undef HAVE_LSTAT_EMPTY_STRING_BUG
  53. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  54. to 0 otherwise. */
  55. #undef HAVE_MALLOC
  56. /* Define to 1 if you have the `memcpy' function. */
  57. #undef HAVE_MEMCPY
  58. /* Define to 1 if you have the <memory.h> header file. */
  59. #undef HAVE_MEMORY_H
  60. /* Define to 1 if you have the `memset' function. */
  61. #undef HAVE_MEMSET
  62. /* Define to 1 if you have a working `mmap' system call. */
  63. #undef HAVE_MMAP
  64. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  65. #undef HAVE_NDIR_H
  66. /* Define to 1 if you have the <netdb.h> header file. */
  67. #undef HAVE_NETDB_H
  68. /* Define to 1 if you have the <netinet/in.h> header file. */
  69. #undef HAVE_NETINET_IN_H
  70. /* Define to 1 if you have the <paths.h> header file. */
  71. #undef HAVE_PATHS_H
  72. /* Define to 1 if you have the `random' function. */
  73. #undef HAVE_RANDOM
  74. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  75. and to 0 otherwise. */
  76. #undef HAVE_REALLOC
  77. /* Define to 1 if you have the `rename' function. */
  78. #undef HAVE_RENAME
  79. /* Define to 1 if you have the `snprintf' function. */
  80. #undef HAVE_SNPRINTF
  81. /* Define if you have support for socklen_t */
  82. #undef HAVE_SOCKLEN_T
  83. /* Define to 1 if you have the `srandom' function. */
  84. #undef HAVE_SRANDOM
  85. /* Define to 1 if `stat' has the bug that it succeeds when given the
  86. zero-length file name argument. */
  87. #undef HAVE_STAT_EMPTY_STRING_BUG
  88. /* Define to 1 if you have the <stdarg.h> header file. */
  89. #undef HAVE_STDARG_H
  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 <std_arg.h> header file. */
  95. #undef HAVE_STD_ARG_H
  96. /* Define to 1 if you have the `strcasecmp' function. */
  97. #undef HAVE_STRCASECMP
  98. /* Define to 1 if you have the `strftime' function. */
  99. #undef HAVE_STRFTIME
  100. /* Define to 1 if you have the <strings.h> header file. */
  101. #undef HAVE_STRINGS_H
  102. /* Define to 1 if you have the <string.h> header file. */
  103. #undef HAVE_STRING_H
  104. /* Define to 1 if you have the `strncasecmp' function. */
  105. #undef HAVE_STRNCASECMP
  106. /* Define to 1 if `tm_zone' is member of `struct tm'. */
  107. #undef HAVE_STRUCT_TM_TM_ZONE
  108. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  109. */
  110. #undef HAVE_SYS_DIR_H
  111. /* Define to 1 if you have the <sys/file.h> header file. */
  112. #undef HAVE_SYS_FILE_H
  113. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  114. #undef HAVE_SYS_IOCTL_H
  115. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  116. */
  117. #undef HAVE_SYS_NDIR_H
  118. /* Define to 1 if you have the <sys/param.h> header file. */
  119. #undef HAVE_SYS_PARAM_H
  120. /* Define to 1 if you have the <sys/ptrace.h> header file. */
  121. #undef HAVE_SYS_PTRACE_H
  122. /* Define to 1 if you have the <sys/socket.h> header file. */
  123. #undef HAVE_SYS_SOCKET_H
  124. /* Define to 1 if you have the <sys/stat.h> header file. */
  125. #undef HAVE_SYS_STAT_H
  126. /* Define to 1 if you have the <sys/time.h> header file. */
  127. #undef HAVE_SYS_TIME_H
  128. /* Define to 1 if you have the <sys/types.h> header file. */
  129. #undef HAVE_SYS_TYPES_H
  130. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  131. #undef HAVE_SYS_WAIT_H
  132. /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
  133. `HAVE_STRUCT_TM_TM_ZONE' instead. */
  134. #undef HAVE_TM_ZONE
  135. /* Define to 1 if you don't have `tm_zone' but do have the external array
  136. `tzname'. */
  137. #undef HAVE_TZNAME
  138. /* Define to 1 if you have the `uname' function. */
  139. #undef HAVE_UNAME
  140. /* Define to 1 if you have the <unistd.h> header file. */
  141. #undef HAVE_UNISTD_H
  142. /* Define to 1 if you have the `vfork' function. */
  143. #undef HAVE_VFORK
  144. /* Define to 1 if you have the <vfork.h> header file. */
  145. #undef HAVE_VFORK_H
  146. /* Define to 1 if you have the `vsnprintf' function. */
  147. #undef HAVE_VSNPRINTF
  148. /* Define to 1 if you have the `vsprintf' function. */
  149. #undef HAVE_VSPRINTF
  150. /* Define to 1 if you have the <wchar.h> header file. */
  151. #undef HAVE_WCHAR_H
  152. /* Define to 1 if `fork' works. */
  153. #undef HAVE_WORKING_FORK
  154. /* Define to 1 if `vfork' works. */
  155. #undef HAVE_WORKING_VFORK
  156. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  157. slash. */
  158. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  159. /* little endian */
  160. #undef L_ENDIAN
  161. /* Define under HPUX */
  162. #undef MD32_XARRAY
  163. /* Define if running on OSF/1 platform */
  164. #undef OSF1_HACKS
  165. /* Define to the address where bug reports for this package should be sent. */
  166. #undef PACKAGE_BUGREPORT
  167. /* Define to the full name of this package. */
  168. #undef PACKAGE_NAME
  169. /* Define to the full name and version of this package. */
  170. #undef PACKAGE_STRING
  171. /* Define to the one symbol short name of this package. */
  172. #undef PACKAGE_TARNAME
  173. /* Define to the version of this package. */
  174. #undef PACKAGE_VERSION
  175. /* Define limit of random() function. */
  176. #undef RANDOM_MAX
  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. /* The size of a `long long', as computed by sizeof. */
  182. #undef SIZEOF_LONG_LONG
  183. /* The size of a `short', as computed by sizeof. */
  184. #undef SIZEOF_SHORT
  185. /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
  186. #undef STAT_MACROS_BROKEN
  187. /* Define to 1 if you have the ANSI C header files. */
  188. #undef STDC_HEADERS
  189. /* Define if running on OSF/1 platform */
  190. #undef STOP_UAC
  191. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  192. #undef TIME_WITH_SYS_TIME
  193. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  194. #undef TM_IN_SYS_TIME
  195. /* Define if you want ipv6 support */
  196. #undef USE_IPV6
  197. /* Define if windows */
  198. #undef WIN32_LEAN_AND_MEAN
  199. /* Define to 1 if on AIX 3.
  200. System headers sometimes define this.
  201. We just want to avoid a redefinition error message. */
  202. #ifndef _ALL_SOURCE
  203. # undef _ALL_SOURCE
  204. #endif
  205. /* Define to 1 if on MINIX. */
  206. #undef _MINIX
  207. /* Define to 2 if the system does not provide POSIX.1 features except with
  208. this defined. */
  209. #undef _POSIX_1_SOURCE
  210. /* Define to 1 if you need to in order for `stat' and other things to work. */
  211. #undef _POSIX_SOURCE
  212. /* Define to 1 if type `char' is unsigned and you are not using gcc. */
  213. #ifndef __CHAR_UNSIGNED__
  214. # undef __CHAR_UNSIGNED__
  215. #endif
  216. /* Define to `int' if <sys/types.h> doesn't define. */
  217. #undef gid_t
  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 */