new copyright notice
[unix-history] / usr / src / usr.bin / mail / pathnames.h
CommitLineData
761330fe 1/*
d01c6837 2 * Copyright (c) 1989 Regents of the University of California.
0c5f72fb 3 * All rights reserved.
761330fe 4 *
f15db449 5 * %sccs.include.redist.c%
0c5f72fb 6 *
f15db449 7 * @(#)pathnames.h 5.12 (Berkeley) %G%
761330fe 8 */
2ae9f53f 9
435e8dff 10#include <paths.h>
b1a321a2 11
435e8dff
KB
12#define _PATH_EX "/usr/bin/ex"
13#define _PATH_HELP "/usr/share/misc/Mail.help"
14#define _PATH_TILDE "/usr/share/misc/Mail.tildehelp"
804f4a69 15#define _PATH_MAIL_LOG "/var/log/maillog"
435e8dff 16#define _PATH_MASTER_RC "/usr/share/misc/Mail.rc"
d01c6837 17#define _PATH_MBOX "/var/mail/"
435e8dff 18#define _PATH_MORE "/usr/bin/more"