]> git.sur5r.net Git - openldap/commitdiff
Remove more LDBM cruft
authorKurt Zeilenga <kurt@openldap.org>
Tue, 11 Apr 2006 18:52:10 +0000 (18:52 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 11 Apr 2006 18:52:10 +0000 (18:52 +0000)
include/ldap_cdefs.h
include/ldap_defaults.h

index 126947973ff62764ae46ab63980ac6c521c714e9..b4955ea50a6bd609fc7f642de35ea44d92015a70 100644 (file)
 #      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
index 861c0c199d06c06192abde072c053be769b166a9..b7b481f666b924322aa922d2acd4ea911c73b8a8 100644 (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 */