O_NONBLOCK does not work on BeOS according to Shard

This commit is contained in:
Daniel Stenberg 2003-10-06 22:03:11 +00:00
parent 9d5c22d5ae
commit bf20ed5984
1 changed files with 1 additions and 1 deletions

View 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;