BSD 4 development
[unix-history] / usr / src / cmd / ucbmail / cc.local.h
CommitLineData
c8eb690c
BJ
1/*
2 * Declarations and constants specific to an installation.
3 * Computer Center Unix A
4 *
5 * Note to fiddlers: please, please, PLEASE note all changes
6 * that you make here so that I can keep an up to date version.
7 */
8
9#define LOCAL 'a' /* Local machine id */
10#define MAIL "/bin/mail" /* Name of mail sender */
11#define UIDGID /* Names and uids like cory */
12#define EDITOR "/usr/bin/ex" /* Name of text editor */
13#define VISUAL "/usr/new/vi" /* Name of display editor */
14#define SHELL "/bin/csh" /* Default shell */
15#define HELPFILE "/usr/lib/Mail.help"
16 /* Name of casual help file */
17#define THELPFILE "/usr/lib/Mail.help.~"
18 /* Name of casual tilde help */
19#define UIDMASK 0377 /* Significant uid bits */
20#define MASTER "/usr/lib/Mail.rc"
21#define stat _stat /* Simulate version 7 */
22#define fstat _fstat /* Simulate version 7 */