helly Fri Mar 26 20:53:19 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/main config.w32.h
Log:
MFH: Add new #undef's
http://cvs.php.net/diff.php/php-src/main/config.w32.h?r1=1.61.2.4&r2=1.61.2.5&ty=u
Index: php-src/main/config.w32.h
diff -u php-src/main/config.w32.h:1.61.2.4 php-src/main/config.w32.h:1.61.2.5
--- php-src/main/config.w32.h:1.61.2.4 Mon Aug 25 22:51:21 2003
+++ php-src/main/config.w32.h Fri Mar 26 20:53:18 2004
@@ -2,7 +2,7 @@
Build Configuration for Win32.
This has only been tested with MS VisualC++ 6 (and later).
- $Id: config.w32.h,v 1.61.2.4 2003/08/26 02:51:21 sniper Exp $
+ $Id: config.w32.h,v 1.61.2.5 2004/03/27 01:53:18 helly Exp $
*/
/* Default PHP / PEAR directories */
@@ -174,3 +174,6 @@
/* Win32 supports strcoll */
#define HAVE_STRCOLL 1
+
+#undef HAVE_ATOF_ACCEPTS_NAN
+#undef HAVE_ATOF_ACCEPTS_INF
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php