mirror of
https://github.com/curl/curl.git
synced 2026-07-24 15:47:16 +03:00
added five non-blocking #defines
This commit is contained in:
parent
6918427fae
commit
375e615a6d
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue