From: Daniel Stenberg Date: Wed, 7 Apr 2021 22:36:57 +0000 (+0200) Subject: lib: remove unused HAVE_INET_NTOA_R* defines X-Git-Tag: curl-7_76_1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c502b47f1f2cf4668dd627203c62b978868df632;p=thirdparty%2Fcurl.git lib: remove unused HAVE_INET_NTOA_R* defines Closes #6867 --- diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index c4925bb223..916d023383 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -272,15 +272,6 @@ /* Define to 1 if you have the `inet_addr' function. */ #define HAVE_INET_ADDR 1 -/* Define to 1 if you have the inet_ntoa_r function. */ -/* #undef HAVE_INET_NTOA_R */ - -/* inet_ntoa_r() takes 2 args */ -/* #undef HAVE_INET_NTOA_R_2 */ - -/* inet_ntoa_r() takes 3 args */ -/* #undef HAVE_INET_NTOA_R_3 */ - /* Define to 1 if you have a IPv6 capable working inet_ntop function. */ /* #undef HAVE_INET_NTOP */ diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index d64c89ce34..fbe17bc5b0 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -322,15 +322,6 @@ /* Define to 1 if you have the `inet_addr' function. */ #cmakedefine HAVE_INET_ADDR 1 -/* Define to 1 if you have the inet_ntoa_r function. */ -#cmakedefine HAVE_INET_NTOA_R 1 - -/* inet_ntoa_r() takes 2 args */ -#cmakedefine HAVE_INET_NTOA_R_2 1 - -/* inet_ntoa_r() takes 3 args */ -#cmakedefine HAVE_INET_NTOA_R_3 1 - /* Define to 1 if you have a IPv6 capable working inet_ntop function. */ #cmakedefine HAVE_INET_NTOP 1