O_NONBLOCK does not work on BeOS according to Shard
authorDaniel Stenberg <daniel@haxx.se>
Mon, 6 Oct 2003 22:03:11 +0000 (22:03 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Oct 2003 22:03:11 +0000 (22:03 +0000)
acinclude.m4

index d2156d3..f847a8f 100644 (file)
@@ -30,7 +30,7 @@ AC_DEFUN(CURL_CHECK_NONBLOCKING_SOCKET,
 # define PLATFORM_AIX_V3
 #endif
 
-#if defined(PLATFORM_SUNOS4) || defined(PLATFORM_AIX_V3)
+#if defined(PLATFORM_SUNOS4) || defined(PLATFORM_AIX_V3) || defined(__BEOS__)
 #error "O_NONBLOCK does not work on this platform"
 #endif
   int socket;