|
|
1.1 root 1: /* v7.local.h 2.6 83/08/11 */
2:
3: /*
4: * Declarations and constants specific to an installation.
5: *
6: * Vax/Unix version 7.
7: */
8:
9: #define stty(fd, ap) ioctl(fd, TIOCSETP, ap) /* mjm: for research V9 */
10: #define gtty(fd, ap) ioctl(fd, TIOCGETP, ap) /* mjm: for research V9 */
11:
12: #define GETHOST /* System has gethostname syscall */
13: #define UNAME /*
14: * Use uname() instead of gethostname()
15: * Must have GETHOST defined, though
16: */
17: #ifdef GETHOST
18: #define LOCAL EMPTYID /* Dynamically determined local host */
19: #else
20: #define LOCAL 'I' /* Local host id */
21: #endif GETHOST
22:
23: #define MAIL "/bin/mail" /* Name of mail sender */
24: /* #define SENDMAIL "/etc/delivermail"
25: /* Name of classy mail deliverer */
26: #define EDITOR "/usr/ucb/ex" /* Name of text editor */
27: #define VISUAL "/usr/ucb/vi" /* Name of display editor */
28: #define SHELL "/bin/sh" /* Standard shell */
29: #define MORE "/usr/bin/p" /* Standard output pager */
30: #define HELPFILE "/usr/lib/Mail.help"
31: /* Name of casual help file */
32: #define THELPFILE "/usr/lib/Mail.help.~"
33: #define POSTAGE "/usr/adm/maillog"
34: /* Where to audit mail sending */
35: /* Name of casual tilde help */
36: #define UIDMASK 0177777 /* Significant uid bits */
37: #define MASTER "/usr/lib/Mail.rc"
38: #define APPEND /* New mail goes to end of mailbox */
39: #define CANLOCK /* Locking protocol actually works */
40: #define UTIME /* System implements utime(2) */
41:
42: #ifndef VMUNIX
43: #include "sigretro.h" /* Retrofit signal defs */
44: #endif VMUNIX
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.