From dcc529aff4479e4287207fa8964ef2f05b2f02c4 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 16 Sep 2018 03:31:24 +0200 Subject: Remove HAVE_SYS_VARARGS_H Outdated systems used to provide the `` and in case of PHP ``. [1] Current systems have `` 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 | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') 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 \ -- cgit v1.2.1