Add configure test to see whether vsnprintf() is present,

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

Commit: 7fab608205e7a29b2a9bcd344e409edbb4cea6e3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-01-17T03:22:52Z
Releases: 7.1.1
Add configure test to see whether vsnprintf() is present,
separately from snprintf() --- HPUX, for one, has snprintf but not
vsnprintf.  Fix a minor typo in snprintf.c, too.

Files

PathChange+/−
src/backend/port/snprintf.c modified +2 −2
src/configure modified +153 −101
src/configure.in modified +5 −0
src/include/c.h modified +19 −2
src/include/config.h.in modified +3 −0
src/include/port/hpux.h modified +8 −0