summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2014-08-25 22:54:28 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2014-08-25 23:00:37 -0700
commit072191a6e9815c54bac2ce276db8b7abf26c3230 (patch)
tree9ac27e11e05dfca1cf410a80ab45a6c360ee3ad3 /cmake
parent53286d6c69aa1290dcfc61847bae35c07c6e05aa (diff)
downloadrabbitmq-c-github-ask-072191a6e9815c54bac2ce276db8b7abf26c3230.tar.gz
Add platform, version, copyright client properties
Add 'platform' 'version', 'copyright' client-properties to start-ok method during connection handshake. Adapted from: https://github.com/synety-jdebp/rabbitmq-c/commit/e3c76e1887ff50378f6146167daa024dbd7d4eeb by: Jonathan de Boyne Pollard <jonathan.de.boyne.pollard@synety.com>
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 e7a83c4..7f3fa71 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -8,4 +8,6 @@
#cmakedefine HAVE_HTONLL
+#define AMQ_PLATFORM "@CMAKE_SYSTEM@"
+
#endif /* CONFIG_H */