]> granicus.if.org Git - curl/commitdiff
added five non-blocking #defines
authorDaniel Stenberg <daniel@haxx.se>
Mon, 1 Oct 2001 22:34:08 +0000 (22:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 1 Oct 2001 22:34:08 +0000 (22:34 +0000)
acconfig.h

index ab0cc886ec1eb46a753b3bbe02db02385a56ed7d..acf11d59a620982f7d0d14bd7d9eb74eb29de19c 100644 (file)
 
 /* 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
+