grammar
[unix-history] / usr / src / usr.bin / mail / cc.local.h
CommitLineData
f5642647
KS
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/*
79ddb121 10 * Sccs Id = "@(#)cc.local.h 2.1 %G%";
f5642647
KS
11 */
12
13#define LOCAL 'a' /* Local machine id */
14#define MAIL "/bin/mail" /* Name of mail sender */
15#define UIDGID /* Names and uids like cory */
16#define EDITOR "/usr/bin/ex" /* Name of text editor */
17#define VISUAL "/usr/new/vi" /* Name of display editor */
18#define SHELL "/bin/csh" /* Default shell */
19#define HELPFILE "/usr/lib/Mail.help"
20 /* Name of casual help file */
21#define THELPFILE "/usr/lib/Mail.help.~"
22 /* Name of casual tilde help */
23#define UIDMASK 0377 /* Significant uid bits */
24#define MASTER "/usr/lib/Mail.rc"
25#define stat _stat /* Simulate version 7 */
26#define fstat _fstat /* Simulate version 7 */