Marcin Konicki provided two configure fixes and a source fix to make curl

build out-of-the-box on BeOS.
This commit is contained in:
Daniel Stenberg
2004-12-22 22:28:10 +00:00
parent 99befd3a15
commit 58f4af7973
4 changed files with 20 additions and 3 deletions

View File

@@ -87,9 +87,7 @@ AC_DEFINE(HAVE_IOCTLSOCKET_CASE, 1, [use Ioctlsocket() for non-blocking sockets]
dnl Ioctlsocket didnt compile, do test 5!
AC_TRY_COMPILE([
/* headers for SO_NONBLOCK test (BeOS) */
#include <sys/types.h>
#include <unistd.h>
#include <fcntl.h>
#include <socket.h>
],[
/* SO_NONBLOCK source code */
long b = 1;