config.h.in 10 KB

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