tweak the ifdef to OPENLDAP

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8118 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-04-05 03:34:31 +00:00
parent 2481f29784
commit 3df2bc1e8a

View File

@@ -39,7 +39,7 @@
RCSID("$Id$"); RCSID("$Id$");
#ifdef HAVE_LDAP #ifdef OPENLDAP
#include <ldap.h> #include <ldap.h>
#include <lber.h> #include <lber.h>
@@ -1337,4 +1337,4 @@ hdb_ldap_create(krb5_context context, HDB ** db, const char *filename)
return 0; return 0;
} }
#endif /* HAVE_LDAP */ #endif /* OPENLDAP */