diff options
| author | Peter Kokot <peterkokot@gmail.com> | 2018-09-16 03:31:24 +0200 |
|---|---|---|
| committer | Peter Kokot <peterkokot@gmail.com> | 2018-09-16 20:50:20 +0200 |
| commit | dcc529aff4479e4287207fa8964ef2f05b2f02c4 (patch) | |
| tree | 007e70d00a20657f8d256275eda6b6f75a6299a9 /configure.ac | |
| parent | f72b6c5e1979f0b203723421b58e8b2528fe77fc (diff) | |
| download | php-git-dcc529aff4479e4287207fa8964ef2f05b2f02c4.tar.gz | |
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
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cb171fc19f..ef5d8ac73f 100644 --- a/configure.ac +++ b/configure.ac @@ -466,7 +466,6 @@ sys/statfs.h \ sys/statvfs.h \ sys/vfs.h \ sys/sysexits.h \ -sys/varargs.h \ sys/wait.h \ sys/loadavg.h \ termios.h \ |
