curl: use select instead of poll

The way curl interacts with our poll() emulation on top of
select() leads to problems while establishing a connection.
This commit is contained in:
Josef Söntgen 2017-05-18 16:31:13 +02:00 committed by Christian Helmuth
parent b361de8379
commit f66b828a97
1 changed files with 2 additions and 2 deletions

View File

@ -511,10 +511,10 @@
/* #undef HAVE_PK11_CREATEGENERICOBJECT */
/* Define to 1 if you have a working poll function. */
#define HAVE_POLL 1
/* #undef HAVE_POLL */
/* If you have a fine poll */
#define HAVE_POLL_FINE 1
/* #undef HAVE_POLL_FINE */
/* Define to 1 if you have the <poll.h> header file. */
/* #undef HAVE_POLL_H */