summaryrefslogtreecommitdiffstats
path: root/source3/include/messages.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-01-21 14:34:48 +0100
committerMichael Adam <obnox@samba.org>2014-03-24 19:08:44 +0100
commit74b359c61686c1a940ec76ad4459fabc403a8715 (patch)
treef5db71b9c25ef2e8e75c569b72441a57cd396df0 /source3/include/messages.h
parente93b85dbd871d5d56a7bc13235820c488a41266f (diff)
downloadsamba-74b359c61686c1a940ec76ad4459fabc403a8715.tar.gz
samba-74b359c61686c1a940ec76ad4459fabc403a8715.tar.xz
samba-74b359c61686c1a940ec76ad4459fabc403a8715.zip
s3:build: remove global CLUSTER_SUPPORT define
All ctdb specific code is isolated in samba-cluster-support.so now. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Mon Mar 24 19:08:44 CET 2014 on sn-devel-104
Diffstat (limited to 'source3/include/messages.h')
-rw-r--r--source3/include/messages.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/messages.h b/source3/include/messages.h
index 566691157b..d7a28538cd 100644
--- a/source3/include/messages.h
+++ b/source3/include/messages.h
@@ -60,11 +60,7 @@
#include "librpc/gen_ndr/server_id.h"
-#ifdef CLUSTER_SUPPORT
#define MSG_BROADCAST_PID_STR "0:0"
-#else
-#define MSG_BROADCAST_PID_STR "0"
-#endif
struct messaging_context;
struct messaging_rec;