Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2018-04-30 22:20:20 +0000
committerEugene Tarassov2018-05-01 20:32:18 +0000
commit538c4f3f419c6d3fb8f487b8c02bae1c4918fa7b (patch)
tree09b3a182f10ed8fc3b44944c22bf8ca30a406258 /agent/tcf/config.h
parent2711c9b120fc26dda4d5c2cbfe843fce78a5cbeb (diff)
downloadorg.eclipse.tcf.agent-538c4f3f419c6d3fb8f487b8c02bae1c4918fa7b.tar.gz
org.eclipse.tcf.agent-538c4f3f419c6d3fb8f487b8c02bae1c4918fa7b.tar.xz
org.eclipse.tcf.agent-538c4f3f419c6d3fb8f487b8c02bae1c4918fa7b.zip
TCF Agent: added optional lightweight HTTP server
The server can be used to implement Web based user interface for the agent
Diffstat (limited to 'agent/tcf/config.h')
-rw-r--r--agent/tcf/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/agent/tcf/config.h b/agent/tcf/config.h
index 7c72615b..4b66aebc 100644
--- a/agent/tcf/config.h
+++ b/agent/tcf/config.h
@@ -362,4 +362,8 @@
# define ENABLE_LibWebSockets 0
#endif
+#if !defined(ENABLE_HttpServer)
+# define ENABLE_HttpServer 0
+#endif
+
#endif /* D_config */

Back to the top