From 144126789c0f7a75ef025c37f5e6e3e01be6dad8 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 10 May 2010 15:24:52 +0200 Subject: Added configure checks for vsnprintf and _vsnprintf. --- config.h.cmake | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 8ef29ff2..6aaab2f2 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -37,6 +37,12 @@ /*************************** FUNCTIONS ***************************/ +/* Define to 1 if you have the `vsnprintf' function. */ +#cmakedefine HAVE_VSNPRINTF + +/* Define to 1 if you have the `_vsnprintf' function. */ +#cmakedefine HAVE__VSNPRINTF + /* Define to 1 if you have the `cfmakeraw' function. */ #cmakedefine HAVE_CFMAKERAW 1 -- cgit v1.2.1