config.h.in 12 KB

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