|
|
1.1 ! root 1: /* Copyright (c) 1984 AT&T */ ! 2: /* All Rights Reserved */ ! 3: ! 4: /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ ! 5: /* The copyright notice above does not evidence any */ ! 6: /* actual or intended publication of such source code. */ ! 7: ! 8: #ident "@(#)mailx:hdr/usg.local.h 1.4" ! 9: /* ! 10: * Declarations and constants specific to an installation. ! 11: */ ! 12: ! 13: /* ! 14: * mailx -- a modified version of a University of California at Berkeley ! 15: * mail program ! 16: * ! 17: */ ! 18: ! 19: #define USR_SPOOL_MAIL ! 20: #define LOCAL EMPTYID /* Dynamically determined local host */ ! 21: #define GATEWAY "/usr/lib/upas/gateway" /* where to find gateway host */ ! 22: #define WHOAMI "/etc/whoami" /* file w/ name of local host, if it exists */ ! 23: #define MYDOMAIN ".att.com" /* Appended to local host name */ ! 24: #define MAIL "/bin/mail" /* Mail delivery agent */ ! 25: #define EDITOR "ed" /* Name of text editor */ ! 26: #define VISUAL "vi" /* Name of display editor */ ! 27: #define PG (value("PAGER") ? value("PAGER") : "p") ! 28: /* Standard output pager */ ! 29: #define LS (value("LISTER") ? value("LISTER") : "ls") ! 30: /* Name of directory listing prog*/ ! 31: #define SHELL "/bin/sh" /* Standard shell */ ! 32: #define HELPFILE libpath("mailx.help") ! 33: /* Name of casual help file */ ! 34: #define THELPFILE libpath("mailx.help.~") ! 35: /* Name of casual tilde help */ ! 36: #define MASTER libpath("mailx.rc") ! 37: #define MAILROOT "/usr/spool/mail/" ! 38: /* directory where mail log file lives */ ! 39: #define APPEND /* New mail goes to end of mailbox */ ! 40: #define CANLOCK /* Locking protocol actually works */ ! 41: #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.