|
|
1.1 ! root 1: /* ! 2: * Copyright (c) 1980 Regents of the University of California. ! 3: * All rights reserved. ! 4: * ! 5: * Redistribution and use in source and binary forms are permitted ! 6: * provided that this notice is preserved and that due credit is given ! 7: * to the University of California at Berkeley. The name of the University ! 8: * may not be used to endorse or promote products derived from this ! 9: * software without specific prior written permission. This software ! 10: * is provided ``as is'' without express or implied warranty. ! 11: * ! 12: * @(#)v7.local.h 5.4 (Berkeley) 2/18/88 ! 13: */ ! 14: ! 15: /* ! 16: * Declarations and constants specific to an installation. ! 17: * ! 18: * Vax/Unix version 7. ! 19: */ ! 20: ! 21: #define GETHOST /* System has gethostname syscall */ ! 22: #ifdef GETHOST ! 23: #define LOCAL EMPTYID /* Dynamically determined local host */ ! 24: #else ! 25: #define LOCAL 'j' /* Local host id */ ! 26: #endif GETHOST ! 27: ! 28: #define MAIL "/bin/mail" /* Name of mail sender */ ! 29: #define SENDMAIL "/usr/lib/sendmail" ! 30: /* Name of classy mail deliverer */ ! 31: #define EDITOR "/usr/ucb/ex" /* Name of text editor */ ! 32: #define VISUAL "/usr/ucb/vi" /* Name of display editor */ ! 33: #define SHELL "/bin/csh" /* Standard shell */ ! 34: #define MORE "/usr/ucb/more" /* Standard output pager */ ! 35: #define HELPFILE "/usr/lib/Mail.help" ! 36: /* Name of casual help file */ ! 37: #define THELPFILE "/usr/lib/Mail.tildehelp" ! 38: #define POSTAGE "/usr/adm/maillog" ! 39: /* Where to audit mail sending */ ! 40: /* Name of casual tilde help */ ! 41: #define MASTER "/usr/lib/Mail.rc" ! 42: #define APPEND /* New mail goes to end of mailbox */ ! 43: #define CANLOCK /* Locking protocol actually works */ ! 44: #define UTIME /* System implements utime(2) */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.