diff options
author | Yang Tse <yangsita@gmail.com> | 2007-04-04 05:04:47 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-04-04 05:04:47 +0000 |
commit | a1f72943e96172b4598bf3cb5993c554d1294b8c (patch) | |
tree | 886261b04bfff35ddccbe4778ceedf3b2753ffa7 /tests | |
parent | 0969a96732b39f4bef11b266350e3b16d66e6693 (diff) |
cleanup
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/lib518.c | 1 | ||||
-rw-r--r-- | tests/libtest/lib537.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/libtest/lib518.c b/tests/libtest/lib518.c index 24b7a8732..30de15ef3 100644 --- a/tests/libtest/lib518.c +++ b/tests/libtest/lib518.c @@ -354,7 +354,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) 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) |