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 / v6hdr / local.h
Encoding:
C/C++ Source or Header  |  1980-02-17  |  688 b   |  23 lines

  1. /*
  2.  * Declarations and constants specific to an installation.
  3.  * Unix Version 6.
  4.  */
  5.  
  6. #define    MAIL        "/bin/mail"    /* Name of mail sender */
  7. #define    EDITOR        "/usr/ucb/ex"    /* Name of text editor */
  8. #define    VISUAL        "/usr/ucb/vi"    /* Name of display editor */
  9. #define    HELPFILE    "/usr/lib/Mail.help"
  10.                     /* Name of casual help file */
  11. #define    THELPFILE    "/usr/lib/Mail.help.~"
  12.                     /* Name of casual tilde help */
  13. #define    UIDMASK        0377        /* Significant uid bits */
  14. #define    MASTER        "/usr/lib/Mail.rc"
  15. #define    stat    _stat            /* Simulate version 7 */
  16. #define    fstat    _fstat            /* Simulate version 7 */
  17.  
  18. /*
  19.  * Machine dependent type declarations.
  20.  */
  21.  
  22. typedef    int    flag_t;            /* flag arguments everywhere */
  23.