4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.bin / mail / pathnames.h
CommitLineData
761330fe 1/*
a12ff486
KB
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
761330fe 4 *
f15db449 5 * %sccs.include.redist.c%
0c5f72fb 6 *
a12ff486 7 * @(#)pathnames.h 8.1 (Berkeley) %G%
761330fe 8 */
2ae9f53f 9
435e8dff 10#include <paths.h>
b1a321a2 11
435e8dff 12#define _PATH_EX "/usr/bin/ex"
46fd1fe0
KB
13#define _PATH_HELP "/usr/share/misc/mail.help"
14#define _PATH_TILDE "/usr/share/misc/mail.tildehelp"
46fd1fe0 15#define _PATH_MASTER_RC "/etc/mail.rc"
435e8dff 16#define _PATH_MORE "/usr/bin/more"