Deleted Added
full compact
config.h (132943) config.h (141858)
1/*
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 *
1/*
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 * $Id: config.h,v 1.46 2003/12/10 03:19:06 gshapiro Exp $
9 * $Id: config.h,v 1.47 2004/10/26 21:41:07 gshapiro Exp $
10 */
11
12/*
13** libsm configuration macros.
14** The values of these macros are platform dependent.
15** The default values are given here.
16** If the default is incorrect, then the correct value can be specified
17** in the m4 configuration file in devtools/OS.

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

140
141/* try LLONG tests in libsm/t-types.c? */
142# ifndef SM_CONF_TEST_LLONG
143# define SM_CONF_TEST_LLONG 1
144# endif /* !SM_CONF_TEST_LLONG */
145
146/* LDAP Checks */
147# if LDAPMAP
10 */
11
12/*
13** libsm configuration macros.
14** The values of these macros are platform dependent.
15** The default values are given here.
16** If the default is incorrect, then the correct value can be specified
17** in the m4 configuration file in devtools/OS.

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

140
141/* try LLONG tests in libsm/t-types.c? */
142# ifndef SM_CONF_TEST_LLONG
143# define SM_CONF_TEST_LLONG 1
144# endif /* !SM_CONF_TEST_LLONG */
145
146/* LDAP Checks */
147# if LDAPMAP
148# include <lber.h>
148# include <ldap.h>
149
150/* Does the LDAP library have ldap_memfree()? */
151# ifndef SM_CONF_LDAP_MEMFREE
152
153/*
154** The new LDAP C API (draft-ietf-ldapext-ldap-c-api-04.txt) includes
155** ldap_memfree() in the API. That draft states to use LDAP_API_VERSION

--- 31 unchanged lines hidden ---
149# include <ldap.h>
150
151/* Does the LDAP library have ldap_memfree()? */
152# ifndef SM_CONF_LDAP_MEMFREE
153
154/*
155** The new LDAP C API (draft-ietf-ldapext-ldap-c-api-04.txt) includes
156** ldap_memfree() in the API. That draft states to use LDAP_API_VERSION

--- 31 unchanged lines hidden ---