]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/sendmail/src/pathnames.h
This commit was generated by cvs2svn to compensate for changes in r50397,
[FreeBSD/FreeBSD.git] / contrib / sendmail / src / pathnames.h
1 /*-
2  * Copyright (c) 1998 Sendmail, Inc.  All rights reserved.
3  * Copyright (c) 1990, 1993
4  *      The Regents of the University of California.  All rights reserved.
5  *
6  * By using this file, you agree to the terms and conditions set
7  * forth in the LICENSE file which can be found at the top level of
8  * the sendmail distribution.
9  *
10  *
11  *      @(#)pathnames.h 8.8 (Berkeley) 5/19/1998
12  */
13
14 #ifndef _PATH_SENDMAILCF
15 # if defined(USE_VENDOR_CF_PATH) && defined(_PATH_VENDOR_CF)
16 #  define _PATH_SENDMAILCF      _PATH_VENDOR_CF
17 # else
18 #  define _PATH_SENDMAILCF      "/etc/sendmail.cf"
19 # endif
20 #endif
21
22 #ifndef _PATH_SENDMAILPID
23 # ifdef BSD4_4
24 #  define _PATH_SENDMAILPID     "/var/run/sendmail.pid"
25 # else
26 #  define _PATH_SENDMAILPID     "/etc/sendmail.pid"
27 # endif
28 #endif
29
30 #ifndef _PATH_HOSTS
31 # define _PATH_HOSTS            "/etc/hosts"
32 #endif