Remove strdup, strtol, strtoul from libpgport
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 7 May 2012 20:10:28 +0000 (23:10 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 7 May 2012 20:10:28 +0000 (23:10 +0300)
commit3284e03d5d791e953e8c7eba25f1afb00c62e4a4
tree9d20b648a2302b1eb90c07cddb7ddca1db2cb2ee
parentd7b2cd9d40e858778ca93b59383d280e510a01e7
Remove strdup, strtol, strtoul from libpgport

These should not be needed anymore, at least after the recent port
removals.  So let's see whether we can do without them.
configure
configure.in
src/include/pg_config.h.in
src/include/pg_config.h.win32
src/include/port.h
src/port/strdup.c [deleted file]
src/port/strtol.c [deleted file]
src/port/strtoul.c [deleted file]