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:
parent
a59ec710ce
commit
38aeb585a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user