From 68e0b262be33a1e25018a2afa1e1280ecc5a96eb Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 6 Jul 2011 12:39:34 +1000 Subject: build: Remove _SAMBA_BUILD == 4 from libgpo This code has no hope of building against the samba4 libs (it has been disabled for a very long time, and files referenced don't exist etc), and with the common build there simply is no need. Andrew Bartlett --- libgpo/gpo_ldap.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libgpo/gpo_ldap.c') diff --git a/libgpo/gpo_ldap.c b/libgpo/gpo_ldap.c index 9d984b5b99..d46c48f8f3 100644 --- a/libgpo/gpo_ldap.c +++ b/libgpo/gpo_ldap.c @@ -20,10 +20,6 @@ #include "includes.h" #include "libgpo/gpo.h" #include "auth.h" -#if _SAMBA_BUILD_ == 4 -#include "libgpo/gpo_s4.h" -#include "source4/libgpo/ads_convenience.h" -#endif #include "../libcli/security/security.h" /**************************************************************** -- cgit