X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fposix%2Fnetinet_tcp.m4;fp=m4%2Fposix%2Fnetinet_tcp.m4;h=4e10420884559c69c3b6b6dcd1b921148d4330ef;hb=c9b3436bd51a4dcf7d6cc6817d4c7a8ad99538d4;hp=0000000000000000000000000000000000000000;hpb=09735ea6055f959a9cac481268754f07d6f6eb9f;p=m6w6%2Fext-psi diff --git a/m4/posix/netinet_tcp.m4 b/m4/posix/netinet_tcp.m4 new file mode 100644 index 0000000..4e10420 --- /dev/null +++ b/m4/posix/netinet_tcp.m4 @@ -0,0 +1,5 @@ +PSI_CHECK_NETINET_TCP() { + PSI_CONFIG_POSIX(netinet/tcp, netinet/tcp.h) + + PSI_CONST(TCP_NODELAY, int) +}