Commit fd4bb6ac authored by Martin Kraemer's avatar Martin Kraemer
Browse files

Gil writes:

A couple macros that Ms. Brabson :-) had relied on are not
defined at OS/390 v1r2.  This provides alternatives.  I'm
skeptical of the value of "#define NSIG SIGDUMP+1" -- it's
scarcely a useful parameterization since future extensions
to the OS are less likely to change the value of SIGDUMP than
to add new SIG* codes with values higher than SIGDUMP.  It
might be better simply to unconditionally
"#define NSIG 40  /* Present highest signal (SIGDUMP) +1*/"

With these tweaks, httpd 1.3.10 compiles on OS/390 v1r2
and runs if invoked with "http -X".  Curiously, on OS/390 v2r7,
the same executable, compiled under v1r2 runs properly
without the "-X".

Submitted by:	Paul Gilmartin <pg@sweng.stortek.com>
Reviewed by:	Martin Kraemer


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@84300 13f79535-47bb-0310-9956-ffa450edef68
parent c48ea218
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment