blob: 892dd1262c90688fbf3841f8347ba4b7f0b38cf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#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
|