home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mm / mm-ccmd-0.91-20031017.tar.gz / mm-ccmd-0.91-20031017.tar / work / mm / config.h-panix < prev    next >
Text File  |  2002-03-01  |  1KB  |  41 lines

  1. /*
  2.  * Configuration file for PANIX installations
  3.  */
  4.  
  5. #define MM_PANIX 1        /* Enable PANIX mods to newmail.c etc */
  6. #define MAIL_USE_LOCKFILE    /* PANIX uses path.lock mailfile locking */
  7.  
  8. /* First get general sys-dependent stuff for appropriate OS
  9.  */
  10. #include "sysh/s-bsd44.h"
  11. /*#include "sysh/s-bsd43.h"*/    /* The old panix include */
  12.  
  13. /* Now apply any desired modifications to stuff from s-*.h
  14.  */
  15.  
  16. /* Now set anything from pathnames.h where we don't like the defaults
  17.  */
  18. #define TMPDIR        "/tmp"
  19. #define EDITOR        "vi"
  20. #define BUGSTO        "bug-mm"
  21. #define LIBDIR        "/pkg/mm-0.90-20000926/libdata/mm"
  22. #define SYSINIT    LIBDIR "/mm.conf"
  23. #define    HELPFILE   LIBDIR "/mm.help"
  24. #define    HELPDIR    LIBDIR "/help"
  25. #define    MMAIL_PATH LIBDIR "/mmail.el"
  26. #define    MOVEMAIL   LIBDIR "/movemail"
  27. #define USAGEFILE  LIBDIR "/usage.log"
  28.  
  29. /* Now apply certain config settings that used to be in the s-*.h files
  30.  * but really are installation specific.  For a full list of these, see
  31.  * the file config.h-generic.
  32.  */
  33. /*#define HOSTNAME "myhost"*/        /* local hostname if cannot lookup */
  34. /*#define LOCALDOMAIN ".mydomain.edu"*/    /* local domain if cannot lookup  */
  35. #define HIDDENNET "panix.com"        /* fake outgoing host name */
  36. #define FORWARD_FILE ".forward"        /* .forward file name if used */
  37. #define GNUEMACS "emacs"        /* name of GNU Emacs if present */
  38. /*#define HAVE_YP */            /* use yp? */
  39. #define HAVE_NFS            /* NFS used for some mail files? */
  40. #undef HAVE_QUOTAS            /* have and use quota support? */
  41.