diff options
author | Andreas Schneider <asn@samba.org> | 2014-04-07 16:09:00 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-04-17 14:56:06 +0200 |
commit | d407446ddc3dfa02c56e517d87238444f1c9b51b (patch) | |
tree | 292e35f67204af46b2c9aac478386c1efea71604 /lib/replace/system | |
parent | a9c1d5bd636c5d87a0e165361038671cead58550 (diff) | |
download | samba-d407446ddc3dfa02c56e517d87238444f1c9b51b.tar.gz |
Remove special socket_wrapper code.
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/replace/system')
-rw-r--r-- | lib/replace/system/network.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/replace/system/network.h b/lib/replace/system/network.h index 5159fc8c38e..273cb716cf4 100644 --- a/lib/replace/system/network.h +++ b/lib/replace/system/network.h @@ -367,13 +367,4 @@ struct addrinfo { #endif /* HAVE_LINUX_IPV6_V6ONLY_26 */ #endif /* HAVE_IPV6 */ -#ifdef SOCKET_WRAPPER -#ifndef SOCKET_WRAPPER_DISABLE -#ifndef SOCKET_WRAPPER_NOT_REPLACE -#define SOCKET_WRAPPER_REPLACE -#endif /* SOCKET_WRAPPER_NOT_REPLACE */ -#include "../socket_wrapper/socket_wrapper.h" -#endif /* SOCKET_WRAPPER_DISABLE */ -#endif /* SOCKET_WRAPPER */ - #endif |