diff lwasm/config.h.in @ 269:6cbc409ff09f 2.6

Added asprintf redux
author lost
date Tue, 22 Dec 2009 05:53:05 +0000
parents 68fbca173508
children
line wrap: on
line diff
--- a/lwasm/config.h.in	Tue Dec 22 05:46:58 2009 +0000
+++ b/lwasm/config.h.in	Tue Dec 22 05:53:05 2009 +0000
@@ -308,6 +308,9 @@
 /* Define to 1 if you have the `vasnprintf' function. */
 #undef HAVE_VASNPRINTF
 
+/* Define to 1 if you have the `vasprintf' function. */
+#undef HAVE_VASPRINTF
+
 /* Define to 1 if you have the `vsnprintf' function. */
 #undef HAVE_VSNPRINTF