From c502b47f1f2cf4668dd627203c62b978868df632 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 8 Apr 2021 00:36:57 +0200 Subject: lib: remove unused HAVE_INET_NTOA_R* defines Closes #6867 --- lib/curl_config.h.cmake | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib/curl_config.h.cmake') diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index d64c89ce3..fbe17bc5b 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 -- cgit v1.2.1