]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
On TPF, "HAVE_ISNAN" is erroneously being defined (due to cross-platform
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 12 May 2001 02:37:23 +0000 (02:37 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 12 May 2001 02:37:23 +0000 (02:37 +0000)
  compiler issues unique to TPF).  TPF needs this patch to ignore the
  TestCompile results.

Submitted by: David McCreedy <mccreedy@us.ibm.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89093 13f79535-47bb-0310-9956-ffa450edef68

src/os/tpf/os.h

index 77d936bce3c94bd16b812c2e12fb3ec78b019254..efc4986095fbb7069b035f985111d99d7509d154 100644 (file)
 
 #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