diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-10-01 22:34:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-10-01 22:34:08 +0000 |
commit | 375e615a6dc68f46c191c44f6b8c57c7346ba933 (patch) | |
tree | 1044034e32f52576c6258bd88a3ea8b7e46ec199 | |
parent | 6918427faefa32212423cd8eb3db789d84264929 (diff) |
added five non-blocking #defines
-rw-r--r-- | acconfig.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index ab0cc886e..acf11d59a 100644 --- a/acconfig.h +++ b/acconfig.h @@ -54,3 +54,11 @@ /* Define if you have a working OpenSSL installation */ #undef OPENSSL_ENABLED + +/* Define the one correct non-blocking socket method below */ +#undef HAVE_FIONBIO +#undef HAVE_IOCTLSOCKET +#undef HAVE_IOCTLSOCKET_CASE +#undef HAVE_O_NONBLOCK +#undef HAVE_DISABLED_NONBLOCKING + |