Skip to content
Snippets Groups Projects
Commit 375e615a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added five non-blocking #defines

parent 6918427f
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment