cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl curl-7.10.5 configure/build error

From: Marty Kuhrt <marty_at_Barra.COM>
Date: Thu, 5 Jun 2003 10:00:39 -0700 (PDT)

Wouldn't it be easier to make multi.h follow the ifdef rules used
elsewhere?

There is a HAVE_SYS_SELECT_H definition that can be used to make the
inclusion (or not) transparent. I changed my multi.h to use the
HAVE_SYS_*_H defines around the include statements so that I could get
VMS to compile. (I haven't turned in the changes because I'm "out of
the office").

On Thu, 5 Jun 2003, Daniel Stenberg wrote:

> On Thu, 5 Jun 2003, David Dyck wrote:
>
> > I'm using linux (derived from a circa 1995 slackware distribution) that is
> > still libc5 based.
>
> Argh.
>
> Ok, so I've modified the check in curl/multi.h now to only include the
> sys/select.h header on AIX systems as they are the only ones I know that
> require it.
>
> Patch available here:
>
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/curl/curl/include/curl/multi.h.diff?r1=1.13&r2=1.14
>
> --
> Daniel Stenberg -- curl: been grokking URLs since 1998
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
>
>

-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
Received on 2003-06-05