Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'server/tcf/config.h')
-rw-r--r--server/tcf/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/server/tcf/config.h b/server/tcf/config.h
index f4815849..5757bbdd 100644
--- a/server/tcf/config.h
+++ b/server/tcf/config.h
@@ -166,4 +166,16 @@
#define ENABLE_ProfilerSST 0
#define ENABLE_ContextIdHashTable 0
+#if !defined(SERVICE_PortForward)
+#define SERVICE_PortForward 0
+#endif
+
+#if !defined(SERVICE_PortServer)
+#define SERVICE_PortServer 0
+#endif
+
+#if !defined(ENABLE_PortForwardProxy)
+#define ENABLE_PortForwardProxy SERVICE_PortServer
+#endif
+
#endif /* D_config */

Back to the top