office-gobmx/config_host/config_validation.h.in

15 lines
336 B
C
Raw Permalink Normal View History

#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