summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2018-05-09 23:25:46 +0000
committerRene Engelhard <rene@debian.org>2018-05-23 11:44:57 +0200
commit51e92859c9433feeca0ccca9238e9ed0848d8470 (patch)
tree00f63a009c2c41097bdbf5112103132bbe699353 /config_host
parent5c2c5ff01c23e4f7a8947746afc13a46cbef5bec (diff)
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 <ci@libreoffice.org> Reviewed-by: Rene Engelhard <rene@debian.org>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_extension_update.h.in6
-rw-r--r--config_host/config_extensions.h.in15
-rw-r--r--config_host/config_features.h.in9
3 files changed, 15 insertions, 15 deletions
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