From 793db97a7cd4ca93b7106deb95f55e451679b189 Mon Sep 17 00:00:00 2001 From: Katarina Behrens Date: Tue, 2 Jun 2015 11:13:44 +0200 Subject: Build time option --disable-extension-update to disable the possibility to update installed extensions Change-Id: Ifdee0f3b13ee3e2bcb288c8ded98cb9805a6e55a --- config_host/config_extension_update.h.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config_host/config_extension_update.h.in (limited to 'config_host/config_extension_update.h.in') 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 -- cgit v1.2.3