BSD 4 development
[unix-history] / usr / src / cmd / ucbmail / v7.local.h
CommitLineData
c8eb690c
BJ
1/*
2 * Declarations and constants specific to an installation.
3 *
4 * Vax/Unix version 7.
5 */
6
7#define LOCAL 'v' /* Local machine id */
8#define MAIL "/bin/mail" /* Name of mail sender */
9#define DELIVERMAIL "/etc/delivermail"
10 /* Name of classy mail deliverer */
11#define EDITOR "/usr/ucb/ex" /* Name of text editor */
12#define VISUAL "/usr/ucb/vi" /* Name of display editor */
13#define SHELL "/bin/csh" /* Standard shell */
14#define HELPFILE "/usr/lib/Mail.help"
15 /* Name of casual help file */
16#define THELPFILE "/usr/lib/Mail.help.~"
17 /* Name of casual tilde help */
18#define UIDMASK 0177777 /* Significant uid bits */
19#define MASTER "/usr/lib/Mail.rc"
20#define APPEND /* New mail goes to end of mailbox */
21#define CANLOCK /* Locking protocol actually works */
22#define UTIME /* System implements utime(2) */