/* * Copyright (c) 1989 Regents of the University of California. * All rights reserved. * * %sccs.include.redist.c% * * @(#)pathnames.h 5.14 (Berkeley) 06/19/91 */ #include #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"