summaryrefslogtreecommitdiffstats
path: root/src/RemoteControl.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-01-23 10:46:26 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-01-23 10:52:08 +0100
commit2e646a26c9db66dd5776667d9c9b73d798f5ffda (patch)
tree539571430a853a24f5ed46ed6c0aeb1fd671fc93 /src/RemoteControl.h
parent076ac8aaf7adfeca57d5d04d4b2f066bb6db54ee (diff)
downloaddabmod-2e646a26c9db66dd5776667d9c9b73d798f5ffda.tar.gz
dabmod-2e646a26c9db66dd5776667d9c9b73d798f5ffda.tar.bz2
dabmod-2e646a26c9db66dd5776667d9c9b73d798f5ffda.zip
Merge input-zeromq and output-zeromq configure options
Diffstat (limited to 'src/RemoteControl.h')
-rw-r--r--src/RemoteControl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RemoteControl.h b/src/RemoteControl.h
index 905e153..89a1583 100644
--- a/src/RemoteControl.h
+++ b/src/RemoteControl.h
@@ -33,7 +33,7 @@
# include "config.h"
#endif
-#if defined(HAVE_INPUT_ZEROMQ)
+#if defined(HAVE_ZEROMQ)
#include <zmq.hpp>
#endif
@@ -295,7 +295,7 @@ class RemoteControllerTelnet : public BaseRemoteController {
int m_port;
};
-#if defined(HAVE_INPUT_ZEROMQ)
+#if defined(HAVE_ZEROMQ)
/* Implements a Remote controller using zmq transportlayer
* that listens on localhost
*/