summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2015-06-02 11:13:44 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-04 19:38:16 +0000
commite069404a5382ac0095f64a824ef8dc0a9eae260d (patch)
tree6197db64f53c1f2fdf476368f085c86833a93182 /config_host
parent72bd4796b29cab3e818289af520beca1ae100ede (diff)
Build time option --disable-extension-update
to disable the possibility to update installed extensions Change-Id: Ifdee0f3b13ee3e2bcb288c8ded98cb9805a6e55a Reviewed-on: https://gerrit.libreoffice.org/16059 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_extension_update.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_host/config_extension_update.h.in b/config_host/config_extension_update.h.in
new file mode 100644
index 000000000000..5e12a78f951e
--- /dev/null
+++ b/config_host/config_extension_update.h.in
@@ -0,0 +1,6 @@
+#ifndef CONFIG_EXTENSION_UPDATE
+#define CONFIG_EXTENSION_UPDATE
+
+#define ENABLE_EXTENSION_UPDATE 0
+
+#endif