durusmail: quixote-users: Re: scgi , passfd.c under solaris
scgi , passfd.c under solaris
2002-10-28
Re: scgi , passfd.c under solaris
2002-10-29
2002-10-30
Re: scgi , passfd.c under solaris
Jon Dyte
2002-10-29
Neil

This was on solaris(sunos?) 2.5 / 2.6  with scgi 0.5.

I think those #define _XOPEN_SOURCE are newer. Solaris 8?

Jon

Neil Schemenauer wrote :-
> Jon Dyte wrote:
> > In order to get passfd.c to compile under solaris' cc, I had to add
> > the following to passfd.c before including sys/socket.h
> >
> > #ifndef _XPG4_2
> > #define _XPG4_2
> > #endif
>
> Which version did you try?  The latest version of passfd has:
>
>     #ifndef _XOPEN_SOURCE
>     #define _XOPEN_SOURCE 500
>     #endif
>
> I think that does essentially the same thing.
>
>   Neil
>
> _______________________________________________
> Quixote-users mailing list
> Quixote-users@mems-exchange.org
> http://mail.mems-exchange.org/mailman/listinfo/quixote-users

reply