Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'server/tcf')
-rw-r--r--server/tcf/config.h35
1 files changed, 33 insertions, 2 deletions
diff --git a/server/tcf/config.h b/server/tcf/config.h
index b5ff80ac..9e7510ec 100644
--- a/server/tcf/config.h
+++ b/server/tcf/config.h
@@ -36,9 +36,18 @@
#if !defined(SERVICE_MemoryMap)
#define SERVICE_MemoryMap 1
#endif
-#if !defined(SERVICE_StackTrace)
+
#define SERVICE_StackTrace 0
-#endif
+#define SERVICE_Processes 0
+#define SERVICE_Terminals 0
+#define SERVICE_ContextQuery 0
+#define SERVICE_RunControl 0
+#define SERVICE_Breakpoints 0
+#define SERVICE_Memory 0
+#define SERVICE_Registers 0
+#define SERVICE_SysMonitor 0
+#define SERVICE_Expressions 0
+#define SERVICE_Streams 0
#if !defined(ENABLE_ZeroCopy)
#define ENABLE_ZeroCopy 1
@@ -101,4 +110,26 @@
#define ENABLE_STREAM_MACROS 1
#endif
+#if !defined(ENABLE_AIO)
+#define ENABLE_AIO 0
+#endif
+
+#if !defined(ENABLE_Splice)
+#define ENABLE_Splice 0
+#endif
+
+#if !defined(ENABLE_Plugins)
+#define ENABLE_Plugins 0
+#endif
+
+#if !defined(ENABLE_Cmdline)
+#define ENABLE_Cmdline 0
+#endif
+
+#define ENABLE_RCBP_TEST 0
+
+#define ENABLE_ContextStateProperties 0
+#define ENABLE_ExtendedMemoryErrorReports 0
+#define ENABLE_ContextBreakpointCapabilities 0
+
#endif /* D_config */

Back to the top