From 7d10beb40d0927a62acba244a4e50584dff7ab82 Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Mon, 17 Aug 1998 12:07:41 +0000 Subject: [PATCH] [project @ 1998-08-17 12:07:41 by simonm] add HAVE_NETINET_TCP_H --- mk/config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mk/config.h.in b/mk/config.h.in index f993d5461cef..afad35d25c40 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -171,6 +171,9 @@ /* Define if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define if you have the <netinet/tcp.h> header file. */ +#undef HAVE_NETINET_TCP_H + /* Define if you have the <nlist.h> header file. */ #undef HAVE_NLIST_H -- GitLab