xref: /original-bsd/usr.bin/mail/pathnames.h (revision 55330032)
1 /*
2  * Declarations and constants specific to an installation.
3  *
4  * Vax/Unix version 7.
5  */
6 
7 /*
8  * Sccs Id = "@(#)pathnames.h	1.2 10/10/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	MORE		"/usr/ucb/more"	/* Standard output pager */
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) */
28