Remove use of obsolescent Autoconf macros

Peter Eisentraut <peter_e@gmx.net>

Commit: 34fa72ec9cfc1f5c4b11b67b2ce7eac6caca9fa5
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-11-30T14:17:08Z
Releases: 9.4.0
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

Files

PathChange+/−
configure modified +0 −297
configure.in modified +0 −6
src/include/c.h modified +3 −19
src/include/pg_config.h.in modified +0 −10
src/include/pg_config.h.win32 modified +0 −10
src/port/memcmp.c deleted +0 −70