summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-09-05 00:09:56 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-09-09 09:43:03 +0200
commit77118fc925b3e84be02a80d8da6bbbb47f8c37e1 (patch)
tree9a7a554467221f2f90dd1ce9eb11c0238022af88 /win32
parentc92425dbabf43fa32d7aeb45b768dc0a2f1d3370 (diff)
downloadphp-git-77118fc925b3e84be02a80d8da6bbbb47f8c37e1.tar.gz
Remove HAVE_ASSERT_H
The `<assert.h>` header file is part of the standard C89 headers [1] and on older systems there needed to be also a manual check if header is present. Since PHP requires at least C89 manual check and the `HAVE_ASSERT_H` symbol defined by Autoconf in configure.ac can be both removed [2]. This patch also removes unused <assert.h> includes where c files don't use the `assert()` macro. Refs: [1] https://port70.net/~nsz/c/c89/c89-draft.html#4.2 [2] https://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/headers.m4
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 4a510ea6b4..3275552b46 100644
--- a/win32/build/config.w32.h.in
+++ b/win32/build/config.w32.h.in
@@ -95,7 +95,6 @@
#define HAVE_TEMPNAM 1
#define HAVE_UTIME 1
#undef HAVE_DIRENT_H
-#define HAVE_ASSERT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GRP_H 0
#undef HAVE_PWD_H