aboutsummaryrefslogtreecommitdiffstats
path: root/lib/RemoteControl.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-05-05 21:20:26 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-05-05 21:20:26 +0200
commitaaa415b62f6d1b815aa9a8954d2cf1ddb6a8317d (patch)
tree51636f716a7a3d67e93f8485b3f0e9ee0eb87eb0 /lib/RemoteControl.h
parentecc84973491dd29858eeaf986940d8cfe9986b7c (diff)
downloaddabmux-aaa415b62f6d1b815aa9a8954d2cf1ddb6a8317d.tar.gz
dabmux-aaa415b62f6d1b815aa9a8954d2cf1ddb6a8317d.tar.bz2
dabmux-aaa415b62f6d1b815aa9a8954d2cf1ddb6a8317d.zip
Update common: make remotecontrol optional
Diffstat (limited to 'lib/RemoteControl.h')
-rw-r--r--lib/RemoteControl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/RemoteControl.h b/lib/RemoteControl.h
index 26f30d9..7dd763d 100644
--- a/lib/RemoteControl.h
+++ b/lib/RemoteControl.h
@@ -31,6 +31,8 @@
# include "config.h"
#endif
+#define ENABLE_REMOTECONTROL 1
+
#if defined(HAVE_ZEROMQ)
# include "zmq.hpp"
#endif