summaryrefslogtreecommitdiff
path: root/config_host/config_gio.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config_host/config_gio.h.in')
-rw-r--r--config_host/config_gio.h.in12
1 files changed, 12 insertions, 0 deletions
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