Received: (from majordom@localhost) by hyperreal.com (8.8.5/8.8.5) id OAA16134; Sun, 25 May 1997 14:34:30 -0700 (PDT) Received: (from nobody@localhost) by hyperreal.com (8.8.5/8.8.5) id OAA16126; Sun, 25 May 1997 14:34:24 -0700 (PDT) Date: Sun, 25 May 1997 14:34:24 -0700 (PDT) Message-Id: <199705252134.OAA16126@hyperreal.com> To: apache-bugdb@apache.org, chris@razorfish.com, marc@apache.org From: marc@hyperreal.com Subject: Changed information for PR config/620 Sender: apache-bugdb-owner@apache.org Precedence: bulk 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.