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 / klh-config.h-nc < prev    next >
Text File  |  2002-03-01  |  2KB  |  52 lines

  1. /*
  2.  * Copyright (c) 1986, 1990 by The Trustees of Columbia University in
  3.  * the City of New York.  Permission is granted to any individual or
  4.  * institution to use, copy, or redistribute this software so long as it
  5.  * is not sold for profit, provided this copyright notice is retained.
  6.  */
  7.  
  8. #ifdef RCSID
  9. #ifndef lint
  10. static char *config_rcsid = "$Header: /f/src2/encore.bin/cucca/mm/tarring-it-up/RCS/config.h,v 2.2 90/10/04 18:23:50 melissa Exp $";
  11. #endif
  12. #endif /* RCSID */
  13.  
  14. /*
  15.  * Configuration file for old Netcom SunOS 4.0
  16.  *     NOTE: Confirmed by tracing /usr/ucb/Mail.old that Netcom uses
  17.  *        flock() for mailbox file locking.
  18.  *    Original Netcom version of MM likewise uses flock() for message files.
  19.  */
  20.  
  21. /* First get general sys-dependent stuff for appropriate OS
  22.  */
  23. #include "s-sun40.h"
  24.  
  25. /* Now apply any desired modifications to stuff from s-*.h
  26.  */
  27. #undef HAVE_F_SETLK
  28. #undef HAVE_LOCKF
  29. #define MAIL_USE_FLOCK
  30.  
  31. /* Now set anything from pathnames.h where we don't like the defaults
  32.  */
  33. #define LIBDIR  "/usr/local/lib/mm"
  34. #define SYSINIT    LIBDIR "/mm.conf"
  35. #define    HELPFILE   LIBDIR "/mm.help"
  36. #define    HELPDIR    LIBDIR "/help"
  37. #define    MMAIL_PATH LIBDIR "/mmail.el"
  38. #define    MOVEMAIL   LIBDIR "/movemail"
  39.  
  40. /* Now apply certain config settings that used to be in the s-*.h files
  41.  * but really are installation specific.  For a full list of these, see
  42.  * the file config.h-generic.
  43.  */
  44. /*#define HOSTNAME "myhost"*/        /* local hostname if cannot lookup */
  45. #define LOCALDOMAIN ".netcom.com"    /* local domain if cannot lookup  */
  46. #define HIDDENNET    "netcom.com"    /* fake outgoing host name */
  47. #define FORWARD_FILE ".forward"        /* .forward file name if used */
  48. #define GNUEMACS "emacs"        /* name of GNU Emacs if present */
  49. /*#define HAVE_YP */            /* use yp? */
  50. #define HAVE_NFS            /* NFS used for some mail files? */
  51. #undef HAVE_QUOTAS            /* have and use quota support? */
  52.