home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mm / mm-ccmd-0.91.tar.Z / mm-ccmd-0.91.tar / work / mm / config.h < prev    next >
C/C++ Source or Header  |  2002-09-18  |  2KB  |  48 lines

  1. /*
  2.  * Copyright (c) 1986-2002 by The Trustees of Columbia University
  3.  * in 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: /src/acis/mm/src/RCS/config.h,v 2.7 1997/10/21 19:33:32 howie Exp $";
  11. #endif
  12. #endif /* RCSID */
  13.  
  14. /*
  15.  * Configuration file for cunixa, cunixb, cunixd
  16.  */
  17.  
  18. /* First get general sys-dependent stuff for appropriate OS
  19.  */
  20. #include "sysh/s-sun58.h"
  21.  
  22. /* Now apply any desired modifications to stuff from s-*.h
  23.  */
  24. #undef HAVE_GETHOSTBYNAME    /* undef'd in original s-sol25.h file */
  25. #define HAVE_UNAME        /* def'd ditto */
  26. #undef  SPOOL_DIRECTORY
  27. #define SPOOL_DIRECTORY "/var/spool/mail"
  28.  
  29.  
  30. /* Now set anything from pathnames.h where we don't like the defaults
  31.  */
  32.  
  33.  
  34. /* Now apply certain config settings that used to be in the s-*.h files
  35.  * but really are installation specific.  For a full list of these, see
  36.  * the file config.h-generic.
  37.  */
  38. /*#define HOSTNAME "myhost"*/        /* local hostname if cannot lookup */
  39. /*#define LOCALDOMAIN ".mydomain.edu"*/    /* local domain if cannot lookup  */
  40. /*#define HIDDENNET "mailhost.mydomain.edu"*/    /* fake outgoing host name */
  41. #define FORWARD_FILE ".forward"        /* .forward file name if used */
  42. #define GNUEMACS "emacs"        /* name of GNU Emacs if present */
  43. #undef HAVE_YP                /* use yp? */
  44. #define HAVE_NFS            /* NFS used for some mail files? */
  45. #undef HAVE_QUOTAS            /* have and use quota support? */
  46.  
  47. #define USAGE                /* Compile usage logging */
  48.