]> granicus.if.org Git - curl/commit
improved the non-block check a lot:
authorDaniel Stenberg <daniel@haxx.se>
Sun, 5 Oct 2003 08:35:55 +0000 (08:35 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 5 Oct 2003 08:35:55 +0000 (08:35 +0000)
commit0bbe184f1fa5add861f40b7fad022835dd54675e
tree29df93e50a3183c3996af15ee039d7be9a3cfaec
parent1b0af1c53a1da1b12d9cd21f2f8aac8ca9f08630
improved the non-block check a lot:
* several tests ALWAYS failed due to bad test programs
* the IoctlSocket() test now is linked on test as it could otherwise compile
  fine on many systems that doesn't support it
* added a test for the BeOS way of doing non-blocking sockets (based on a
  patch from Shard)
acinclude.m4