From 3896aa43ffe5d4e55f42065529ecaa8fdb39ed04 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 3 Dec 2012 13:31:28 +0100 Subject: BUG 96: Guard ntohll() and htonll prototypes correctly. --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') 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). */ -- cgit v1.2.3