From feaccc063f3cb4a8a4eedf6d775c3e2da06e968f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 22 Feb 2020 14:03:37 +0300 Subject: Release version 7.67.0+7 Fix cross-compiling with x86_64-w64-mingw32-gcc that fails with 'incomplete type struct pollfd' error --- libcurl/libcurl/curl_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcurl/libcurl') 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 -- cgit v1.1