diff options
author | Gergely Nagy <ngg@tresorit.com> | 2021-06-18 09:59:22 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-18 13:52:05 +0200 |
commit | 4e03d45bf90f5f51301c0a4c0bdf60a477f82feb (patch) | |
tree | 007550344519182b63f5aeff392cdc452ce3f2e7 /lib/curl_config.h.cmake | |
parent | a407a82d0b0bc637d81f49d7853c043efe1e3372 (diff) | |
download | curl-4e03d45bf90f5f51301c0a4c0bdf60a477f82feb.tar.gz |
configure/cmake: remove unused define HAVE_FDOPEN
Closes #7276
Diffstat (limited to 'lib/curl_config.h.cmake')
-rw-r--r-- | lib/curl_config.h.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index 46b7ef137..cbbe99b58 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 |