]> granicus.if.org Git - postgresql/commit
Add configure test to see whether vsnprintf() is present,
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Jan 1999 03:22:52 +0000 (03:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Jan 1999 03:22:52 +0000 (03:22 +0000)
commit7fab608205e7a29b2a9bcd344e409edbb4cea6e3
treee0bcefb8166f240cc23212f418057deee6853784
parentcd6bc85aa2f847d49660d2d09c97c72d2bbe1ef1
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.
src/backend/port/snprintf.c
src/configure
src/configure.in
src/include/c.h
src/include/config.h.in
src/include/port/hpux.h