sc: copy cache values when clone color conditional format
[LibreOffice.git] / config_host / config_extensions.h.in
blob62cf1862896a8dbd881fc984836f3614365eb2f2
1 #ifndef CONFIG_EXTENSION_UPDATE
2 #define CONFIG_EXTENSION_UPDATE
4 /* EXTENSIONS - Whether we have any extension mechanism at all
6 * Primarily intended for non-desktop platforms where supporting
7 * extensions can be complicated, or even prohibited by the OS (as on
8 * iOS).
9 */
11 #define HAVE_FEATURE_EXTENSIONS 0
13 #define ENABLE_EXTENSION_UPDATE 0
15 #endif