mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-12-08 13:30:56 +00:00
configure: temporarily disable detection of system's inet_ntop()
This is done to allow compilation of ares_inet_ntop() by some daily builds picky compilers that otherwise do not need this function.
This commit is contained in:
@ -533,7 +533,9 @@ CARES_CHECK_FUNC_GETHOSTBYNAME
|
|||||||
CARES_CHECK_FUNC_GETHOSTNAME
|
CARES_CHECK_FUNC_GETHOSTNAME
|
||||||
CARES_CHECK_FUNC_GETSERVBYPORT_R
|
CARES_CHECK_FUNC_GETSERVBYPORT_R
|
||||||
CARES_CHECK_FUNC_INET_NET_PTON
|
CARES_CHECK_FUNC_INET_NET_PTON
|
||||||
CARES_CHECK_FUNC_INET_NTOP
|
|
||||||
|
dnl CARES_CHECK_FUNC_INET_NTOP
|
||||||
|
|
||||||
CARES_CHECK_FUNC_INET_PTON
|
CARES_CHECK_FUNC_INET_PTON
|
||||||
CARES_CHECK_FUNC_IOCTL
|
CARES_CHECK_FUNC_IOCTL
|
||||||
CARES_CHECK_FUNC_IOCTLSOCKET
|
CARES_CHECK_FUNC_IOCTLSOCKET
|
||||||
|
|||||||
Reference in New Issue
Block a user