mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 23:19:59 -05:00
* backend.c: SLAPD_LDAP_TCL -> SLAPD_TCL_DYNAMIC
This commit is contained in:
parent
53da7b6cda
commit
1eb8ec2000
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ static BackendInfo binfo[] = {
|
|||
#if defined(SLAPD_SHELL) && !defined(SLAPD_SHELL_DYNAMIC)
|
||||
{"shell", shell_back_initialize},
|
||||
#endif
|
||||
#if defined(SLAPD_TCL) && !defined(SLAPD_LDAP_TCL)
|
||||
#if defined(SLAPD_TCL) && !defined(SLAPD_TCL_DYNAMIC)
|
||||
{"tcl", tcl_back_initialize},
|
||||
#endif
|
||||
{NULL}
|
||||
|
|
|
|||
Loading…
Reference in a new issue