Deleted Added
full compact
config.c (98121) config.c (112810)
1/*
1/*
2 * Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers.
2 * Copyright (c) 2000-2003 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 *
9 */
10
11#include <sm/gen.h>
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 *
9 */
10
11#include <sm/gen.h>
12SM_RCSID("@(#)$Id: config.c,v 1.27 2002/01/23 17:30:48 gshapiro Exp $")
12SM_RCSID("@(#)$Id: config.c,v 1.27.2.1 2003/03/06 02:16:24 ca Exp $")
13
14#include <stdlib.h>
15#include <sm/heap.h>
16#include <sm/string.h>
17#include <sm/conf.h>
18
19/*
20** PUTENV -- emulation of putenv() in terms of setenv()

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

192 "SM_CONF_QUAD_T",
193#endif /* SM_CONF_QUAD_T */
194#if SM_CONF_SEM
195 "SM_CONF_SEM",
196#endif /* SM_CONF_SEM */
197#if SM_CONF_SETITIMER
198 "SM_CONF_SETITIMER",
199#endif /* SM_CONF_SETITIMER */
13
14#include <stdlib.h>
15#include <sm/heap.h>
16#include <sm/string.h>
17#include <sm/conf.h>
18
19/*
20** PUTENV -- emulation of putenv() in terms of setenv()

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

192 "SM_CONF_QUAD_T",
193#endif /* SM_CONF_QUAD_T */
194#if SM_CONF_SEM
195 "SM_CONF_SEM",
196#endif /* SM_CONF_SEM */
197#if SM_CONF_SETITIMER
198 "SM_CONF_SETITIMER",
199#endif /* SM_CONF_SETITIMER */
200#if SM_CONF_SIGSETJMP
201 "SM_CONF_SIGSETJMP",
202#endif /* SM_CONF_SIGSETJMP */
200#if SM_CONF_SHM
201 "SM_CONF_SHM",
202#endif /* SM_CONF_SHM */
203#if SM_CONF_SHM_DELAY
204 "SM_CONF_SHM_DELAY",
205#endif /* SM_CONF_SHM_DELAY */
206#if SM_CONF_SSIZE_T
207 "SM_CONF_SSIZE_T",

--- 35 unchanged lines hidden ---
203#if SM_CONF_SHM
204 "SM_CONF_SHM",
205#endif /* SM_CONF_SHM */
206#if SM_CONF_SHM_DELAY
207 "SM_CONF_SHM_DELAY",
208#endif /* SM_CONF_SHM_DELAY */
209#if SM_CONF_SSIZE_T
210 "SM_CONF_SSIZE_T",

--- 35 unchanged lines hidden ---