From 6f9bed3d3eb71666d8418bcab992d878eadca0c7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 7 Nov 2006 12:47:46 +0000 Subject: r19615: include roken.h.in as this still includes the ifdef's we need in samba4 this should fix the portability of samba4 metze (This used to be commit 497543a17eaea16c3c7f379ed238e573427e28da) --- source4/heimdal_build/roken.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/heimdal_build/roken.h') diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index 3c46ff923b..2bc9e1d412 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -49,5 +49,7 @@ #define HAVE_SSIZE_T #endif -#include "heimdal/lib/roken/roken.h" +#undef SOCKET_WRAPPER_REPLACE + +#include "heimdal/lib/roken/roken.h.in" #endif -- cgit