51e92859c9
... and move HAVE_FEATURE_EXTENSIONS there, too Change-Id: I37fe52071e1db32cf5cc1e51dbd89bb4f32a39c1 Reviewed-on: https://gerrit.libreoffice.org/54072 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Rene Engelhard <rene@debian.org>
15 lines
357 B
C
15 lines
357 B
C
#ifndef CONFIG_EXTENSION_UPDATE
|
|
#define CONFIG_EXTENSION_UPDATE
|
|
|
|
/* EXTENSIONS - Whether we have any extension mechanism at all
|
|
*
|
|
* Primarily intended for non-desktop platforms where supporting
|
|
* extensions can be complicated, or even prohibited by the OS (as on
|
|
* iOS).
|
|
*/
|
|
|
|
#define HAVE_FEATURE_EXTENSIONS 0
|
|
|
|
#define ENABLE_EXTENSION_UPDATE 0
|
|
|
|
#endif
|