flush
[m6w6/ext-psi] / m4 / netinet_tcp.m4
diff --git a/m4/netinet_tcp.m4 b/m4/netinet_tcp.m4
new file mode 100644 (file)
index 0000000..7c4677c
--- /dev/null
@@ -0,0 +1,5 @@
+PSI_CHECK_NETINET_TCP() {
+       AC_CHECK_HEADERS(netinet/tcp.h)
+
+       PSI_CONST(TCP_NODELAY, int)
+}