now uses signal holding facility to avoid losing signals when they must be
[unix-history] / usr / src / usr.bin / mail / 40.local.h
CommitLineData
a4a1cc26
KS
1/*
2 * Declarations and constants specific to an installation.
3 * EECS/ERL 11/40 Unix
4 */
5
6/*
7 * Sccs Id = "@(#)40.local.h 1.1 %G%";
8 */
9
10#define LOCAL 'z' /* Local machine id */
11#define MAIL "/usr/bin/mail" /* Name of mail sender */
12#define EDITOR "/usr/bin/ex" /* Name of text editor */
13#define VISUAL "/usr/bin/vi" /* Name of display editor */
14#define HELPFILE "/usr/lib/Mail.help"
15 /* Name of casual help file */
16#define THELPFILE "/usr/lib/Mail.help.~"
17 /* Name of casual tilde help */
18#define UIDMASK 0377 /* Significant uid bits */
19#define MASTER "/usr/lib/Mail.rc"
20#define stat _stat /* Simulate version 7 */
21#define fstat _fstat /* Simulate version 7 */