xref: /original-bsd/usr.bin/mail/pathnames.h (revision 552e81d8)
1 /*
2  * Declarations and constants specific to an installation.
3  *
4  * Vax/Unix version 7.
5  */
6 
7 /*
8  * Sccs Id = "@(#)pathnames.h	1.1 10/08/80";
9  */
10 
11 #define	LOCAL		'v'		/* Local machine id */
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 */
18 #define	HELPFILE	"/usr/lib/Mail.help"
19 					/* Name of casual help file */
20 #define	THELPFILE	"/usr/lib/Mail.help.~"
21 					/* Name of casual tilde help */
22 #define	UIDMASK		0177777		/* Significant uid bits */
23 #define	MASTER		"/usr/lib/Mail.rc"
24 #define	APPEND				/* New mail goes to end of mailbox */
25 #define CANLOCK				/* Locking protocol actually works */
26 #define	UTIME				/* System implements utime(2) */
27