]> git.ipfire.org Git - thirdparty/bind9.git/commit
Cleanup the remaining of HAVE_UV_<func> macros
authorOndřej Surý <ondrej@sury.org>
Wed, 2 Jun 2021 09:23:36 +0000 (11:23 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 2 Jun 2021 09:23:36 +0000 (11:23 +0200)
commit67afea6cfcb371ade8eece58f4276f4aa62519b2
treec0b47e037d4009f97225df5b98a9a5455bdfbba4
parent479dc588776a18c94f6c3cf7214989d99d661f4d
Cleanup the remaining of HAVE_UV_<func> macros

While cleaning up the usage of HAVE_UV_<func> macros, we forgot to
cleanup the HAVE_UV_UDP_CONNECT in the actual code and
HAVE_UV_TRANSLATE_SYS_ERROR and this was causing Windows build to fail
on uv_udp_send() because the socket was already connected and we were
falsely assuming that it was not.

The platforms with autoconf support were not affected, because we were
still checking for the functions from the configure.
configure.ac
lib/isc/netmgr/udp.c
lib/isc/netmgr/uv-compat.c
lib/isc/tests/netmgr_test.c
lib/isc/tests/uv_wrap.h