summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libxslt/src/libxslt/xsltconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libxslt/src/libxslt/xsltconfig.h.in')
-rw-r--r--chromium/third_party/libxslt/src/libxslt/xsltconfig.h.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/third_party/libxslt/src/libxslt/xsltconfig.h.in b/chromium/third_party/libxslt/src/libxslt/xsltconfig.h.in
index 1dda1766c25..ec4844afefb 100644
--- a/chromium/third_party/libxslt/src/libxslt/xsltconfig.h.in
+++ b/chromium/third_party/libxslt/src/libxslt/xsltconfig.h.in
@@ -111,6 +111,19 @@ extern "C" {
#endif
/**
+ * WITH_PROFILER:
+ *
+ * Activate the compilation of the profiler. Speed penalty
+ * is insignifiant.
+ * On by default unless --without-profiler is passed to configure
+ */
+#if @WITH_PROFILER@
+#ifndef WITH_PROFILER
+#define WITH_PROFILER
+#endif
+#endif
+
+/**
* WITH_MODULES:
*
* Whether module support is configured into libxslt