From e7a6a3ec0da01666c8e0c9772007ce7146df9d75 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 2 Jul 2010 00:32:52 +0200 Subject: s3: avoid global include of ads.h. Guenther --- source3/include/ads.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'source3/include/ads.h') diff --git a/source3/include/ads.h b/source3/include/ads.h index 0637cc8ad4..b45d53de07 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -148,6 +148,12 @@ typedef struct { int critical; } ads_control; -#define ADS_IGNORE_PRINCIPAL "not_defined_in_RFC4178@please_ignore" +#include "libads/ads_proto.h" + +#ifdef HAVE_LDAP +#include "libads/ads_ldap_protos.h" +#endif + +#include "libads/kerberos_proto.h" #endif /* _INCLUDE_ADS_H_ */ -- cgit