|
|
1.1 root 1: #ident "@(#)usg.local.h 1.4 'attmail mail(1) command'"
2: #ident "@(#)mailx:hdr/usg.local.h 1.4.1.1"
3: /* Copyright (c) 1984 AT&T */
4: /* All Rights Reserved */
5:
6: /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
7: /* The copyright notice above does not evidence any */
8: /* actual or intended publication of such source code. */
9:
10: #ident "@(#)mailx:hdr/usg.local.h 1.4"
11: /*
12: * Declarations and constants specific to an installation.
13: */
14:
15: /*
16: * mailx -- a modified version of a University of California at Berkeley
17: * mail program
18: *
19: */
20:
21: #define LOCAL EMPTYID /* Dynamically determined local host */
22: #ifdef preSVr4
23: # define MAIL "/bin/rmail" /* Mail delivery agent */
24: #else
25: # define MAIL "/usr/bin/rmail"/* Mail delivery agent */
26: #endif
27: #define EDITOR "ed" /* Name of text editor */
28: #define VISUAL "vi" /* Name of display editor */
29: #define PG (value("PAGER") ? value("PAGER") : "pg -e")
30: /* Standard output pager */
31: #define LS (value("LISTER") ? value("LISTER") : "ls")
32: /* Name of directory listing prog*/
33: #ifdef preSVr4
34: # define SHELL "/bin/sh" /* Standard shell */
35: #else
36: # define SHELL "/usr/bin/sh" /* Standard shell */
37: #endif
38: #define HELPFILE libpath("mailx.help")
39: /* Name of casual help file */
40: #define THELPFILE libpath("mailx.help.~")
41: /* Name of casual tilde help */
42: #ifdef preSVr4
43: # define MASTER libpath("mailx.rc")
44: #else
45: # define MASTER "/etc/mail/mailx.rc"
46: #endif
47: #define APPEND /* New mail goes to end of mailbox */
48: #define CANLOCK /* Locking protocol actually works */
49: #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.