From b1a321a23c7296765b419334c1a25fd754e49558 Mon Sep 17 00:00:00 2001 From: "Kurt A. Schoens" Date: Wed, 8 Oct 1980 17:53:57 -0800 Subject: [PATCH] date and time created 80/10/08 09:53:57 by kas SCCS-vsn: usr.bin/mail/pathnames.h 1.1 --- usr/src/usr.bin/mail/pathnames.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 usr/src/usr.bin/mail/pathnames.h diff --git a/usr/src/usr.bin/mail/pathnames.h b/usr/src/usr.bin/mail/pathnames.h new file mode 100644 index 0000000000..2c7e088240 --- /dev/null +++ b/usr/src/usr.bin/mail/pathnames.h @@ -0,0 +1,26 @@ +/* + * Declarations and constants specific to an installation. + * + * Vax/Unix version 7. + */ + +/* + * Sccs Id = "@(#)pathnames.h 1.1 %G%"; + */ + +#define LOCAL 'v' /* Local machine id */ +#define MAIL "/bin/mail" /* Name of mail sender */ +#define DELIVERMAIL "/etc/delivermail" + /* Name of classy mail deliverer */ +#define EDITOR "/usr/ucb/ex" /* Name of text editor */ +#define VISUAL "/usr/ucb/vi" /* Name of display editor */ +#define SHELL "/bin/csh" /* Standard shell */ +#define HELPFILE "/usr/lib/Mail.help" + /* Name of casual help file */ +#define THELPFILE "/usr/lib/Mail.help.~" + /* Name of casual tilde help */ +#define UIDMASK 0177777 /* Significant uid bits */ +#define MASTER "/usr/lib/Mail.rc" +#define APPEND /* New mail goes to end of mailbox */ +#define CANLOCK /* Locking protocol actually works */ +#define UTIME /* System implements utime(2) */ -- 2.20.1