aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFrank Lichtenheld2023-03-30 11:42:15 +0200
committerGert Doering2023-03-30 13:07:04 +0200
commitdbd7e3bea41e8be3fa637a17827236b1fc6db18b (patch)
tree6ed7d940b22697b3ee6815e97d50b8ee56ec33d2 /configure.ac
parentb1fc3f25bc27462100bf96d9b677d6a3c31d3303 (diff)
downloadopenvpn-dbd7e3bea41e8be3fa637a17827236b1fc6db18b.zip
openvpn-dbd7e3bea41e8be3fa637a17827236b1fc6db18b.tar.gz
Do not include net/in_systm.h
This only defines three types and none of them is used anywhere in our source code. Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20230330094215.487924-1-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26559.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index ca85e5e..e1e79eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -453,7 +453,7 @@ AC_CHECK_HEADERS([ \
fcntl.h io.h \
sys/types.h sys/socket.h \
unistd.h dlfcn.h \
- netinet/in.h netinet/in_systm.h \
+ netinet/in.h \
netinet/tcp.h arpa/inet.h netdb.h \
versionhelpers.h \
])
@@ -489,9 +489,6 @@ SOCKET_INCLUDES="
#ifdef _WIN32
#include <ws2tcpip.h>
#endif
-#ifdef HAVE_NETINET_IN_SYSTM_H
-#include <netinet/in_systm.h>
-#endif
#ifdef HAVE_NETINET_IP_H
#include <netinet/ip.h>
#endif