Deleted Added
full compact
pathnames.h (66494) pathnames.h (71345)
1/*-
2 * Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1990, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * By using this file, you agree to the terms and conditions set
8 * forth in the LICENSE file which can be found at the top level of
9 * the sendmail distribution.
10 *
11 *
1/*-
2 * Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1990, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * By using this file, you agree to the terms and conditions set
8 * forth in the LICENSE file which can be found at the top level of
9 * the sendmail distribution.
10 *
11 *
12 * $Id: pathnames.h,v 8.16.8.7 2000/08/25 18:36:57 geir Exp $
12 * $Id: pathnames.h,v 8.16.8.8 2000/09/28 21:26:39 gshapiro Exp $
13 */
14
15
16# ifndef _PATH_SENDMAILCF
17# if defined(USE_VENDOR_CF_PATH) && defined(_PATH_VENDOR_CF)
18# define _PATH_SENDMAILCF _PATH_VENDOR_CF
19# else /* defined(USE_VENDOR_CF_PATH) && defined(_PATH_VENDOR_CF) */
20# define _PATH_SENDMAILCF "/etc/mail/sendmail.cf"

--- 16 unchanged lines hidden ---
13 */
14
15
16# ifndef _PATH_SENDMAILCF
17# if defined(USE_VENDOR_CF_PATH) && defined(_PATH_VENDOR_CF)
18# define _PATH_SENDMAILCF _PATH_VENDOR_CF
19# else /* defined(USE_VENDOR_CF_PATH) && defined(_PATH_VENDOR_CF) */
20# define _PATH_SENDMAILCF "/etc/mail/sendmail.cf"

--- 16 unchanged lines hidden ---