From 3e1fbf76baee8556e2c46c9a68764dd3d4a2c33a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 24 Oct 2007 13:50:30 +0200 Subject: r25719: let "system/network.h" do the replacements first, then roken.h.in can do the missing heimdal bits. this removes to redifinition of 'struct addrinfo' on some platforms metze (This used to be commit 317b6494452f6162465000fe71e5c40c260f735a) --- source4/heimdal_build/roken.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'source4/heimdal_build') diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index 192500ce3e..3edeb2fb2e 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -53,10 +53,6 @@ #define HAVE_VSYSLOG #endif -#ifndef HAVE_SOCKLEN_T -#define HAVE_SOCKLEN_T -#endif - #ifndef HAVE_SSIZE_T #define HAVE_SSIZE_T #endif @@ -79,12 +75,13 @@ #endif #endif +#include "system/network.h" + /* * 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