added five non-blocking #defines

This commit is contained in:
Daniel Stenberg 2001-10-01 22:34:08 +00:00
Родитель 6918427fae
Коммит 375e615a6d
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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