summaryrefslogtreecommitdiff
path: root/config_host/config_features.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config_host/config_features.h.in')
-rw-r--r--config_host/config_features.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in
index 3437e13cfa2c..29da64cbf05b 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -80,4 +80,12 @@
#define HAVE_FEATURE_AVAHI 0
+/* MACOSX_SANDBOX - whether LibreOffice runs in an OS X sandbox
+ *
+ * When building LibreOffice for distribution through the Mac App Store,
+ * it must be sandboxed.
+ */
+
+#define HAVE_FEATURE_MACOSX_SANDBOX 0
+
#endif