Synopsis: FIX TO BUG #605 State-Changed-From-To: open-feedback State-Changed-By: marc State-Changed-When: Sun May 25 14:34:23 PDT 1997 State-Changed-Why: That does not make any sense. SOCK_STREAM is not a variable, but a constant defined in a system header file. On Solaris, it should be in /usr/include/sys/socket.h:
#define NC_TPI_COTS 2 /* must agree with netconfig.h */ [...] #define SOCK_STREAM NC_TPI_COTS /* stream socket */ What do your include files show? Unless you can say that Apache is doing something, the problem appears to be in your include files. Apache does nothing with the SOCK_STREAM define other than use it twice.
