move _PATH_MAILDIR into <paths.h>
[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.13 (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 "/usr/share/misc/Mail.rc"
#define _PATH_MORE "/usr/bin/more"