aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-05-10 15:24:52 +0200
committerAndreas Schneider <mail@cynapses.org>2010-05-10 15:24:52 +0200
commit144126789c0f7a75ef025c37f5e6e3e01be6dad8 (patch)
tree9effcb7b0b08b623843290e4936ae13d5231c82f /config.h.cmake
parent8dcfc9849e94f15b42118e0929b6667028291138 (diff)
downloadlibssh-144126789c0f7a75ef025c37f5e6e3e01be6dad8.tar.gz
libssh-144126789c0f7a75ef025c37f5e6e3e01be6dad8.tar.xz
libssh-144126789c0f7a75ef025c37f5e6e3e01be6dad8.zip
Added configure checks for vsnprintf and _vsnprintf.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake6
1 files changed, 6 insertions, 0 deletions
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