]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
lib: remove unused HAVE_INET_NTOA_R* defines
authorDaniel Stenberg <daniel@haxx.se>
Wed, 7 Apr 2021 22:36:57 +0000 (00:36 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 8 Apr 2021 14:33:29 +0000 (16:33 +0200)
Closes #6867

lib/config-vxworks.h
lib/curl_config.h.cmake

index c4925bb22313667416c49d01b901e00a985f7e36..916d023383d50386534d62393e9527ca7a44ad91 100644 (file)
 /* 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 */
 
index d64c89ce34713dea340acbeb946ba1059ed9cfd6..fbe17bc5b0e2aaa257e297ab73d8a82a4d37789b 100644 (file)
 /* 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