BSD 3 development
[unix-history] / .ref-BSD-2 / src / Mail / local.h
CommitLineData
0f5e4452
KS
1/* Copyright (c) 1979 Regents of the University of California */
2/*
3 * Declarations and constants specific to an installation.
4 * Version 7.
5 */
6
7#define MAIL "/bin/mail" /* Name of mail sender */
8#define EDITOR "/usr/ucb/ex" /* Name of text editor */
9#define VISUAL "/usr/ucb/vi" /* Name of display editor */
10#define HELPFILE "/usr/lib/Mail.help"
11 /* Name of casual help file */
12#define THELPFILE "/usr/lib/Mail.help.~"
13 /* Name of casual tilde help */
14#define UIDMASK 0177777 /* Significant uid bits */
15#define MASTER "/usr/lib/Mail.rc"
16#define APPENDS /* New mail goes to end of mailbox */
17
18/*
19 * Machine dependent type declarations.
20 */
21
22typedef short flag_t; /* flag arguments everywhere */