1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r22296: heimdal/lib/roken/roken.h.in includes <socket_wrapper.h>

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 commit is contained in:
Stefan Metzmacher 2007-04-17 07:45:54 +00:00 committed by Gerald (Jerry) Carter
parent a59ec710ce
commit 38aeb585a1

View File

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