summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-09-18 19:06:20 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-09-18 22:37:58 -0400
commit02346aa4663055e1adf7c52ede89871a493f4513 (patch)
treeb7ada15067c5afe5ca5527533accd996ceb90328 /config_host
parent90698b5f6721472ebcdda2bb7c34e7364c3da9eb (diff)
Add the configure bits to support --disable-orcus.
Change-Id: Ieeb1581187248875ca2e37278c62a382f6caa8e0
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_orcus.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_host/config_orcus.h.in b/config_host/config_orcus.h.in
new file mode 100644
index 000000000000..68e3757d5821
--- /dev/null
+++ b/config_host/config_orcus.h.in
@@ -0,0 +1,6 @@
+#ifndef CONFIG_ORCUS_H
+#define CONFIG_ORCUS_H
+
+#define ENABLE_ORCUS 0
+
+#endif