xref: /original-bsd/usr.bin/mail/v6.local.h (revision ba72ef4c)
1 /*
2  * Declarations and constants specific to an installation.
3  * Unix Version 6.
4  */
5 
6 /*
7  * Sccs Id = "@(#)v6.local.h	1.1 10/08/80";
8  */
9 
10 #define	LOCAL		'i'		/* Local machine id */
11 #define	MAIL		"/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	SHELL		"/bin/sh"	/* Standard shell */
15 #define	HELPFILE	"/usr/lib/Mail.help"
16 					/* Name of casual help file */
17 #define	THELPFILE	"/usr/lib/Mail.help.~"
18 					/* Name of casual tilde help */
19 #define	UIDMASK		0377		/* Significant uid bits */
20 #define	MASTER		"/usr/lib/Mail.rc"
21 #define	stat		_stat		/* Simulate version 7 */
22 #define	fstat		_fstat		/* Simulate version 7 */
23