Avoid compiler warnings on systems that have snprintf and/or vsnprintf

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

Commit: 76898cd330297d16c67c5e7c6024440ff4343336
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-12-20T00:51:25Z
Releases: 7.1.1
Avoid compiler warnings on systems that have snprintf and/or vsnprintf
but do not bother to declare them in <stdio.h>.  Seems to be a more
common omission than you'd think...

Files

PathChange+/−
src/configure modified +165 −135
src/configure.in modified +10 −0
src/include/c.h modified +3 −3
src/include/config.h.in modified +11 −5
src/include/port/hpux.h modified +0 −8