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 --- main/php.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index 4134f7b3d4..f23e18eebf 100644 --- a/main/php.h +++ b/main/php.h @@ -224,13 +224,8 @@ typedef unsigned int socklen_t; #if HAVE_UNISTD_H #include #endif -#if HAVE_STDARG_H + #include -#else -# if HAVE_SYS_VARARGS_H -# include -# endif -#endif #include "php_stdint.h" -- cgit v1.2.1