Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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 a0a974d5..c5f6b8e2 100644
--- a/agent/tcf/config.h
+++ b/agent/tcf/config.h
@@ -346,4 +346,8 @@
# define SERVICE_Streams 1
#endif
+#if !defined(ENABLE_LibWebSockets)
+# define ENABLE_LibWebSockets 0
+#endif
+
#endif /* D_config */

Back to the top