X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fnetinet_tcp.m4;fp=m4%2Fnetinet_tcp.m4;h=7c4677cfb3f73be9ea35ffae8c85cdfb4334e32a;hb=5abcb8724ac7046d62203ea643e9ce69f63a6a8a;hp=0000000000000000000000000000000000000000;hpb=63fa6c00c541b9462784337e15955d7c3027f2f3;p=m6w6%2Fext-psi diff --git a/m4/netinet_tcp.m4 b/m4/netinet_tcp.m4 new file mode 100644 index 0000000..7c4677c --- /dev/null +++ b/m4/netinet_tcp.m4 @@ -0,0 +1,5 @@ +PSI_CHECK_NETINET_TCP() { + AC_CHECK_HEADERS(netinet/tcp.h) + + PSI_CONST(TCP_NODELAY, int) +}