aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-06-06 18:56:30 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-06-06 18:56:30 +0200
commit640e3830f295baae596cc34ec2fc79fc08807d0f (patch)
treebd41a63c93189aaadf29386b6b230ec60d30847f /config.h.cmake
parent3fa801a9295e1adbfadcecfd193f3a84d307e64a (diff)
downloadlibssh-640e3830f295baae596cc34ec2fc79fc08807d0f.tar.gz
libssh-640e3830f295baae596cc34ec2fc79fc08807d0f.tar.xz
libssh-640e3830f295baae596cc34ec2fc79fc08807d0f.zip
build: Check for ntohll().
This function is available on AIX.
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 235e4f1d..e0ed57c3 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -77,6 +77,9 @@
/* Define to 1 if you have the `clock_gettime' function. */
#cmakedefine HAVE_CLOCK_GETTIME 1
+/* Define to 1 if you have the `ntohll' function. */
+#cmakedefine HAVE_NTOHLL 1
+
/*************************** LIBRARIES ***************************/
/* Define to 1 if you have the `crypto' library (-lcrypto). */