From 848329b9a0a66281f699d1ae2c9e267c91ce0f43 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 30 Mar 2005 23:28:15 +0000 Subject: r6140: - Add configure option for enabling the socket-wrapper library, so it can be enabled on the buildfarm without requiring --enable-developer - Support tcp and udp being used on the same port - FIx some portability issues (should fix the build on some hosts on the buildfarm) - Ignore setting TCP_NODELAY on (semi-)TCP sockets rather then complain about it not being supported (saves us from a couple of error messages for each connection that is opened) (This used to be commit 443fb7853b8d3cb516c442fdc595038544b75738) --- source4/include/system/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/include') diff --git a/source4/include/system/network.h b/source4/include/system/network.h index 832000a5df..b1da60e69e 100644 --- a/source4/include/system/network.h +++ b/source4/include/system/network.h @@ -57,7 +57,7 @@ #include #endif -#ifdef DEVELOPER +#ifdef SOCKET_WRAPPER #define SOCKET_WRAPPER_REPLACE #include "lib/socket_wrapper/socket_wrapper.h" #endif -- cgit