summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorMayank Gupta <techfreakworm@gmail.com>2016-03-11 15:45:43 +0530
committerMichael Stahl <mstahl@redhat.com>2016-03-22 12:26:18 +0000
commitaf06ced81c640ebbcac037cd610bc99694fb7c13 (patch)
tree1d283e8cec7e4243ac09ce57b5f776f196c0c558 /config_host
parentac20c17080d0942531f35015da7131d5275fdbe1 (diff)
add HAVE_FEATURE_ATL to disable failing tests due to ATL
Change-Id: Ifcdf8bf9eb4c22df6493f85592c9c72fac28876e Reviewed-on: https://gerrit.libreoffice.org/23144 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_features.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in
index 5426bf389e28..d80d1343dfde 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -151,4 +151,9 @@
*/
#define HAVE_FEATURE_BREAKPAD 0
+/*
+ * Whether to enable ATL
+ */
+#define HAVE_FEATURE_ATL 0
+
#endif