summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-04-08 00:36:57 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-04-08 00:36:57 +0200
commit787c19077aadf735861d6c5775fa97bbf3c15ff9 (patch)
tree3f11880fd9123b026665e42bcce8ffa1e2c0c510
parenteaa1d73229d5aa0c27ec09572b8abdac2676990a (diff)
downloadcurl-bagder/rm-inet_ntoa_r.tar.gz
lib: remove unused HAVE_INET_NTOA_R* definesbagder/rm-inet_ntoa_r
-rw-r--r--lib/config-vxworks.h9
-rw-r--r--lib/curl_config.h.cmake9
2 files changed, 0 insertions, 18 deletions
diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h
index c4925bb22..916d02338 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 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