From 51e92859c9433feeca0ccca9238e9ed0848d8470 Mon Sep 17 00:00:00 2001 From: Rene Engelhard Date: Wed, 9 May 2018 23:25:46 +0000 Subject: rename config_extension_update.h.in to config_extensions.h.in ... and move HAVE_FEATURE_EXTENSIONS there, too Change-Id: I37fe52071e1db32cf5cc1e51dbd89bb4f32a39c1 Reviewed-on: https://gerrit.libreoffice.org/54072 Tested-by: Jenkins Reviewed-by: Rene Engelhard --- config_host/config_extension_update.h.in | 6 ------ config_host/config_extensions.h.in | 15 +++++++++++++++ config_host/config_features.h.in | 9 --------- 3 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 config_host/config_extension_update.h.in create mode 100644 config_host/config_extensions.h.in (limited to 'config_host') diff --git a/config_host/config_extension_update.h.in b/config_host/config_extension_update.h.in deleted file mode 100644 index 5e12a78f951e..000000000000 --- a/config_host/config_extension_update.h.in +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef CONFIG_EXTENSION_UPDATE -#define CONFIG_EXTENSION_UPDATE - -#define ENABLE_EXTENSION_UPDATE 0 - -#endif diff --git a/config_host/config_extensions.h.in b/config_host/config_extensions.h.in new file mode 100644 index 000000000000..62cf1862896a --- /dev/null +++ b/config_host/config_extensions.h.in @@ -0,0 +1,15 @@ +#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 diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index c66435a12007..a7b08c7ddcfe 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -47,15 +47,6 @@ #define HAVE_FEATURE_DBCONNECTIVITY 0 -/* 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 - /* SCRIPTING - Whether we have any mechanism to execute user-provided scripts * * Primarily intended for the iOS App Store where the -- cgit v1.2.3