From: "David McCreedy" <[EMAIL PROTECTED]>
Sent: Friday, May 11, 2001 6:31 PM
> On TPF, "HAVE_ISNAN" is erroneously being defined (due to cross-platform
> compiler issues unique to TPF).
> So if the isnan patch stays in 1.3.20, TPF needs the following patch to be
> applied to src/os/tpf/os.h:
>
> *** current/apache/src/os/tpf/os.h Fri May 11 19:19:57 2001
> --- new/apache/src/os/tpf/os.h Fri May 11 19:19:24 2001
> ***************
> *** 18,23 ****
> --- 18,27 ----
>
> #include "ap_config.h"
>
> + #ifdef HAVE_ISNAN
> + #undef HAVE_ISNAN
> + #endif
> +
> #if !defined(INLINE) && defined(USE_GNU_INLINE)
> /* Compiler supports inline, so include the inlineable functions as
> * part of the header
>
> -David McCreedy
Committed, thanks!