config.h.in 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. /* config.h.in. Generated from configure.in by autoheader. */
  2. #ifndef _EGG_CONFIG_H
  3. #define _EGG_CONFIG_H
  4. /*
  5. * acconfig.h
  6. * template file autoheader uses when building config.h.in
  7. *
  8. */
  9. /* Define if modules will work on your system */
  10. #undef MODULES_OK
  11. /* Define if running on hpux that supports dynamic linking */
  12. #undef HPUX_HACKS
  13. /* Define if running on hpux 10.x */
  14. #undef HPUX10_HACKS
  15. /* Define if running on OSF/1 platform. */
  16. #undef OSF1_HACKS
  17. /* Define if running on OSF/1 platform. */
  18. #undef STOP_UAC
  19. /* Define if running on sunos 4.0 *sigh* */
  20. #undef DLOPEN_1
  21. /* Define if running on NeXT Step */
  22. #undef BORGCUBES
  23. /* Define if running under cygwin */
  24. #undef CYGWIN_HACKS
  25. /* Define if you have a version of libsafe with a broken sscanf */
  26. #undef LIBSAFE_HACKS
  27. /* Define if we need dlopen (for module support) */
  28. #undef HAVE_DLOPEN
  29. /* Define for pre Tcl 7.5 compat */
  30. #undef HAVE_PRE7_5_TCL
  31. /* Define for Tcl that has Tcl_Free() (7.5p1 and later) */
  32. #undef HAVE_TCL_FREE
  33. /* Define for Tcl that has threads */
  34. #undef HAVE_TCL_THREADS
  35. /* Defines the current eggdrop version */
  36. #undef EGG_VERSION
  37. /* Defines extension of eggdrop modules */
  38. #undef EGG_MOD_EXT
  39. /* Define if you have the `clock' function. */
  40. #undef HAVE_CLOCK
  41. /* Define if you have the <dirent.h> header file, and it defines `DIR'. */
  42. #undef HAVE_DIRENT_H
  43. /* Define if you have the <dlfcn.h> header file. */
  44. #undef HAVE_DLFCN_H
  45. /* Define if you have the `dlopen' function. */
  46. #undef HAVE_DLOPEN
  47. /* Define if you have the `dprintf' function. */
  48. #undef HAVE_DPRINTF
  49. /* Define if you have the `fsync' function. */
  50. #undef HAVE_FSYNC
  51. /* Define if you have the `ipv6' support. */
  52. #define USE_IPV6
  53. /* Define if you have the `getdtablesize' function. */
  54. #undef HAVE_GETDTABLESIZE
  55. /* Define if you have the `getrusage' function. */
  56. #undef HAVE_GETRUSAGE
  57. /* Define if you have the `inet_aton' function. */
  58. #undef HAVE_INET_ATON
  59. /* Define if you have the <inttypes.h> header file. */
  60. #undef HAVE_INTTYPES_H
  61. /* Define if you have the `isascii' function. */
  62. #undef HAVE_ISASCII
  63. /* Define if you have the `dl' library (-ldl). */
  64. #undef HAVE_LIBDL
  65. /* Define if you have the `dld' library (-ldld). */
  66. #undef HAVE_LIBDLD
  67. /* Define if you have the `dns' library (-ldns). */
  68. #undef HAVE_LIBDNS
  69. /* Define if you have the `nsl' library (-lnsl). */
  70. #undef HAVE_LIBNSL
  71. /* Define if you have the `socket' library (-lsocket). */
  72. #undef HAVE_LIBSOCKET
  73. /* Define if you have the <limits.h> header file. */
  74. #undef HAVE_LIMITS_H
  75. /* Define if you have the `memcpy' function. */
  76. #undef HAVE_MEMCPY
  77. /* Define if you have the <memory.h> header file. */
  78. #undef HAVE_MEMORY_H
  79. /* Define if you have the `memset' function. */
  80. #undef HAVE_MEMSET
  81. /* Define if you have the <ndir.h> header file, and it defines `DIR'. */
  82. #undef HAVE_NDIR_H
  83. /* Define if you have the `random' function. */
  84. #undef HAVE_RANDOM
  85. /* Define if you have the `rename' function. */
  86. #undef HAVE_RENAME
  87. /* Define if you have the `setpgid' function. */
  88. #undef HAVE_SETPGID
  89. /* Define if you have the `sigaction' function. */
  90. #undef HAVE_SIGACTION
  91. /* Define if you have the `sigemptyset' function. */
  92. #undef HAVE_SIGEMPTYSET
  93. /* Define if you have the `snprintf' function. */
  94. #undef HAVE_SNPRINTF
  95. /* Define if you have the `srandom' function. */
  96. #undef HAVE_SRANDOM
  97. /* Define if you have the <stdarg.h> header file. */
  98. #undef HAVE_STDARG_H
  99. /* Define if you have the <stdint.h> header file. */
  100. #undef HAVE_STDINT_H
  101. /* Define if you have the <stdlib.h> header file. */
  102. #undef HAVE_STDLIB_H
  103. /* Define if you have the <std_args.h> header file. */
  104. #undef HAVE_STD_ARGS_H
  105. /* Define if you have the `strcasecmp' function. */
  106. #undef HAVE_STRCASECMP
  107. /* Define if you have the `strftime' function. */
  108. #undef HAVE_STRFTIME
  109. /* Define if you have the <strings.h> header file. */
  110. #undef HAVE_STRINGS_H
  111. /* Define if you have the <string.h> header file. */
  112. #undef HAVE_STRING_H
  113. /* Define if you have the `strncasecmp' function. */
  114. #undef HAVE_STRNCASECMP
  115. /* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
  116. #undef HAVE_SYS_DIR_H
  117. /* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
  118. #undef HAVE_SYS_NDIR_H
  119. /* Define if you have the <sys/rusage.h> header file. */
  120. #undef HAVE_SYS_RUSAGE_H
  121. /* Define if you have the <sys/select.h> header file. */
  122. #undef HAVE_SYS_SELECT_H
  123. /* Define if you have the <sys/stat.h> header file. */
  124. #undef HAVE_SYS_STAT_H
  125. /* Define if you have the <sys/time.h> header file. */
  126. #undef HAVE_SYS_TIME_H
  127. /* Define if you have the <sys/types.h> header file. */
  128. #undef HAVE_SYS_TYPES_H
  129. /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
  130. #undef HAVE_SYS_WAIT_H
  131. /* Define if you have the `uname' function. */
  132. #undef HAVE_UNAME
  133. /* Define if you have the <unistd.h> header file. */
  134. #undef HAVE_UNISTD_H
  135. /* Define if you have the `vsnprintf' function. */
  136. #undef HAVE_VSNPRINTF
  137. /* Define if you have the `vsprintf' function. */
  138. #undef HAVE_VSPRINTF
  139. /* The size of a `int', as computed by sizeof. */
  140. #undef SIZEOF_INT
  141. /* The size of a `long', as computed by sizeof. */
  142. #undef SIZEOF_LONG
  143. /* Define if you have the ANSI C header files. */
  144. #undef STDC_HEADERS
  145. /* Define if you can safely include both <sys/time.h> and <time.h>. */
  146. #undef TIME_WITH_SYS_TIME
  147. /* Define if your processor stores words with the most significant byte first
  148. (like Motorola and SPARC, unlike Intel and VAX). */
  149. #undef WORDS_BIGENDIAN
  150. /* Define if on AIX 3.
  151. System headers sometimes define this.
  152. We just want to avoid a redefinition error message. */
  153. #ifndef _ALL_SOURCE
  154. # undef _ALL_SOURCE
  155. #endif
  156. /* Define if on MINIX. */
  157. #undef _MINIX
  158. /* Define if the system does not provide POSIX.1 features except with this
  159. defined. */
  160. #undef _POSIX_1_SOURCE
  161. /* Define if you need to in order for `stat' and other things to work. */
  162. #undef _POSIX_SOURCE
  163. /* Define to empty if `const' does not conform to ANSI C. */
  164. #undef const
  165. /* Define as `__inline' if that's what the C compiler calls it, or to nothing
  166. if it is not supported. */
  167. #undef inline
  168. /* Define to `int' if <sys/types.h> does not define. */
  169. #undef pid_t
  170. /* Define to `unsigned' if <sys/types.h> does not define. */
  171. #undef size_t
  172. #endif /* !_EGG_CONFIG_H */