summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2015-06-02 11:13:44 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2015-06-03 15:22:11 +0200
commit793db97a7cd4ca93b7106deb95f55e451679b189 (patch)
tree3383b6351837fa06bc3da4c51ede24045a2fc00c /config_host
parentc61065b262051e510ab5229a8f10efc10962137f (diff)
Build time option --disable-extension-update
to disable the possibility to update installed extensions Change-Id: Ifdee0f3b13ee3e2bcb288c8ded98cb9805a6e55a
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