Обсуждение: pgsql: Remove use of obsolescent Autoconf macros

Поиск
Список
Период
Сортировка

pgsql: Remove use of obsolescent Autoconf macros

От
Peter Eisentraut
Дата:
Remove use of obsolescent Autoconf macros

Remove the use of the following macros, which are obsolescent according
to the Autoconf documentation:

- AC_C_CONST
- AC_C_STRINGIZE
- AC_C_VOLATILE
- AC_FUNC_MEMCMP

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/34fa72ec9cfc1f5c4b11b67b2ce7eac6caca9fa5

Modified Files
--------------
configure                     |  297 -----------------------------------------
configure.in                  |    6 -
src/include/c.h               |   22 +--
src/include/pg_config.h.in    |   10 --
src/include/pg_config.h.win32 |   10 --
src/port/memcmp.c             |   70 ----------
6 files changed, 3 insertions(+), 412 deletions(-)