aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-09-02 11:50:21 +0200
committerAndreas Schneider <asn@cynapses.org>2010-09-02 11:50:21 +0200
commitf97928c7409b8135f9fe85b67400a1dde5292621 (patch)
tree59f137678c76a3bd9577dc6aea6e4a7134f070b5 /config.h.cmake
parentbca73b8340358fbf3e8005eb77dc015c7348ff99 (diff)
downloadlibssh-f97928c7409b8135f9fe85b67400a1dde5292621.tar.gz
libssh-f97928c7409b8135f9fe85b67400a1dde5292621.tar.xz
libssh-f97928c7409b8135f9fe85b67400a1dde5292621.zip
build: Fixed checking for printf function on Windows.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 44f0e459..ba98214e 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -41,6 +41,15 @@
/*************************** FUNCTIONS ***************************/
+/* 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