restore creation of y.tab.c
[unix-history] / usr / src / usr.bin / mail / v6.local.h
CommitLineData
8e8b2587
KS
1/*
2 * Declarations and constants specific to an installation.
3 * Unix Version 6.
4 */
5
6/*
79ddb121 7 * Sccs Id = "@(#)v6.local.h 2.1 %G%";
8e8b2587
KS
8 */
9
10#define LOCAL 'i' /* Local machine id */
11#define MAIL "/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 SHELL "/bin/sh" /* Standard 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 */