From: Viktor Szakats Date: Tue, 6 Aug 2024 13:47:24 +0000 (+0200) Subject: cmake: drop unused `HAVE_IDNA_STRERROR` X-Git-Tag: curl-8_10_0~360 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea3dfcb3614ae438a84a7108b8762c67d9b4850a;p=thirdparty%2Fcurl.git cmake: drop unused `HAVE_IDNA_STRERROR` Unused since 9c91ec778104ae3b744b39444d544e82d5ee9ece Closes #14420 --- 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