rename Mail.{rc,tildehelp,help} -> mail.{rc,tildehelp,help}
[unix-history] / usr / src / usr.bin / mail / pathnames.h
/*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)pathnames.h 5.14 (Berkeley) %G%
*/
#include <paths.h>
#define _PATH_EX "/usr/bin/ex"
#define _PATH_HELP "/usr/share/misc/mail.help"
#define _PATH_TILDE "/usr/share/misc/mail.tildehelp"
#define _PATH_MAIL_LOG "/var/log/maillog"
#define _PATH_MASTER_RC "/etc/mail.rc"
#define _PATH_MORE "/usr/bin/more"