summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/include/sendmail/pathnames.h
blob: fcc8e8d8e83bd25d87153266654aed8f9b009dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*-
 * Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
 *	All rights reserved.
 * Copyright (c) 1990, 1993
 *	The Regents of the University of California.  All rights reserved.
 *
 * By using this file, you agree to the terms and conditions set
 * forth in the LICENSE file which can be found at the top level of
 * the sendmail distribution.
 *
 *
 *	$Id: pathnames.h,v 8.16.8.7 2000/08/25 18:36:57 geir Exp $
 */


# ifndef _PATH_SENDMAILCF
#  if defined(USE_VENDOR_CF_PATH) && defined(_PATH_VENDOR_CF)
#   define _PATH_SENDMAILCF	_PATH_VENDOR_CF
#  else /* defined(USE_VENDOR_CF_PATH) && defined(_PATH_VENDOR_CF) */
#   define _PATH_SENDMAILCF	"/etc/mail/sendmail.cf"
#  endif /* defined(USE_VENDOR_CF_PATH) && defined(_PATH_VENDOR_CF) */
# endif /* ! _PATH_SENDMAILCF */

# ifndef _PATH_SENDMAILPID
#  ifdef BSD4_4
#   define _PATH_SENDMAILPID	"/var/run/sendmail.pid"
#  else /* BSD4_4 */
#   define _PATH_SENDMAILPID	"/etc/mail/sendmail.pid"
#  endif /* BSD4_4 */
# endif /* ! _PATH_SENDMAILPID */

# ifndef _PATH_HOSTS
#  define _PATH_HOSTS		"/etc/hosts"
# endif /* ! _PATH_HOSTS */


OpenPOWER on IntegriCloud