aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-02-11 17:44:37 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-02-11 17:45:11 +0100
commit237819afda29accc5e1e98ba3fbed6fee29d5ca9 (patch)
tree9f5090a80a5915a43a177ce1a0aea9ab26dbc510 /config.h.cmake
parented5853db0383db0903448012957b928795f72f6d (diff)
downloadcmocka-237819afda29accc5e1e98ba3fbed6fee29d5ca9.tar.gz
cmocka-237819afda29accc5e1e98ba3fbed6fee29d5ca9.tar.xz
cmocka-237819afda29accc5e1e98ba3fbed6fee29d5ca9.zip
config: Add missing define for (v)snprintf functions.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index e657024..1c1c4c1 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -83,6 +83,24 @@
/* Define to 1 if you have the `fprintf' function. */
#cmakedefine HAVE_FPRINTF 1
+/* Define to 1 if you have the `snprintf' function. */
+#cmakedefine HAVE_SNPRINTF 1
+
+/* Define to 1 if you have the `_snprintf' function. */
+#cmakedefine HAVE__SNPRINTF 1
+
+/* Define to 1 if you have the `_snprintf_s' function. */
+#cmakedefine HAVE__SNPRINTF_S 1
+
+/* Define to 1 if you have the `vsnprintf' function. */
+#cmakedefine HAVE_VSNPRINTF 1
+
+/* Define to 1 if you have the `_vsnprintf' function. */
+#cmakedefine HAVE__VSNPRINTF 1
+
+/* Define to 1 if you have the `_vsnprintf_s' function. */
+#cmakedefine HAVE__VSNPRINTF_S 1
+
/* Define to 1 if you have the `free' function. */
#cmakedefine HAVE_FREE 1