]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure/cmake: remove unused define HAVE_FDOPEN
authorGergely Nagy <ngg@tresorit.com>
Fri, 18 Jun 2021 07:59:22 +0000 (09:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Jun 2021 11:52:05 +0000 (13:52 +0200)
Closes #7276

lib/config-plan9.h
lib/curl_config.h.cmake

index ce89309bc1ddeacf6bde7abda3231078e832653e..1da74ed85de89fdc67f39e9b048ab5775e44ada7 100644 (file)
@@ -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
index 46b7ef137b04f7527eaddcca7c75de9775aafd7f..cbbe99b586e1a4f7f6d09f3c94a3f4bc775a42fe 100644 (file)
 /* 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