Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2012-03-13 19:13:36 +0000
committerEugene Tarassov2012-03-13 19:13:36 +0000
commit498b8d903cfea62a52d4593eb404ef9e9ec755f2 (patch)
treec414322086bbcc3e12422f19efc833f6085f3113 /agent/tcf/config.h
parent42d046257d1c31d3b5827421bcd4162ea64d57d5 (diff)
downloadorg.eclipse.tcf.agent-498b8d903cfea62a52d4593eb404ef9e9ec755f2.tar.gz
org.eclipse.tcf.agent-498b8d903cfea62a52d4593eb404ef9e9ec755f2.tar.xz
org.eclipse.tcf.agent-498b8d903cfea62a52d4593eb404ef9e9ec755f2.zip
TCF Agent: new optional function in debug context API: context_get_extra_properties()
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 2025a8fd..828cf379 100644
--- a/agent/tcf/config.h
+++ b/agent/tcf/config.h
@@ -242,6 +242,10 @@
# define ENABLE_Unix_Domain (TARGET_UNIX || TARGET_SYMBIAN)
#endif
+#if !defined(ENABLE_ContextExtraProperties)
+# define ENABLE_ContextExtraProperties 0
+#endif
+
#if !defined(ENABLE_ContextStateProperties)
# define ENABLE_ContextStateProperties 0
#endif

Back to the top