durusmail: quixote-users: 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
scgi , passfd.c under solaris
Jon Dyte
2002-10-28
Hi

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

I havent tested mod_scgi and scgi themselves, but I've tested the
passfd module and the socketpair, recvfd and sendfd functions and they
seem to be fine. Ie the test program works and another I wrote seems
to indicate it's ok.


Jon


reply