summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-08 12:46:51 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-08 12:46:51 +0200
commit550c2aa89b97b07582773f22b9a52466d8584ab8 (patch)
treebcbab917777846f9c57a5565e75576a86ec4df5c /win32
parentf002761e08b928f17b16fb7bf7885294f4128415 (diff)
downloadphp-git-550c2aa89b97b07582773f22b9a52466d8584ab8.tar.gz
Remove C89 checks for signal.h and strerror
These are part of the C89 and on today's systems not needed to be checked anymore. This removes symbols HAVE_SIGNAL and HAVE_STRERROR. - http://port70.net/~nsz/c/c89/c89-draft.html - locale.h is also part of C89 but will be removed per request in PHP 8
Diffstat (limited to 'win32')
-rw-r--r--win32/build/config.w32.h.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in
index 1aeea7b629..7a12baec1b 100644
--- a/win32/build/config.w32.h.in
+++ b/win32/build/config.w32.h.in
@@ -62,7 +62,6 @@
#undef HAVE_FLOCK
#define HAVE_ALLOCA 1
#undef HAVE_SYS_TIME_H
-#define HAVE_SIGNAL_H 1
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
#undef HAVE_STRUCT_STAT_ST_BLOCKS
#define HAVE_STRUCT_STAT_ST_RDEV 1
@@ -80,7 +79,6 @@
#endif
#define HAVE_SHUTDOWN 1
#define HAVE_STRCASECMP 1
-#define HAVE_STRERROR 1
#define HAVE_TEMPNAM 1
#define HAVE_UTIME 1
#undef HAVE_DIRENT_H