summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorGeorge Peter Banyard <girgias@php.net>2019-12-04 13:39:52 +0100
committerGeorge Peter Banyard <girgias@php.net>2019-12-04 13:50:10 +0100
commit039d678fdfa5f0c9d8b70ec644b22a66f57aea74 (patch)
tree86a721836c0fbbdc2e6b6ee8408db9c177a27e7c /win32
parent67f85573c5bd5fcfede398bf5e871862842f889d (diff)
downloadphp-git-039d678fdfa5f0c9d8b70ec644b22a66f57aea74.tar.gz
Remove now obsolete configure checks for INFINITY and NAN.
Diffstat (limited to 'win32')
-rw-r--r--win32/build/config.w32.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in
index ca3a19b5ce..7cd6392078 100644
--- a/win32/build/config.w32.h.in
+++ b/win32/build/config.w32.h.in
@@ -118,10 +118,6 @@
#define HAVE_MBLEN
-#undef HAVE_ATOF_ACCEPTS_NAN
-#undef HAVE_ATOF_ACCEPTS_INF
-#define HAVE_HUGE_VAL_NAN 0
-
/* vs.net 2005 has a 64-bit time_t. This will likely break
* 3rdParty libs that were built with older compilers; switch
* back to 32-bit */
@@ -133,8 +129,6 @@
#define HAVE_MBRLEN 1
#define HAVE_MBSTATE_T 1
-#define HAVE_HUGE_VAL_INF 1
-
#define HAVE_GETRUSAGE
#define HAVE_FTOK 1