From: Marcus Boerger Date: Sat, 27 Mar 2004 01:00:52 +0000 (+0000) Subject: atof("NAN")/atof("INF") do not work there X-Git-Tag: php-5.0.0RC2RC1~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=861790dedefeaf54befea289f48211c452356220;p=php atof("NAN")/atof("INF") do not work there --- diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in index 4aabd98f11..3d3319ab82 100644 --- a/win32/build/config.w32.h.in +++ b/win32/build/config.w32.h.in @@ -139,3 +139,6 @@ #define PHP_CAN_SUPPORT_PROC_OPEN 1 #define HAVE_MBLEN + +#undef HAVE_ATOF_ACCEPTS_NAN +#undef HAVE_ATOF_ACCEPTS_INF