Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/daytime')
-rw-r--r--examples/daytime/tcf/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/daytime/tcf/config.h b/examples/daytime/tcf/config.h
index ca78316f..9332efe2 100644
--- a/examples/daytime/tcf/config.h
+++ b/examples/daytime/tcf/config.h
@@ -214,4 +214,8 @@
#define ENABLE_PortForwardProxy SERVICE_PortServer
#endif
+#if !defined(ENABLE_LibWebSockets)
+#define ENABLE_LibWebSockets 0
+#endif
+
#endif /* D_config */

Back to the top