1: /*
2: * Copyright (c) 1980 Regents of the University of California.
3: * All rights reserved. The Berkeley software License Agreement
4: * specifies the terms and conditions for redistribution.
5: *
6: * @(#)v7.local.h 5.2 (Berkeley) 9/19/85
7: */
8:
9: /*
10: * Declarations and constants specific to an installation.
11: *
12: * Vax/Unix version 7.
13: */
14:
15: #define GETHOST /* System has gethostname syscall */
16: #ifdef GETHOST
17: #define LOCAL EMPTYID /* Dynamically determined local host */
18: #else
19: #define LOCAL 'j' /* Local host id */
20: #endif GETHOST
21:
22: #define MAIL "/bin/mail" /* Name of mail sender */
23: #define SENDMAIL "/usr/lib/sendmail"
24: /* Name of classy mail deliverer */
25: #define EDITOR "/usr/ucb/ex" /* Name of text editor */
26: #define VISUAL "/usr/ucb/vi" /* Name of display editor */
27: #define SHELL "/bin/csh" /* Standard shell */
28: #define MORE "/usr/ucb/more" /* Standard output pager */
29: #define HELPFILE "/usr/lib/Mail.help"
30: /* Name of casual help file */
31: #define THELPFILE "/usr/lib/Mail.tildehelp"
32: #define POSTAGE "/usr/adm/maillog"
33: /* Where to audit mail sending */
34: /* Name of casual tilde help */
35: #define UIDMASK 0177777 /* Significant uid bits */
36: #define MASTER "/usr/lib/Mail.rc"
37: #define APPEND /* New mail goes to end of mailbox */
38: #define CANLOCK /* Locking protocol actually works */
39: #define UTIME /* System implements utime(2) */
40:
41: #ifndef VMUNIX
42: #include "sigretro.h" /* Retrofit signal defs */
43: #endif VMUNIX
Defined macros
LOCAL
defined in line
19; used 6 times
MAIL
defined in line
22; used 2 times
MORE
defined in line
28; used 1 times
SHELL
defined in line
27; used 4 times
UTIME
defined in line
39; used 2 times
Usage of this include