aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2012-12-03 13:31:28 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-12-03 13:44:02 +0100
commit3896aa43ffe5d4e55f42065529ecaa8fdb39ed04 (patch)
treee3f48f7baf5aec95da17eb54cad28b1963fdae74 /config.h.cmake
parentda8d44ccbaab21c9dedc258b6572f5514c6c9233 (diff)
downloadlibssh-3896aa43ffe5d4e55f42065529ecaa8fdb39ed04.tar.gz
libssh-3896aa43ffe5d4e55f42065529ecaa8fdb39ed04.tar.xz
libssh-3896aa43ffe5d4e55f42065529ecaa8fdb39ed04.zip
BUG 96: Guard ntohll() and htonll prototypes correctly.
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 03843e3e..4f0f9570 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -97,6 +97,9 @@
/* Define to 1 if you have the `ntohll' function. */
#cmakedefine HAVE_NTOHLL 1
+/* Define to 1 if you have the `htonll' function. */
+#cmakedefine HAVE_HTONLL 1
+
/*************************** LIBRARIES ***************************/
/* Define to 1 if you have the `crypto' library (-lcrypto). */