xref: /original-bsd/usr.bin/mail/c.local.h (revision 264c46cb)
1 /*
2  * Declarations and constants specific to an installation.
3  * UCB 11/70 Version 7.0
4  */
5 
6 /*
7  * Sccs Id = "@(#)c.local.h	2.1 07/01/81";
8  */
9 
10 #define APPEND				/* New mail to end of mail box */
11 #define	LOCAL		'y'		/* Local machine id */
12 #define	MAIL		"/bin/mail"	/* Name of mail sender */
13 #define DELIVERMAIL	"/etc/delivermail"
14 					/* Name of snazzy mail deliverer */
15 #define	VISUAL		"/usr/ucb/bin/vi"	/* Name of display editor */
16 #define	EDITOR		"/usr/ucb/bin/ex"	/* Name of text editor */
17 #define	SHELL		"/bin/csh"	/* Default shell interpreter */
18 #define	HELPFILE	"/usr/ucb/lib/Mail.help"
19 					/* Name of casual help file */
20 #define	THELPFILE	"/usr/ucb/lib/Mail.help.~"
21 					/* Name of casual tilde help */
22 #define	UIDMASK		0177777		/* Significant uid bits */
23 #define	MASTER		"/usr/ucb/lib/Mail.rc"
24 #define	UTIME				/* System implement utime(2) */
25