acconfig.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. #ifndef _EGG_CONFIG_H
  2. #define _EGG_CONFIG_H
  3. @TOP@
  4. /*
  5. * acconfig.h
  6. * template file autoheader uses when building config.h.in
  7. *
  8. */
  9. /* Define if you want to enable IPv6 support. */
  10. #undef HAVE_IPV6
  11. /* Define if you have support for socklen_t. */
  12. #undef HAVE_SOCKLEN_T
  13. /* Define if modules will work on your system */
  14. #undef MODULES_OK
  15. /* Define if running on hpux that supports dynamic linking */
  16. #undef HPUX_HACKS
  17. /* Define if running on hpux 10.x */
  18. #undef HPUX10_HACKS
  19. /* Define if running on OSF/1 platform. */
  20. #undef OSF1_HACKS
  21. /* Define to use Eggdrop's snprintf functions without regard to HAVE_SNPRINTF. */
  22. #undef BROKEN_SNPRINTF
  23. /* Define if running on OSF/1 platform. */
  24. #undef STOP_UAC
  25. /* Define if running on sunos 4.0 *sigh* */
  26. #undef DLOPEN_1
  27. /* Define if running on NeXT Step */
  28. #undef BORGCUBES
  29. /* Define if running under cygwin */
  30. #undef CYGWIN_HACKS
  31. /* Define if you have a version of libsafe with a broken sscanf */
  32. #undef LIBSAFE_HACKS
  33. /* Define if we need dlopen (for module support) */
  34. #undef HAVE_DLOPEN
  35. /* Define for pre Tcl 7.5 compat */
  36. #undef HAVE_PRE7_5_TCL
  37. /* Define for Tcl that has Tcl_Free() (7.5p1 and later) */
  38. #undef HAVE_TCL_FREE
  39. /* Define for Tcl that has threads */
  40. #undef HAVE_TCL_THREADS
  41. /* Defines the current eggdrop version */
  42. #undef EGG_VERSION
  43. /* Define if you have the `ipv6' support. */
  44. #define USE_IPV6
  45. @BOTTOM@
  46. #endif /* !_EGG_CONFIG_H */