Make Win32 build use our port/snprintf.c routines, instead of depending

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f244c488fb7312933c24cae816bc4ce470d27840
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-12-06T02:29:27Z
Releases: 8.1.1
Make Win32 build use our port/snprintf.c routines, instead of depending
on libintl which may or may not provide what we need.  Make a few marginal
cleanups to ensure this works.  Andrew Dunstan and Tom Lane.

Files

PathChange+/−
configure modified +9 −10
configure.in modified +12 −13
src/include/c.h modified +3 −4
src/include/pg_config.h.in modified +1 −1
src/include/pg_config.h.win32 modified +0 −4
src/include/port.h modified +25 −3
src/interfaces/ecpg/ecpglib/Makefile modified +7 −9
src/interfaces/libpq/win32.h modified +0 −3