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/gpext/gpext.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libgpo/gpext') diff --git a/libgpo/gpext/gpext.c b/libgpo/gpext/gpext.c index 42ab622331..1f86b5f5d7 100644 --- a/libgpo/gpext/gpext.c +++ b/libgpo/gpext/gpext.c @@ -23,11 +23,9 @@ #include "librpc/gen_ndr/ndr_misc.h" #include "lib/util/dlinklist.h" #include "../libcli/registry/util_reg.h" -#if _SAMBA_BUILD_ == 3 #include "libgpo/gpo_proto.h" #include "registry.h" #include "registry/reg_api.h" -#endif static struct gp_extension *extensions = NULL; -- cgit