]> git.sur5r.net Git - openldap/commitdiff
* backend.c: SLAPD_LDAP_TCL -> SLAPD_TCL_DYNAMIC
authorBen Collins <bcollins@openldap.org>
Wed, 22 Sep 1999 22:11:42 +0000 (22:11 +0000)
committerBen Collins <bcollins@openldap.org>
Wed, 22 Sep 1999 22:11:42 +0000 (22:11 +0000)
servers/slapd/backend.c

index 39c3fdb8a99a097113073b70976597a14960e629..ad8b82736077cbdbb279c9566ac524ee014fd4cd 100644 (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}