summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2015-06-02 11:13:44 +0200
committerAndras Timar <andras.timar@collabora.com>2015-08-06 12:21:55 +0200
commita2e715e88606b5784e480b8ea1fa03cd5fd2768a (patch)
treeb8ec9fbee453ed44e3a3f67e0b9b29669bd8572d /config_host
parente9e3da3ce88778911fe738bcb965e1bb85cc2c03 (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