4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.sbin / sendmail / src / pathnames.h
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)pathnames.h 8.1 (Berkeley) %G%
*/
#ifndef _PATH_SENDMAILCF
# define _PATH_SENDMAILCF "/etc/sendmail.cf"
#endif
#ifndef _PATH_SENDMAILFC
# define _PATH_SENDMAILFC "/etc/sendmail.fc"
#endif
#ifndef _PATH_SENDMAILPID
# ifdef BSD4_4
# define _PATH_SENDMAILPID "/var/run/sendmail.pid"
# else
# define _PATH_SENDMAILPID "/etc/sendmail.pid"
# endif
#endif