acconfig.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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 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. @BOTTOM@
  40. #endif /* !_EGG_CONFIG_H */