summaryrefslogtreecommitdiffstats
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.in18
1 files changed, 8 insertions, 10 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in
index 3cc5109ca25a..0faa67c64dbd 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -77,17 +77,9 @@
#define HAVE_FEATURE_READONLY_INSTALLSET 0
/*
- * Whether to use validation on files.
+ * Whether curl is available
*/
-#define HAVE_EXPORT_VALIDATION 0
-
-/*
- * Whether to use export validation of binary formats (doc, xls, ppt)
- *
- * Requires installed Microsoft Office Binary File Format Validator
- * https://www.microsoft.com/en-us/download/details.aspx?id=26794
- */
-#define HAVE_BFFVALIDATOR 0
+#define HAVE_FEATURE_CURL 0
/*
* Whether we support breakpad as crash reporting lib.
@@ -151,4 +143,10 @@
*/
#define HAVE_FEATURE_PAGEIN 0
+/*
+ * Whether Calc supports jumbo sheets (more than 1m rows), which can overflow
+ * 32bit drawing coordinates (see tools::Long definition).
+ */
+#define HAVE_FEATURE_JUMBO_SHEETS 0
+
#endif