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: upstream/7.37.1~14147 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf20ed5984be04f5751b741714e4fae6b87f5784;p=platform%2Fupstream%2Fcurl.git O_NONBLOCK does not work on BeOS according to Shard --- diff --git a/acinclude.m4 b/acinclude.m4 index d2156d3..f847a8f 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;