summaryrefslogtreecommitdiff
path: root/libcurl/libcurl
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-22 14:03:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-22 21:59:25 +0300
commitfeaccc063f3cb4a8a4eedf6d775c3e2da06e968f (patch)
tree9ce1cb1525fa445da50b8161d6bdeaec10792008 /libcurl/libcurl
parent74b7ddc2c14b51dd364da1ecf534c7cbef5d54da (diff)
Release version 7.67.0+7v7.67.0+7
Fix cross-compiling with x86_64-w64-mingw32-gcc that fails with 'incomplete type struct pollfd' error
Diffstat (limited to 'libcurl/libcurl')
-rw-r--r--libcurl/libcurl/curl_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcurl/libcurl/curl_config.h b/libcurl/libcurl/curl_config.h
index 7fb10a7..f41ca14 100644
--- a/libcurl/libcurl/curl_config.h
+++ b/libcurl/libcurl/curl_config.h
@@ -206,7 +206,6 @@
*/
#else
# define HAVE_PROCESS_H 1
-# define HAVE_STRUCT_POLLFD 1
# define USE_WIN32_CRYPTO 1
# define HAVE_CLOSESOCKET 1
# define HAVE_IOCTLSOCKET_FIONBIO 1
@@ -325,6 +324,7 @@
#undef HAVE_BROTLI
#undef EGD_SOCKET
#undef DEBUGBUILD
+#undef HAVE_STRUCT_POLLFD
#undef HAVE_DECL_GETPWUID_R_MISSING
#undef HAVE_GETPASS_R
#undef HAVE_GNUTLS_ALPN_SET_PROTOCOLS