php-src/ext/xmlrpc
Peter Kokot f86d3de87f Remove AC_HEADER_TIME
Autoconf 2.59d (released in 2006) [1] started promoting several macros
as not relevant for newer systems anymore, including the `AC_HEADER_TIME`.

This macro checks if both `<sys/time.h>` and `<time.h>` can be included
at the same time and defines the `TIME_WITH_SYS_TIME` and
`HAVE_SYS_TIME_H` symbols. On current system such check is not relevant
anymore because in case both headers are present both can be also
included at the same time.

This patch simplifies this checking.

Refs:
[1] http://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS
[2] https://www.gnu.org/software/autoconf/manual/autoconf-2.69/autoconf.html
2018-09-02 19:24:55 +02:00
..
libxmlrpc Remove AC_HEADER_TIME 2018-09-02 19:24:55 +02:00
tests Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
config.m4 Trim trailing whitespaces in build files 2018-07-29 03:43:45 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
EXPERIMENTAL
php_xmlrpc.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
xmlrpc-epi-php.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00