Index: src/modules/perl/apache_inc.h
===================================================================
RCS file: /home/cvspublic/modperl/src/modules/perl/apache_inc.h,v
retrieving revision 1.4
diff -u -r1.4 apache_inc.h
--- src/modules/perl/apache_inc.h	2000/04/01 23:08:22	1.4
+++ src/modules/perl/apache_inc.h	2001/05/22 02:03:23
@@ -69,6 +69,11 @@
 #undef sleep
 #endif
 
+#ifdef isnan
+#define apache_isnan isnan
+#undef isnan
+#endif
+
 #ifdef PERL_IS_5_6
 
 #ifdef opendir
@@ -171,6 +176,12 @@
 #undef stat
 #define stat apache_stat
 #undef apache_stat
+#endif
+
+#ifdef apache_isnan
+#undef isnan
+#define isnan apache_isnan
+#undef apache_isnan
 #endif
 
 #ifdef apache_opendir

