* backend.c: SLAPD_LDAP_TCL -> SLAPD_TCL_DYNAMIC

This commit is contained in:
Ben Collins 1999-09-22 22:11:42 +00:00
parent 53da7b6cda
commit 1eb8ec2000

View File

@ -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}