From 3eb286b52a30f126c53fd3d9688c51586f7b73ad Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 17 Apr 2007 07:45:54 +0000 Subject: r22296: heimdal/lib/roken/roken.h.in includes which doesn't work on some hosts in the farm so include socket_wrapper via "system/network.h" as the rest of samba4 metze (This used to be commit 38aeb585a19e1d022a8c559cc6d08391b270785b) --- source4/heimdal_build/roken.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index c032fc67e6..766f4555b8 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -73,9 +73,12 @@ #define HAVE_INNETGR #endif -#ifdef SOCKET_WRAPPER -#define SOCKET_WRAPPER_REPLACE SOCKET_WRAPPER -#endif - +/* + * we don't want that roken.h.in includes socket_wrapper + * we include socket_wrapper via "system/network.h" + */ +#undef SOCKET_WRAPPER_REPLACE #include "heimdal/lib/roken/roken.h.in" +#include "system/network.h" + #endif -- cgit