From: Daniel Stenberg Date: Mon, 1 Oct 2001 22:34:08 +0000 (+0000) Subject: added five non-blocking #defines X-Git-Tag: curl-7_9_1~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=375e615a6dc68f46c191c44f6b8c57c7346ba933;p=thirdparty%2Fcurl.git added five non-blocking #defines --- diff --git a/acconfig.h b/acconfig.h index ab0cc886ec..acf11d59a6 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 +