summaryrefslogtreecommitdiff
path: root/Zend/Zend.m4
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-09-15 23:59:45 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-09-16 20:53:53 +0200
commit7dd62811ce651bb1deba5edc07337a23bac5a814 (patch)
treeec57f96f6ca4f4985cad2e870782e23f9cb258e0 /Zend/Zend.m4
parentdcc529aff4479e4287207fa8964ef2f05b2f02c4 (diff)
downloadphp-git-7dd62811ce651bb1deba5edc07337a23bac5a814.tar.gz
Remove HAVE_STDLIB_H
The C89 and later standard defines the `<stdlib.h>` header as part of the standard headers [1] and on current systems it is always present and the `HAVE_STDLIB_H` symbol can be removed. Also Autoconf suggests doing this and relying on C89 or above [2] and [3]. [1] https://port70.net/~nsz/c/c89/c89-draft.html#4.1.2 [2] http://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/headers.m4 [3] https://www.gnu.org/software/autoconf/manual/autoconf-2.69/autoconf.html
Diffstat (limited to 'Zend/Zend.m4')
-rw-r--r--Zend/Zend.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/Zend.m4 b/Zend/Zend.m4
index 1f753de6e2..eb41cdc09e 100644
--- a/Zend/Zend.m4
+++ b/Zend/Zend.m4
@@ -57,7 +57,6 @@ sys/types.h \
sys/time.h \
signal.h \
unix.h \
-stdlib.h \
cpuid.h \
dlfcn.h)