Skip to content
Snippets Groups Projects
Commit 5a96aa53 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Remove more LDBM cruft

parent 8ae67056
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment