Check for vsnprintf and _vsnprintf, and define vsnprintf with
_vsnprintf if needed.

diff --git a/configure.ac b/configure.ac
index c1ae4a7..ed9cd30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -936,6 +936,7 @@
 	_snprintf \
 	_stricmp \
 	_strnicmp \
+	_vsnprintf \
 	chsize \
 	clone \
 	ecvt \
@@ -983,6 +984,7 @@
 	timegm \
 	usleep \
 	vfscanf \
+	vsnprintf \
 	wait4 \
 	waitpid \
 )