From 3df2bc1e8a243e914a1e306794ad54c27ed51dbb Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 5 Apr 2000 03:34:31 +0000 Subject: [PATCH] tweak the ifdef to OPENLDAP git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8118 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb-ldap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hdb/hdb-ldap.c b/lib/hdb/hdb-ldap.c index ff8b133bf..4556d629f 100644 --- a/lib/hdb/hdb-ldap.c +++ b/lib/hdb/hdb-ldap.c @@ -39,7 +39,7 @@ RCSID("$Id$"); -#ifdef HAVE_LDAP +#ifdef OPENLDAP #include #include @@ -1337,4 +1337,4 @@ hdb_ldap_create(krb5_context context, HDB ** db, const char *filename) return 0; } -#endif /* HAVE_LDAP */ +#endif /* OPENLDAP */