aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ConfigParser.cpp')
-rw-r--r--src/ConfigParser.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ConfigParser.cpp b/src/ConfigParser.cpp
index c90b150..69655b4 100644
--- a/src/ConfigParser.cpp
+++ b/src/ConfigParser.cpp
@@ -79,7 +79,6 @@ static void parse_configfile(
}
// remote controller interfaces:
-#if defined(HAVE_BOOST)
if (pt.GetInteger("remotecontrol.telnet", 0) == 1) {
try {
int telnetport = pt.GetInteger("remotecontrol.telnetport", 0);
@@ -92,7 +91,6 @@ static void parse_configfile(
throw std::runtime_error("Configuration error");
}
}
-#endif
#if defined(HAVE_ZEROMQ)
if (pt.GetInteger("remotecontrol.zmqctrl", 0) == 1) {
try {