xref: /original-bsd/usr.bin/mail/ing.local.h (revision 2301fdfb)
1 /*
2  * Declarations and constants specific to an installation.
3  * Ingres 11/70 version 6.
4  */
5 
6 /*
7  * Sccs Id = "@(#)ing.local.h	2.1 07/01/81";
8  */
9 
10 #define	LOCAL		'i'		/* Local machine id */
11 #define	MAIL		"/bin/mail"	/* Name of mail sender */
12 #define	DELIVERMAIL	"/etc/delivermail"
13 					/* Preferred mail deliverer */
14 #define	EDITOR		"/usr/bin/ex"	/* Name of text editor */
15 #define	VISUAL		"/usr/bin/vi"	/* Name of display editor */
16 #define	SHELL		"/bin/sh"	/* Standard shell */
17 #define	HELPFILE	"/usr/lib/Mail.help"
18 					/* Name of casual help file */
19 #define	THELPFILE	"/usr/lib/Mail.help.~"
20 					/* Name of casual tilde help */
21 #define	UIDMASK		0377		/* Significant uid bits */
22 #define	MASTER		"/usr/lib/Mail.rc"
23 #define	CANLOCK				/* Mailbox locking protocol works */
24 #define	stat	_stat			/* Simulate version 7 */
25 #define	fstat	_fstat			/* Simulate version 7 */
26 
27 /*
28  * Machine dependent type declarations.
29  */
30 
31