xref: /original-bsd/usr.bin/mail/40.local.h (revision 9c4dae97)
1 /*
2  * Declarations and constants specific to an installation.
3  * EECS/ERL 11/40 Unix
4  */
5 
6 /*
7  * Sccs Id = "@(#)40.local.h	2.1 07/01/81";
8  */
9 
10 #define	LOCAL		'z'		/* Local machine id */
11 #define	MAIL		"/usr/bin/mail"	/* Name of mail sender */
12 #define	EDITOR		"/usr/bin/ex"	/* Name of text editor */
13 #define	VISUAL		"/usr/bin/vi"	/* Name of display editor */
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		0377		/* Significant uid bits */
19 #define	MASTER		"/usr/lib/Mail.rc"
20 #define	stat	_stat			/* Simulate version 7 */
21 #define	fstat	_fstat			/* Simulate version 7 */
22