Deleted Added
full compact
conf.h (98121) conf.h (98841)
1/*
2 * Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
5 * Copyright (c) 1988, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * By using this file, you agree to the terms and conditions set
9 * forth in the LICENSE file which can be found at the top level of
10 * the sendmail distribution.
11 *
12 *
1/*
2 * Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
5 * Copyright (c) 1988, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * By using this file, you agree to the terms and conditions set
9 * forth in the LICENSE file which can be found at the top level of
10 * the sendmail distribution.
11 *
12 *
13 * $Id: conf.h,v 1.88 2002/05/01 16:09:41 gshapiro Exp $
13 * $Id: conf.h,v 1.90.2.2 2002/06/21 22:31:35 gshapiro Exp $
14 */
15
16/*
17** CONF.H -- All user-configurable parameters for sendmail
18**
19** Send updates to sendmail@Sendmail.ORG so they will be
20** included in the next release.
21*/

--- 1331 unchanged lines hidden (view full) ---

1353# if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,0))
1354# ifndef HASURANDOMDEV
1355# define HASURANDOMDEV 1 /* 2.0 (at least) has linux/drivers/char/random.c */
1356# endif /* ! HASURANDOMDEV */
1357# endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,0)) */
1358# ifndef TZ_TYPE
1359# define TZ_TYPE TZ_NONE /* no standard for Linux */
1360# endif /* ! TZ_TYPE */
14 */
15
16/*
17** CONF.H -- All user-configurable parameters for sendmail
18**
19** Send updates to sendmail@Sendmail.ORG so they will be
20** included in the next release.
21*/

--- 1331 unchanged lines hidden (view full) ---

1353# if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,0))
1354# ifndef HASURANDOMDEV
1355# define HASURANDOMDEV 1 /* 2.0 (at least) has linux/drivers/char/random.c */
1356# endif /* ! HASURANDOMDEV */
1357# endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,0)) */
1358# ifndef TZ_TYPE
1359# define TZ_TYPE TZ_NONE /* no standard for Linux */
1360# endif /* ! TZ_TYPE */
1361# if (__GLIBC__ >= 2)
1362# include <paths.h>
1363# endif /* (__GLIBC__ >= 2) */
1361# ifndef _PATH_SENDMAILPID
1362# define _PATH_SENDMAILPID "/var/run/sendmail.pid"
1363# endif /* ! _PATH_SENDMAILPID */
1364# include <sys/sysmacros.h>
1365# undef atol /* wounded in <stdlib.h> */
1366# if NETINET6
1367 /*
1368 ** Linux doesn't have a good way to tell userland what interfaces are

--- 1453 unchanged lines hidden ---
1364# ifndef _PATH_SENDMAILPID
1365# define _PATH_SENDMAILPID "/var/run/sendmail.pid"
1366# endif /* ! _PATH_SENDMAILPID */
1367# include <sys/sysmacros.h>
1368# undef atol /* wounded in <stdlib.h> */
1369# if NETINET6
1370 /*
1371 ** Linux doesn't have a good way to tell userland what interfaces are

--- 1453 unchanged lines hidden ---