]> granicus.if.org Git - php/commit
Remove HAVE_SYS_VARARGS_H
authorPeter Kokot <peterkokot@gmail.com>
Sun, 16 Sep 2018 01:31:24 +0000 (03:31 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sun, 16 Sep 2018 18:50:20 +0000 (20:50 +0200)
commitdcc529aff4479e4287207fa8964ef2f05b2f02c4
tree007e70d00a20657f8d256275eda6b6f75a6299a9
parentf72b6c5e1979f0b203723421b58e8b2528fe77fc
Remove HAVE_SYS_VARARGS_H

Outdated systems used to provide the `<varargs.h>` and in case of PHP
`<sys/varargs.h>`. [1]

Current systems have `<stdarg.h>` which is also a C89 standard header
and systems have it always present. [2]

[1] https://en.wikipedia.org/wiki/Stdarg.h#varargs.h
[2] https://port70.net/~nsz/c/c89/c89-draft.html#4.1.2
configure.ac
ext/gd/libgd/gd.h
main/php.h