From 6071ca9daed6e18302da546e5de0c7b1d282bbd2 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Mon, 5 Jul 2010 15:19:31 +0200 Subject: s4:include/smbldap.h - introduce a placeholder for "LDAPMessage" if we don't link against a LDAP library --- source3/include/smbldap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index e3becdb3a1..f2a028046d 100644 --- a/source3/include/smbldap.h +++ b/source3/include/smbldap.h @@ -235,6 +235,7 @@ char *smbldap_talloc_dn(TALLOC_CTX *mem_ctx, LDAP *ld, #else #define LDAP void +#define LDAPMessage void #define LDAPMod void #define LDAP_CONST const #define LDAPControl void -- cgit