From ea3dfcb3614ae438a84a7108b8762c67d9b4850a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 6 Aug 2024 15:47:24 +0200 Subject: [PATCH] cmake: drop unused `HAVE_IDNA_STRERROR` Unused since 9c91ec778104ae3b744b39444d544e82d5ee9ece Closes #14420 --- lib/curl_config.h.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index bff17bc493..0dd9bf5b3c 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -304,9 +304,6 @@ /* if you have the GNU gssapi libraries */ #cmakedefine HAVE_GSSGNU 1 -/* Define to 1 if you have the `idna_strerror' function. */ -#cmakedefine HAVE_IDNA_STRERROR 1 - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_IFADDRS_H 1