aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2012-12-03 14:00:06 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-12-03 14:00:06 +0100
commitb14df297fa72a9c40a6548b11e70185877abe0de (patch)
tree9bcbdd0de87f33039cfc57e9be659bf79dc0b208 /config.h.cmake
parent3896aa43ffe5d4e55f42065529ecaa8fdb39ed04 (diff)
downloadlibssh-b14df297fa72a9c40a6548b11e70185877abe0de.tar.gz
libssh-b14df297fa72a9c40a6548b11e70185877abe0de.tar.xz
libssh-b14df297fa72a9c40a6548b11e70185877abe0de.zip
BUG 97: Fix strtoull() detection on serveral platforms.
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 4f0f9570..2014e8d9 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -100,6 +100,12 @@
/* Define to 1 if you have the `htonll' function. */
#cmakedefine HAVE_HTONLL 1
+/* Define to 1 if you have the `strtoull' function. */
+#cmakedefine HAVE_STRTOULL 1
+
+/* Define to 1 if you have the `__strtoull' function. */
+#cmakedefine HAVE___STRTOULL 1
+
/*************************** LIBRARIES ***************************/
/* Define to 1 if you have the `crypto' library (-lcrypto). */