Deleted Added
full compact
conf.h (168515) conf.h (173340)
1/*
2 * Copyright (c) 1998-2007 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-2007 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.132 2007/03/21 23:56:18 ca Exp $
13 * $Id: conf.h,v 1.134 2007/09/24 23:05:37 ca Exp $
14 */
15
16/*
17** CONF.H -- All user-configurable parameters for sendmail
18**
19** Send updates to Sendmail.ORG so they will be
20** included in the next release; see
21** http://www.sendmail.org/email-addresses.html

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

453# if SOLARIS >= 20900 || (SOLARIS < 10000 && SOLARIS >= 209)
454# define HASURANDOMDEV 1 /* /dev/[u]random added in S9 */
455# define HASCLOSEFROM 1 /* closefrom(3c) added in S9 */
456# define HASFDWALK 1 /* fdwalk(3c) added in S9 */
457# endif /* SOLARIS >= 20900 || (SOLARIS < 10000 && SOLARIS >= 209) */
458# if SOLARIS >= 21000 || (SOLARIS < 10000 && SOLARIS >= 210)
459# define HASUNSETENV 1 /* unsetenv() added in S10 */
460# endif /* SOLARIS >= 21000 || (SOLARIS < 10000 && SOLARIS >= 210) */
14 */
15
16/*
17** CONF.H -- All user-configurable parameters for sendmail
18**
19** Send updates to Sendmail.ORG so they will be
20** included in the next release; see
21** http://www.sendmail.org/email-addresses.html

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

453# if SOLARIS >= 20900 || (SOLARIS < 10000 && SOLARIS >= 209)
454# define HASURANDOMDEV 1 /* /dev/[u]random added in S9 */
455# define HASCLOSEFROM 1 /* closefrom(3c) added in S9 */
456# define HASFDWALK 1 /* fdwalk(3c) added in S9 */
457# endif /* SOLARIS >= 20900 || (SOLARIS < 10000 && SOLARIS >= 209) */
458# if SOLARIS >= 21000 || (SOLARIS < 10000 && SOLARIS >= 210)
459# define HASUNSETENV 1 /* unsetenv() added in S10 */
460# endif /* SOLARIS >= 21000 || (SOLARIS < 10000 && SOLARIS >= 210) */
461# if SOLARIS >= 21100 || (SOLARIS < 10000 && SOLARIS >= 211)
462# define GETLDAPALIASBYNAME_VERSION 2 /* changed in S11 */
463# endif /* SOLARIS >= 21100 || (SOLARIS < 10000 && SOLARIS >= 211) */
461# ifndef HASGETUSERSHELL
462# define HASGETUSERSHELL 0 /* getusershell(3) causes core dumps pre-2.7 */
463# endif /* ! HASGETUSERSHELL */
464
465# else /* SOLARIS */
466 /* SunOS 4.0.3 or 4.1.x */
467# define HASGETUSERSHELL 1 /* DOES have getusershell(3) call in libc */
468# define HASSETREUID 1 /* has setreuid(2) call */

--- 2544 unchanged lines hidden ---
464# ifndef HASGETUSERSHELL
465# define HASGETUSERSHELL 0 /* getusershell(3) causes core dumps pre-2.7 */
466# endif /* ! HASGETUSERSHELL */
467
468# else /* SOLARIS */
469 /* SunOS 4.0.3 or 4.1.x */
470# define HASGETUSERSHELL 1 /* DOES have getusershell(3) call in libc */
471# define HASSETREUID 1 /* has setreuid(2) call */

--- 2544 unchanged lines hidden ---