diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-30 23:28:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:21 -0500 |
commit | 848329b9a0a66281f699d1ae2c9e267c91ce0f43 (patch) | |
tree | fdeec051d712c5fa59a7480fa64977ffb4bc5f30 /source4/include/system | |
parent | 44d7f4f23829d98b95d9153970849a9681e4ef26 (diff) | |
download | samba-848329b9a0a66281f699d1ae2c9e267c91ce0f43.tar.gz samba-848329b9a0a66281f699d1ae2c9e267c91ce0f43.tar.bz2 samba-848329b9a0a66281f699d1ae2c9e267c91ce0f43.zip |
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)
Diffstat (limited to 'source4/include/system')
-rw-r--r-- | source4/include/system/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <net/if.h> #endif -#ifdef DEVELOPER +#ifdef SOCKET_WRAPPER #define SOCKET_WRAPPER_REPLACE #include "lib/socket_wrapper/socket_wrapper.h" #endif |