mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Remove more LDBM cruft
This commit is contained in:
parent
8ae67056fa
commit
5a96aa5304
@ -157,11 +157,6 @@
|
||||
# define LDAP_AVL_V(type) extern type
|
||||
#endif
|
||||
|
||||
/* LDBM library */
|
||||
/* Not exported/imported any more */
|
||||
# define LDAP_LDBM_F(type) extern type
|
||||
# define LDAP_LDBM_V(type) extern type
|
||||
|
||||
/* LDIF library */
|
||||
#if defined(_WIN32) && defined(SLAPD_IMPORT)
|
||||
# define LDAP_LDIF_F(type) extern __declspec(dllimport) type
|
||||
|
@ -56,8 +56,6 @@
|
||||
#define SLAPD_DEFAULT_SIZELIMIT 500
|
||||
/* default timelimit to spend on a search */
|
||||
#define SLAPD_DEFAULT_TIMELIMIT 3600
|
||||
/* minimum max ids that a single index entry can map to in ldbm */
|
||||
#define SLAPD_LDBM_MIN_MAXIDS (8192-4)
|
||||
|
||||
/* the following DNs must be normalized! */
|
||||
/* dn of the default subschema subentry */
|
||||
|
Loading…
x
Reference in New Issue
Block a user