1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

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 commit is contained in:
Stefan Metzmacher 2007-10-24 13:50:30 +02:00
parent 8b92b81101
commit 317b649445

View File

@ -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