From 8f315d9ece9dc8bfc093e4707d761e7120092618 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 26 Jul 2013 14:06:23 +0300 Subject: Move the (unimplemented) READONLY_INSTALLSET flag into config_features.h Change-Id: Icce89cc2a3c8089aa248a176ab92b545c36b1091 --- config_host/config_features.h.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config_host/config_features.h.in') diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 29da64cbf05b..3b92e879330e 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -88,4 +88,14 @@ #define HAVE_FEATURE_MACOSX_SANDBOX 0 +/* READONLY_INSTALLSET - whether to treat the installation as read-only + * + * Prevents attempts by LibreOffice to write into its installation. That means + * at least that no "system-wide" extensions can be added, if the location for + * them is the traditional one. Experimental work in progress, not actually implemented. + */ + +#define HAVE_FEATURE_READONLY_INSTALLSET 0 + + #endif -- cgit