Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn McKinney
OpenLDAP
Commits
dc544059
Commit
dc544059
authored
Jan 27, 2000
by
Kurt Zeilenga
Browse files
Remove NDBM from list of support LDBM API options
parent
434396e7
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
dc544059
...
...
@@ -4,6 +4,8 @@ Changes included in OpenLDAP 1.2.10 Release Engineering
CVS Tag: OPENLDAP_REL_ENG_1_2
Add slapd -DSLAPD_UNDEFINED_OC_IS_NOT_EXTENSIBLE macro disable
undefined object classes implies extensible object behavior.
Build Environment
Do no list unsupported LDBM API option NDBM
Changes included in OpenLDAP 1.2.9
CVS Tag: OPENLDAP_REL_ENG_1_2_9
...
...
configure
View file @
dc544059
...
...
@@ -1388,7 +1388,7 @@ if test "${with_ldbm_api+set}" = set; then
withval
=
"
$with_ldbm_api
"
ol_arg
=
invalid
for
ol_val
in
auto db2 db mdbm gdbm
ndbm
manual
;
do
for
ol_val
in
auto db2 db mdbm gdbm manual
;
do
if
test
"
$withval
"
=
"
$ol_val
"
;
then
ol_arg
=
"
$ol_val
"
fi
...
...
configure.in
View file @
dc544059
...
...
@@ -81,7 +81,7 @@ OL_ARG_ENABLE(rlookups,[ --enable-rlookups enable reverse lookups], auto)dnl
dnl SLAPD Backend options
OL_ARG_ENABLE(ldbm,[ --enable-ldbm enable ldbm backend], yes)dnl
OL_ARG_WITH(ldbm_api,[ --with-ldbm-api use LDBM API], auto,
[auto db2 db mdbm gdbm
ndbm
manual])
[auto db2 db mdbm gdbm manual])
OL_ARG_WITH(ldbm_type,[ --with-ldbm-type use LDBM type], auto,
[auto btree hash])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment