Deleted Added
full compact
config.c (90792) config.c (94334)
1/*
2 * Copyright (c) 2000-2001 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>
1/*
2 * Copyright (c) 2000-2001 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>
12SM_RCSID("@(#)$Id: config.c,v 1.26 2001/12/14 00:26:18 ca Exp $")
12SM_RCSID("@(#)$Id: config.c,v 1.27 2002/01/23 17:30:48 gshapiro 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()

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

171char *SmCompileOptions[] =
172{
173#if SM_CONF_BROKEN_STRTOD
174 "SM_CONF_BROKEN_STRTOD",
175#endif /* SM_CONF_BROKEN_STRTOD */
176#if SM_CONF_GETOPT
177 "SM_CONF_GETOPT",
178#endif /* SM_CONF_GETOPT */
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()

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

171char *SmCompileOptions[] =
172{
173#if SM_CONF_BROKEN_STRTOD
174 "SM_CONF_BROKEN_STRTOD",
175#endif /* SM_CONF_BROKEN_STRTOD */
176#if SM_CONF_GETOPT
177 "SM_CONF_GETOPT",
178#endif /* SM_CONF_GETOPT */
179#if SM_CONF_LDAP_MEMFREE
180 "SM_CONF_LDAP_MEMFREE",
181#endif /* SM_CONF_LDAP_MEMFREE */
179#if SM_CONF_LONGLONG
180 "SM_CONF_LONGLONG",
181#endif /* SM_CONF_LONGLONG */
182#if SM_CONF_MEMCHR
183 "SM_CONF_MEMCHR",
184#endif /* SM_CONF_MEMCHR */
185#if SM_CONF_MSG
186 "SM_CONF_MSG",

--- 53 unchanged lines hidden ---
182#if SM_CONF_LONGLONG
183 "SM_CONF_LONGLONG",
184#endif /* SM_CONF_LONGLONG */
185#if SM_CONF_MEMCHR
186 "SM_CONF_MEMCHR",
187#endif /* SM_CONF_MEMCHR */
188#if SM_CONF_MSG
189 "SM_CONF_MSG",

--- 53 unchanged lines hidden ---