From ad627912b5390ca46dde34815add876b0ae24bab Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 19 Feb 2016 11:10:01 +0000 Subject: move gio config into its own separate config header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I25ca238931da039c244c2af6171d69c9875f95ff Reviewed-on: https://gerrit.libreoffice.org/22501 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- config_host/config_gio.h.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config_host/config_gio.h.in (limited to 'config_host/config_gio.h.in') diff --git a/config_host/config_gio.h.in b/config_host/config_gio.h.in new file mode 100644 index 000000000000..1c0c440b57c2 --- /dev/null +++ b/config_host/config_gio.h.in @@ -0,0 +1,12 @@ +/* + +Settings for gio header file dection + +*/ + +#ifndef CONFIG_GIO_H +#define CONFIG_GIO_H + +#define ENABLE_GIO 0 + +#endif -- cgit