BSD 4 development
[unix-history] / usr / src / cmd / ucbmail / v6.local.h
CommitLineData
c8eb690c
BJ
1/*
2 * Declarations and constants specific to an installation.
3 * Unix Version 6.
4 */
5
6#define LOCAL 'i' /* Local machine id */
7#define MAIL "/bin/mail" /* Name of mail sender */
8#define EDITOR "/usr/bin/ex" /* Name of text editor */
9#define VISUAL "/usr/bin/vi" /* Name of display editor */
10#define SHELL "/bin/sh" /* Standard shell */
11#define HELPFILE "/usr/lib/Mail.help"
12 /* Name of casual help file */
13#define THELPFILE "/usr/lib/Mail.help.~"
14 /* Name of casual tilde help */
15#define UIDMASK 0377 /* Significant uid bits */
16#define MASTER "/usr/lib/Mail.rc"
17#define stat _stat /* Simulate version 7 */
18#define fstat _fstat /* Simulate version 7 */