2e33af67e0
So that so much stuff doesn't get rebuilt on --with-java change. Change-Id: I87388590a4fd218fd22e68ba0edd290831f6f0fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133570 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
14 lines
336 B
C
14 lines
336 B
C
#pragma once
|
|
|
|
/*
|
|
* Whether to use validation on files.
|
|
*/
|
|
#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
|