*/
#ifndef lint
-static const char rcsid[] = "$Id: os_unix.c,v 1.10 1999/07/28 00:20:22 roberts Exp $";
+static const char rcsid[] = "$Id: os_unix.c,v 1.11 1999/08/02 19:22:00 skimo Exp $";
#endif /* not lint */
#include "fcgi_config.h"
struct sockaddr_un un;
struct sockaddr_in in;
} sa;
-#if defined __linux__
+#ifdef HAVE_SOCKLEN
socklen_t len;
#else
int len;
struct sockaddr_in in;
struct sockaddr_un un;
} sa;
-#if defined __linux__
+#ifdef HAVE_SOCKLEN
socklen_t len = sizeof(sa);
#else
int len = sizeof(sa);