configure/cmake: remove unused define HAVE_FDOPEN

Closes #7276
This commit is contained in:
Gergely Nagy 2021-06-18 09:59:22 +02:00 committed by Daniel Stenberg
parent a407a82d0b
commit 4e03d45bf9
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 0 additions and 4 deletions

View 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

View File

@ -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