Deleted Added
full compact
conf.h (111367) conf.h (132946)
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 8.563.2.3 2002/10/31 03:28:36 ca Exp $
13 * $Id: conf.h,v 8.567 2004/07/23 20:45:01 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*/

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

140** Default database permissions (alias, maps, etc.)
141** Used by sendmail and libsmdb
142*/
143
144#ifndef DBMMODE
145# define DBMMODE 0640
146#endif /* ! DBMMODE */
147
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*/

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

140** Default database permissions (alias, maps, etc.)
141** Used by sendmail and libsmdb
142*/
143
144#ifndef DBMMODE
145# define DBMMODE 0640
146#endif /* ! DBMMODE */
147
148/*
149** Value which means a uid or gid value should not change
150*/
148
151
152#ifndef NO_UID
153# define NO_UID -1
154#endif /* ! NO_UID */
155#ifndef NO_GID
156# define NO_GID -1
157#endif /* ! NO_GID */
158
149/**********************************************************************
150** Compilation options.
151** #define these to 1 if they are available;
152** #define them to 0 otherwise.
153** All can be overridden from Makefile.
154**********************************************************************/
155
156#ifndef NETINET

--- 56 unchanged lines hidden ---
159/**********************************************************************
160** Compilation options.
161** #define these to 1 if they are available;
162** #define them to 0 otherwise.
163** All can be overridden from Makefile.
164**********************************************************************/
165
166#ifndef NETINET

--- 56 unchanged lines hidden ---