cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: 7.9.6 sparc-sun-solaris2.4 ftp timeout after connect?

From: Rich Gray <Rich.Gray_at_PlusTechnologies.com>
Date: Mon, 29 Apr 2002 09:18:01 -0400

> Uuuh. My fault, didn't check it properly. It should be like this:
>
> #if defined(HAVE_O_NONBLOCK)
> # undef HAVE_O_NONBLOCK
> # define HAVE_FIONBIO
> #endif
>
> There was a typo on the #define line...
>
> --
> Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
>

Actually, it needed more than that to
compile:

#if defined(HAVE_O_NONBLOCK)
# undef HAVE_O_NONBLOCK
# define HAVE_FIONBIO
# include <sys/filio.h>
#endif
  

But still fails with EINVAL.
Received on 2002-04-29