Mailing List Archive

AIX 4.1 header conflict
There's this line in /usr/include/netdb.h (in AIX 4.1.1 at least) that
might be a bit of a problem wrt compiling Apache (and maybe all the NCSA
daemons?):

#define SERVICE_UNAVAILABLE 5

Yes, that's a "5", not a "503" and it redefines the value from httpd.h.

-ech
Re: AIX 4.1 header conflict [ In reply to ]
Date: Fri, 28 Apr 1995 19:58:50 -0400 (EDT)
From: Eric C Hagberg <hagberg@mail.med.cornell.edu>

There's this line in /usr/include/netdb.h (in AIX 4.1.1 at least) that
might be a bit of a problem wrt compiling Apache (and maybe all the NCSA
daemons?):

#define SERVICE_UNAVAILABLE 5

Yes, that's a "5", not a "503" and it redefines the value from httpd.h.

-ech

Hmmm... a quick grep through the source code seems to show that Apache
never sends this error code (yet), but it's certainly something to
worry about for the future...

rst