From 4e03d45bf90f5f51301c0a4c0bdf60a477f82feb Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 18 Jun 2021 09:59:22 +0200 Subject: [PATCH] configure/cmake: remove unused define HAVE_FDOPEN Closes #7276 --- lib/config-plan9.h | 1 - lib/curl_config.h.cmake | 3 --- 2 files changed, 4 deletions(-) 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