diff options
Diffstat (limited to 'tests/libtest/lib537.c')
-rw-r--r-- | tests/libtest/lib537.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/libtest/lib537.c b/tests/libtest/lib537.c index 142686c8f..29de30818 100644 --- a/tests/libtest/lib537.c +++ b/tests/libtest/lib537.c @@ -27,7 +27,6 @@ #endif #if !defined(HAVE_POLL_FINE) && \ - !defined(CURL_HAVE_WSAPOLL) && \ !defined(USE_WINSOCK) && \ !defined(TPF) && \ !defined(FD_SETSIZE) @@ -358,7 +357,6 @@ static int rlimit(int keep_open) fprintf(stderr, "%s file descriptors open\n", strbuff); #if !defined(HAVE_POLL_FINE) && \ - !defined(CURL_HAVE_WSAPOLL) && \ !defined(USE_WINSOCK) && \ !defined(TPF) |