summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2017-10-10 23:43:55 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2017-10-10 23:43:55 -0700
commit5876a8e9b2e1b57e802f7ac5daa17ab2f24d2ae0 (patch)
tree95e743992d91f05b2dddb8245e3c98ecdc907ef6 /cmake
parent9171f787631ec8d296ea7225e018d659f0703b2c (diff)
downloadrabbitmq-c-5876a8e9b2e1b57e802f7ac5daa17ab2f24d2ae0.tar.gz
build: remove obsolete HAVE_HTONLL check
HAVE_HTONLL was used for the byteswap code, which no longer uses htonll, this can be removed.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.h.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
index a7e5a2c..34cb9b2 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -6,8 +6,6 @@
# define inline ${C_INLINE_KEYWORD}
#endif
-#cmakedefine HAVE_HTONLL
-
#cmakedefine HAVE_SELECT
#cmakedefine HAVE_POLL