aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-05-10 15:27:40 +0200
committerAndreas Schneider <mail@cynapses.org>2010-05-10 15:27:40 +0200
commitf5191ec222b1d41a2fa80f9f8a4b7d8737b4d173 (patch)
tree081141ed3de70ddcfdb741f394a3e2ea46b817e5 /config.h.cmake
parent144126789c0f7a75ef025c37f5e6e3e01be6dad8 (diff)
downloadlibssh-f5191ec222b1d41a2fa80f9f8a4b7d8737b4d173.tar.gz
libssh-f5191ec222b1d41a2fa80f9f8a4b7d8737b4d173.tar.xz
libssh-f5191ec222b1d41a2fa80f9f8a4b7d8737b4d173.zip
Added configure checks for _vsnprintf_s and strncpy.
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 6aaab2f2..4b96e28c 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -43,6 +43,12 @@
/* Define to 1 if you have the `_vsnprintf' function. */
#cmakedefine HAVE__VSNPRINTF
+/* Define to 1 if you have the `_vsnprintf_s' function. */
+#cmakedefine HAVE__VSNPRINTF_S
+
+/* Define to 1 if you have the `strncpy' function. */
+#cmakedefine HAVE_STRNCPY
+
/* Define to 1 if you have the `cfmakeraw' function. */
#cmakedefine HAVE_CFMAKERAW 1