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/config-plan9.h | |
parent | a407a82d0b0bc637d81f49d7853c043efe1e3372 (diff) | |
download | curl-4e03d45bf90f5f51301c0a4c0bdf60a477f82feb.tar.gz |
configure/cmake: remove unused define HAVE_FDOPEN
Closes #7276
Diffstat (limited to 'lib/config-plan9.h')
-rw-r--r-- | lib/config-plan9.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/config-plan9.h b/lib/config-plan9.h index ce89309bc..1da74ed85 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 |