summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-07-26 13:41:10 +0300
committerTor Lillqvist <tml@iki.fi>2013-07-26 14:14:06 +0300
commitcca02d9e984d1937f6d8597de0267ebf22ae6916 (patch)
tree5f899d6562f2fee98350351e4ccd463af09db035 /config_host
parente849f5d84a4bc35a241c2d1231b48c57c43ecce4 (diff)
Move OS X sandbox flag to config_features.h
Change-Id: I189fa06d13a78bcaa8e17b32756076473ced3641
Diffstat (limited to 'config_host')
-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