config.h.in 12 KB

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