mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
cleanup
This commit is contained in:
parent
338e2030f4
commit
8f5d547c24
6
configure
vendored
6
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.528 2004/04/08 04:23:10 hyc Exp
|
||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.529 2004/04/08 06: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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user