]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove check for socket functions and Win XP compatbility code
authorArne Schwabe <arne@rfc2549.org>
Tue, 6 Apr 2021 16:25:14 +0000 (18:25 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 7 Apr 2021 06:24:50 +0000 (08:24 +0200)
commit17f91332069b4adc317bf11cb4d710b00ee139c5
tree8c97ece70325083cf41e47d4c4af58a8d08e7e6d
parent725dda00f809e5d9768a1aa33c8e73f2e38d9a7e
Remove check for socket functions and Win XP compatbility code

While the check if all socket related functions are present sounds like
a good idea in theory, in reality it just adds time to configure runs.

Our poll check on windows is currently only depending on sys/poll.h
non-existance. Make the check and comment more explicit.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20210406162518.4075-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22052.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
config-msvc.h
configure.ac
src/compat/Makefile.am
src/compat/compat-inet_ntop.c [deleted file]
src/compat/compat-inet_pton.c [deleted file]
src/compat/compat.h
src/compat/compat.vcxproj
src/openvpn/mtu.c
src/openvpn/socket.c
src/openvpn/syshead.h