pgsql: Remove use of obsolescent Autoconf macros

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove use of obsolescent Autoconf macros
Date: 2013-11-30 14:18:39
Message-ID: E1VmlNX-0003sC-Lq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-11-30 16:12:23 pgsql: Prevent possible compiler warnings.
Previous Message Peter Eisentraut 2013-11-30 03:52:36 pgsql: doc: Simplify handling of variablelists in XSLT build