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.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libgpo/gpo.h') diff --git a/libgpo/gpo.h b/libgpo/gpo.h index e6443825ec..62e9091156 100644 --- a/libgpo/gpo.h +++ b/libgpo/gpo.h @@ -20,12 +20,8 @@ #ifndef __GPO_H__ #define __GPO_H__ -#if _SAMBA_BUILD_ == 4 -#include "source4/libgpo/ads_convenience.h" -#else struct loadparm_context; #include "ads.h" -#endif enum GPO_LINK_TYPE { GP_LINK_UNKOWN = 0, -- cgit