*
*/
#ifndef lint
-static const char rcsid[] = "$Id: fcgiapp.c,v 1.10 1999/08/10 14:19:29 roberts Exp $";
+static const char rcsid[] = "$Id: fcgiapp.c,v 1.11 1999/08/10 22:27:12 roberts Exp $";
#endif /* not lint */
#include "fcgi_config.h"
/* XXX probably need to call OS_LibInit() again for Win */
isFastCGI = 1;
}
+ return rc;
}
int FCGX_InitRequest(FCGX_Request *request, int sock, int flags)
*/
#ifndef lint
-static const char rcsid[] = "$Id: os_unix.c,v 1.12 1999/08/05 21:25:55 roberts Exp $";
+static const char rcsid[] = "$Id: os_unix.c,v 1.13 1999/08/10 22:27:13 roberts Exp $";
#endif /* not lint */
#include "fcgi_config.h"
*/
int OS_IsFcgi(int sock)
{
- int isFastCGI = FALSE;
union {
struct sockaddr_in in;
struct sockaddr_un un;