summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2013-01-19 22:35:18 -0500
committerAlan Antonuk <alan.antonuk@gmail.com>2013-01-23 00:53:34 -0500
commit906f04f8a2b5c2cac8ffb977ba0a6967822712bd (patch)
tree92aa5f6820128ed376e56bbf4ef6fd31eacaaf80 /cmake
parent38e741b669bd1c30551c685712a272a4a3f04bfc (diff)
downloadrabbitmq-c-github-ask-906f04f8a2b5c2cac8ffb977ba0a6967822712bd.tar.gz
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.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.h.in2
1 files changed, 2 insertions, 0 deletions
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 */