Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
8f5d547c
Commit
8f5d547c
authored
21 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
338e2030
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure
+3
-3
3 additions, 3 deletions
configure
configure.in
+2
-2
2 additions, 2 deletions
configure.in
with
5 additions
and
5 deletions
configure
+
3
−
3
View file @
8f5d547c
#! /bin/sh
# $OpenLDAP$
# from OpenLDAP: pkg/ldap/configure.in,v 1.52
8
2004/04/08 0
4:23:10 hyc
Exp
# from OpenLDAP: pkg/ldap/configure.in,v 1.52
9
2004/04/08 0
6:55:13 kurt
Exp
# This work is part of OpenLDAP Software <http://www.openldap.org/>.
#
...
...
@@ -92,9 +92,9 @@ ac_help="$ac_help
ac_help="$ac_help
--enable-ldbm enable ldbm backend no|yes|mod [no]"
ac_help="$ac_help
--with-ldbm-api with LDBM API auto|berkeley|bcompat|mdbm|gdbm [auto]"
--with-ldbm-api with LDBM API auto|berkeley|bcompat|mdbm|gdbm [auto]"
ac_help="$ac_help
--with-ldbm-type use LDBM type auto|btree|hash [auto]"
--with-ldbm-type use LDBM type auto|btree|hash [auto]"
ac_help="$ac_help
--enable-meta enable metadirectory backend no|yes|mod [no]"
ac_help="$ac_help
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
2
−
2
View file @
8f5d547c
...
...
@@ -205,9 +205,9 @@ OL_ARG_ENABLE(dnssrv,[ --enable-dnssrv enable dnssrv backend no|yes|mod], n
OL_ARG_ENABLE(hdb,[ --enable-hdb enable Hierarchical DB backend no|yes|mod], no, [no yes mod])dnl
OL_ARG_ENABLE(ldap,[ --enable-ldap enable ldap backend no|yes|mod], no, [no yes mod])dnl
OL_ARG_ENABLE(ldbm,[ --enable-ldbm enable ldbm backend no|yes|mod], no, [no yes mod])dnl
OL_ARG_WITH(ldbm_api,[ --with-ldbm-api
with LDBM API auto|berkeley|bcompat|mdbm|gdbm], auto,
OL_ARG_WITH(ldbm_api,[
--with-ldbm-api with LDBM API auto|berkeley|bcompat|mdbm|gdbm], auto,
[auto berkeley bcompat mdbm gdbm])
OL_ARG_WITH(ldbm_type,[ --with-ldbm-type use LDBM type auto|btree|hash], auto,
OL_ARG_WITH(ldbm_type,[
--with-ldbm-type use LDBM type auto|btree|hash], auto,
[auto btree hash])
OL_ARG_ENABLE(meta,[ --enable-meta enable metadirectory backend no|yes|mod], no, [no yes mod])dnl
OL_ARG_ENABLE(monitor,[ --enable-monitor enable monitor backend no|yes|mod], yes, [no yes mod])dnl
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment