mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
* backend.c: SLAPD_LDAP_TCL -> SLAPD_TCL_DYNAMIC
This commit is contained in:
parent
53da7b6cda
commit
1eb8ec2000
@ -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 New Issue
Block a user