summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-07-26 14:06:23 +0300
committerTor Lillqvist <tml@iki.fi>2013-07-26 14:14:06 +0300
commit8f315d9ece9dc8bfc093e4707d761e7120092618 (patch)
tree415e8206b20d1ff573e78ef12eddd64f83d1b1c7 /config_host
parentcca02d9e984d1937f6d8597de0267ebf22ae6916 (diff)
Move the (unimplemented) READONLY_INSTALLSET flag into config_features.h
Change-Id: Icce89cc2a3c8089aa248a176ab92b545c36b1091
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_features.h.in10
1 files changed, 10 insertions, 0 deletions
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