config.h.in 5.6 KB

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