fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / curl / curl-7.26.0_mingw.patch
blobbe9a20cac358aacf273712fcbc3c04bcc0187604
1 --- a/lib/curl_setup.h 2009-10-29 05:21:58.000000000 +0900
2 +++ b/lib/curl_setup.h 2010-03-02 06:03:10.009500000 +0900
3 @@ -40,6 +40,21 @@
5 #include "curl_config.h"
7 +#ifdef __MINGW32__
8 +#undef HAVE_DLFCN_H
9 +#define HAVE_GETHOSTBYADDR 1
10 +#define HAVE_GETHOSTBYNAME 1
11 +#undef HAVE_LIBZ
12 +#undef HAVE_NETDB_H
13 +#undef HAVE_POLL_H
14 +#undef HAVE_SYS_IOCTL_H
15 +#undef HAVE_SYS_POLL_H
16 +#undef HAVE_SYS_UIO_H
17 +#undef HAVE_TERMIOS_H
18 +#undef HAVE_TERMIO_H
19 +#undef HAVE_ZLIB_H
20 +#endif
22 #else /* HAVE_CONFIG_H */
24 #ifdef _WIN32_WCE