X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/b1a321a23c7296765b419334c1a25fd754e49558..b3d49ad393fc5adb63342baaeec8a9f5f30b38f6:/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 index 2c7e088240..de3f24b7ed 100644 --- a/usr/src/usr.bin/mail/pathnames.h +++ b/usr/src/usr.bin/mail/pathnames.h @@ -5,16 +5,17 @@ */ /* - * Sccs Id = "@(#)pathnames.h 1.1 %G%"; + * Sccs Id = "@(#)pathnames.h 1.3 %G%"; */ -#define LOCAL 'v' /* Local machine id */ +#define LOCAL 'j' /* 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 MORE "/usr/ucb/more" /* Standard output pager */ #define HELPFILE "/usr/lib/Mail.help" /* Name of casual help file */ #define THELPFILE "/usr/lib/Mail.help.~"