diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-09-17 02:00:51 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2018-09-17 02:00:51 +0200 |
commit | ba3bd4ae063103dd63e53a614dd714195a947898 (patch) | |
tree | 8278b7c88a887f01882e6c67be78130113e85c13 /sapi/phpdbg/phpdbg_prompt.c | |
parent | 03bbdf275a7ed627f178160c91f7b101900f9b82 (diff) | |
download | php-git-ba3bd4ae063103dd63e53a614dd714195a947898.tar.gz |
Remove HAVE_STDIO_H
The `<stdio.h>` header file is part of the standard C89 headers [1]
and on current systems can be included unconditionally.
Since PHP requires at least C89 or greater, the `HAVE_STDIO_H` symbol
defined by Autoconf [2] can be ommitted and simplifed.
Refs:
[1] https://port70.net/~nsz/c/c89/c89-draft.html#4.1.2
[2] https://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/headers.m4
Diffstat (limited to 'sapi/phpdbg/phpdbg_prompt.c')
0 files changed, 0 insertions, 0 deletions