From 2492fe49dcb534844d9eece97504b4caca1d81ae Mon Sep 17 00:00:00 2001 From: Thomas Munro Date: Thu, 18 Aug 2022 16:17:13 +1200 Subject: Remove configure probe for netinet/tcp.h. is in SUSv3 and all targeted Unix systems have it. For Windows, we can provide a stub include file, to avoid some #ifdef noise. Discussion: https://postgr.es/m/CA+hUKGKErNfhmvb_H0UprEmp4LPzGN06yR2_0tYikjzB-2ECMw@mail.gmail.com --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 48d3e882b3e..e5740f4fb55 100644 --- a/configure.ac +++ b/configure.ac @@ -1450,7 +1450,6 @@ AC_CHECK_HEADERS(m4_normalize([ ifaddrs.h langinfo.h mbarrier.h - netinet/tcp.h sys/epoll.h sys/event.h sys/personality.h -- cgit v1.2.3