mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 12:24:19 -05:00
ITS#9464 - Drop unused AC variables
This commit is contained in:
parent
9090dd727b
commit
464f1c5cca
1 changed files with 1 additions and 4 deletions
|
|
@ -34,12 +34,10 @@ sed -e "s/@BACKEND@/${BACKEND}/" \
|
|||
-e "s/^#${AC_asyncmeta}#//" \
|
||||
-e "s/^#${AC_relay}#//" \
|
||||
-e "s/^#${AC_sql}#//" \
|
||||
-e "s/^#${RDBMS}#//" \
|
||||
-e "s/^#${RDBMS}#//" \
|
||||
-e "s/^#${AC_accesslog}#//" \
|
||||
-e "s/^#${AC_autoca}#//" \
|
||||
-e "s/^#${AC_dds}#//" \
|
||||
-e "s/^#${AC_dynlist}#//" \
|
||||
-e "s/^#${AC_memberof}#//" \
|
||||
-e "s/^#${AC_pcache}#//" \
|
||||
-e "s/^#${AC_ppolicy}#//" \
|
||||
-e "s/^#${AC_refint}#//" \
|
||||
|
|
@ -49,7 +47,6 @@ sed -e "s/@BACKEND@/${BACKEND}/" \
|
|||
-e "s/^#${AC_translucent}#//" \
|
||||
-e "s/^#${AC_unique}#//" \
|
||||
-e "s/^#${AC_valsort}#//" \
|
||||
-e "s/^#${AC_lloadd}#//" \
|
||||
-e "s/^#${INDEXDB}#//" \
|
||||
-e "s/^#${MAINDB}#//" \
|
||||
-e "s/^#${SASL}#//" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue