summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-06-30 23:44:45 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-06-30 23:44:45 +0200
commit6c1c66befe3fb590a0e214c059f8b045f388731f (patch)
treefa72450781f4267424cfe9617f46c24abf5b6576 /win32
parent1925102fe476e631d14ed3ed26d7d3fc04edcc51 (diff)
downloadphp-git-6c1c66befe3fb590a0e214c059f8b045f388731f.tar.gz
Remove HAVE_LIMITS_H check
The limits.h header is part of the C89 and is today available everywhere. There is no need to check for presence of this header anymore. The timelib has already been patched upstream via aae5907cb7e775f16bedf61b010b8692c12a2843 PHP extensions out there shouldn't rely on symbols defined during the build anyway and neither they do on this particular symbol anymore.
Diffstat (limited to 'win32')
-rw-r--r--win32/build/config.w32.h.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in
index 3af5fbecf6..1b197c19d7 100644
--- a/win32/build/config.w32.h.in
+++ b/win32/build/config.w32.h.in
@@ -58,7 +58,6 @@
#define HAVE_LIBDL 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_PUTENV 1
-#define HAVE_LIMITS_H 1
#define HAVE_TZSET 1
#undef HAVE_FLOCK
#define HAVE_ALLOCA 1