5 #include <netinet/tcp.h>
6 int main(void) { return TCP_USER_TIMEOUT; }
8 'HAVE_TCP_USER_TIMEOUT',
10 msg
='Checking for TCP_USER_TIMEOUT')
15 source
='tsocket.c tsocket_helpers.c tsocket_bsd.c',
16 public_deps
='talloc tevent iov_buf socket-blocking',
17 public_headers
='tsocket.h tsocket_internal.h'
21 'test_tsocket_bsd_addr',
22 source
='tests/test_bsd_addr.c',
23 deps
='cmocka replace LIBTSOCKET',
30 source
='tests/test_tstream.c tests/socketpair_tcp.c',
31 deps
='cmocka replace LIBTSOCKET',
33 enabled
=bld
.CONFIG_SET('HAVE_TCP_USER_TIMEOUT'),