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 ab0cc88..acf11d5 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
+