]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/Makefile.in
Ditch LRU cache replacement in favor of 2nd-chance/clock.
[openldap] / servers / slapd / Makefile.in
index e6dc34ed9054aacb4e7dc88176edf4646ba57c15..03b0f38bc90a4ea4a87566bd212466aaf7699fa8 100644 (file)
@@ -103,7 +103,7 @@ SLAPD_OBJECTS = $(@PLAT@_SLAPD_OBJECTS)
 # we want to export EVERY global symbol that it knows about (NOT including
 # symbols that are imported from other DLLs). The set of symbols to
 # export INCLUDES symbols from all static libraries that slapd gets
-# linked with, e.g. avl, ldbm, lunicode, lutil, etc. This list
+# linked with, e.g. avl, lunicode, lutil, etc. This list
 # will also include liblber and libldap_r if they were built as static
 # libraries. ALSO included will be symbols from other STATIC libraries
 # outside the domain of the OpenLDAP source tree, e.g. regex, ltdl,