]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
OS/2: Override Configure detection of isinf & isnan. We have both but they're
authorBrian Havard <bjh@apache.org>
Thu, 10 May 2001 16:04:04 +0000 (16:04 +0000)
committerBrian Havard <bjh@apache.org>
Thu, 10 May 2001 16:04:04 +0000 (16:04 +0000)
macros which Configure doesn't find.

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

src/os/os2/os.h

index e6f0fcf232ce7205a3ed79ee682a2fc644712f61..4ce97ce584e962e067fa1200e97287bb662c4835 100644 (file)
@@ -44,6 +44,8 @@ char *ap_os_error_message(int err);
 #define lstat(x, y) stat(x, y)
 
 #define isinf(n) (!isfinite(n))
+#define HAVE_ISINF
+#define HAVE_ISNAN
 
 /* Dynamic loading functions */
 #define     ap_os_dso_handle_t  unsigned long