From 88dcf66e389bbbf938962e9f27e5c447ebffd94a Mon Sep 17 00:00:00 2001 From: brarcher Date: Thu, 2 Jan 2014 02:43:15 +0000 Subject: [PATCH] cmake: add printf entries to config.h.in git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1002 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- cmake/config.h.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cmake/config.h.in b/cmake/config.h.in index 3bdb33a..dcf1cc0 100644 --- a/cmake/config.h.in +++ b/cmake/config.h.in @@ -318,9 +318,20 @@ typedef uint64_t uintmax_t; /* Define to 1 if you have the `_strdup' function. */ #cmakedefine HAVE__STRDUP 1 +/* Define to 1 if you have the `snprintf' function. */ +#cmakedefine HAVE_SNPRINTF 1 +/* Define to 1 if you have the `vsnprintf' function. */ +#cmakedefine HAVE_VSNPRINTF 1 +/* Define to 1 if you have the `vasnprintf' function. */ +#cmakedefine HAVE_VASNPRINTF 1 +/* Define to 1 if you have the `asprintf' function. */ +#cmakedefine HAVE_ASPRINTF 1 + +/* Define to 1 if you have the `vasprintf' function. */ +#cmakedefine HAVE_VASPRINTF 1 /* Version number of Check */ #cmakedefine CHECK_VERSION "${CHECK_MAJOR_VERSION}.${CHECK_MINOR_VERSION}.${CHECK_MICRO_VERSION}" -- 2.40.0