home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / ucb / spencer_2bsd.tar.gz / 2bsd.tar / src / Mail / local.h < prev    next >
Text File  |  1980-02-17  |  716b  |  23 lines

  1. /* Copyright (c) 1979 Regents of the University of California */
  2. /*
  3.  * Declarations and constants specific to an installation.
  4.  * Version 7.
  5.  */
  6.  
  7. #define    MAIL        "/bin/mail"    /* Name of mail sender */
  8. #define    EDITOR        "/usr/ucb/ex"    /* Name of text editor */
  9. #define    VISUAL        "/usr/ucb/vi"    /* Name of display editor */
  10. #define    HELPFILE    "/usr/lib/Mail.help"
  11.                     /* Name of casual help file */
  12. #define    THELPFILE    "/usr/lib/Mail.help.~"
  13.                     /* Name of casual tilde help */
  14. #define    UIDMASK        0177777        /* Significant uid bits */
  15. #define    MASTER        "/usr/lib/Mail.rc"
  16. #define    APPENDS                /* New mail goes to end of mailbox */
  17.  
  18. /*
  19.  * Machine dependent type declarations.
  20.  */
  21.  
  22. typedef    short    flag_t;            /* flag arguments everywhere */
  23.