From: Daniel Stenberg Date: Mon, 6 Oct 2003 22:03:11 +0000 (+0000) Subject: O_NONBLOCK does not work on BeOS according to Shard X-Git-Tag: curl-7_10_8~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf20ed5984be04f5751b741714e4fae6b87f5784;p=thirdparty%2Fcurl.git O_NONBLOCK does not work on BeOS according to Shard --- diff --git a/acinclude.m4 b/acinclude.m4 index d2156d3504..f847a8fbd9 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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;