1 # arch-tag: 3416a800-dad6-4fad-8c25-b599962200e7
3 AC_DEFUN([BHM4_TCP_CORK_CHECK],[
5 AC_CHECK_DECL([TCP_CORK],
6 [AC_DEFINE(HAVE_DECL_TCP_CORK, 1,
7 [Define this if you have TCP_CORK])], [],
8 [#if HAVE_NETINET_TCP_H
9 #include <netinet/tcp.h>
12 #include <netinet/in.h>