changed local machine to ingvax.
[unix-history] / usr / src / usr.bin / mail / pathnames.h
CommitLineData
b1a321a2
KS
1/*
2 * Declarations and constants specific to an installation.
3 *
4 * Vax/Unix version 7.
5 */
6
7/*
50adc550 8 * Sccs Id = "@(#)pathnames.h 1.3 %G%";
b1a321a2
KS
9 */
10
50adc550 11#define LOCAL 'j' /* Local machine id */
b1a321a2
KS
12#define MAIL "/bin/mail" /* Name of mail sender */
13#define DELIVERMAIL "/etc/delivermail"
14 /* Name of classy mail deliverer */
15#define EDITOR "/usr/ucb/ex" /* Name of text editor */
16#define VISUAL "/usr/ucb/vi" /* Name of display editor */
17#define SHELL "/bin/csh" /* Standard shell */
c2f3eab6 18#define MORE "/usr/ucb/more" /* Standard output pager */
b1a321a2
KS
19#define HELPFILE "/usr/lib/Mail.help"
20 /* Name of casual help file */
21#define THELPFILE "/usr/lib/Mail.help.~"
22 /* Name of casual tilde help */
23#define UIDMASK 0177777 /* Significant uid bits */
24#define MASTER "/usr/lib/Mail.rc"
25#define APPEND /* New mail goes to end of mailbox */
26#define CANLOCK /* Locking protocol actually works */
27#define UTIME /* System implements utime(2) */