From 906f04f8a2b5c2cac8ffb977ba0a6967822712bd Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Sat, 19 Jan 2013 22:35:18 -0500 Subject: FIX: htonll redeclared on Win32 v8 config.h.in didn't include the HAVE_HTONLL, have added this htonll is declared inline in the Winsock2.h header, must use CheckSymbolExists from there. --- cmake/config.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake/config.h.in') diff --git a/cmake/config.h.in b/cmake/config.h.in index 3e2d932..35c83ac 100644 --- a/cmake/config.h.in +++ b/cmake/config.h.in @@ -7,4 +7,6 @@ # define inline ${C_INLINE_KEYWORD} #endif +#cmakedefine HAVE_HTONLL + #endif /* CONFIG_H */ -- cgit v1.2.1