r6140: - Add configure option for enabling the socket-wrapper library, so it
authorJelmer Vernooij <jelmer@samba.org>
Wed, 30 Mar 2005 23:28:15 +0000 (23:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:21 +0000 (13:11 -0500)
commit443fb7853b8d3cb516c442fdc595038544b75738
treec3042bf5ac0506cfd484e9da509d752d6e644857
parenta2ef9225f15e369af7b884262b997ab321fd24d6
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)
source/configure.in
source/include/system/network.h
source/lib/socket_wrapper/config.m4 [new file with mode: 0644]
source/lib/socket_wrapper/socket_wrapper.c