[EMAIL PROTECTED] writes:

> jim         01/05/10 07:04:24
> 
>   Modified:    src      CHANGES Configure
>                src/ap   ap_snprintf.c
>   Log:
>   Prevent nasty problems when platforms lack isinf() and/or isnan().

This moves AIX, Solaris, and Tru64 from the won't-build state
to the will-build state (Brian Havard's comment not withstanding
(whatever that means)).

OS/390 gets past building httpd with the fix, but ab won't compile
because of the use of index() with no prototype.  (I got a warning on
at least one other platform; for the default OS/390 compiler+options
it is an error).

When this came up with 2.0 ab, I think Dirk changed the code to use
strchr() since we already had the right include for it everywhere.

I'll look at this after lunch...
-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to