Remove more LDBM cruft

This commit is contained in:
Kurt Zeilenga 2006-04-11 18:52:10 +00:00
parent 8ae67056fa
commit 5a96aa5304
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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 */