Commit 375e615a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added five non-blocking #defines

parent 6918427f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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