summaryrefslogtreecommitdiff
path: root/src/util/configuration.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-17 01:57:27 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-17 01:57:27 +0000
commit35c358f086dc16604e506028c1c288172edd1409 (patch)
tree15ab0e8613a419ee1c48825ee8096976142aceb2 /src/util/configuration.h
parent84f0e9f58671083794dce8ed8e71a8fa9fe587cd (diff)
--show-debug-tags and --show-trace-tags now supported by Configuration API; also, the information is only recompiled and relinked when it has changed, avoiding unnecessary relinking
Diffstat (limited to 'src/util/configuration.h')
-rw-r--r--src/util/configuration.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/configuration.h b/src/util/configuration.h
index cb207298c..b4caf842c 100644
--- a/src/util/configuration.h
+++ b/src/util/configuration.h
@@ -87,6 +87,12 @@ public:
static bool isBuiltWithTlsSupport();
+ static unsigned getNumDebugTags();
+ static char const* const* getDebugTags();
+
+ static unsigned getNumTraceTags();
+ static char const* const* getTraceTags();
+
static bool isSubversionBuild();
static const char* getSubversionBranchName();
static unsigned getSubversionRevision();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback