aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-07-22 08:44:04 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-07-22 13:01:36 +0200
commit8ff6a7a8502a81944ce422c09910e9eb2bed878a (patch)
tree9b773c64b5ae97e774b51ad74f8c98ba5059f1bc /config.h.cmake
parentdbf3cdecda66e9784bcd9403881922515ce86147 (diff)
downloadlibssh-8ff6a7a8502a81944ce422c09910e9eb2bed878a.tar.gz
libssh-8ff6a7a8502a81944ce422c09910e9eb2bed878a.tar.xz
libssh-8ff6a7a8502a81944ce422c09910e9eb2bed878a.zip
cmake: Check for _strtoui64() on Windows.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 0c7c0acf..16c60529 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -106,6 +106,9 @@
/* Define to 1 if you have the `__strtoull' function. */
#cmakedefine HAVE___STRTOULL 1
+/* Define to 1 if you have the `_strtoui64' function. */
+#cmakedefine HAVE__STRTOUI64 1
+
/*************************** LIBRARIES ***************************/
/* Define to 1 if you have the `crypto' library (-lcrypto). */