From: Gergely Nagy Date: Fri, 18 Jun 2021 07:59:22 +0000 (+0200) Subject: configure/cmake: remove unused define HAVE_FDOPEN X-Git-Tag: curl-7_78_0~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e03d45bf90f5f51301c0a4c0bdf60a477f82feb;p=thirdparty%2Fcurl.git configure/cmake: remove unused define HAVE_FDOPEN Closes #7276 --- diff --git a/lib/config-plan9.h b/lib/config-plan9.h index ce89309bc1..1da74ed85d 100644 --- a/lib/config-plan9.h +++ b/lib/config-plan9.h @@ -96,7 +96,6 @@ #define HAVE_ERRNO_H 1 #define HAVE_FCNTL 1 #define HAVE_FCNTL_H 1 -#define HAVE_FDOPEN 1 #define HAVE_FORK 1 #define HAVE_FREEADDRINFO 1 #define HAVE_FTRUNCATE 1 diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index 46b7ef137b..cbbe99b586 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -160,9 +160,6 @@ /* Define to 1 if you have a working fcntl O_NONBLOCK function. */ #cmakedefine HAVE_FCNTL_O_NONBLOCK 1 -/* Define to 1 if you have the fdopen function. */ -#cmakedefine HAVE_FDOPEN 1 - /* Define to 1 if you have the `fork' function. */ #cmakedefine HAVE_FORK 1