From cca02d9e984d1937f6d8597de0267ebf22ae6916 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 26 Jul 2013 13:41:10 +0300 Subject: Move OS X sandbox flag to config_features.h Change-Id: I189fa06d13a78bcaa8e17b32756076473ced3641 --- config_host/config_features.h.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config_host') 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 -- cgit