summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-06-26 14:04:25 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-06-27 19:34:38 +0100
commitf4ea3fd5c1ee0e26be8383b0cc209a0d8de3f433 (patch)
tree087883c451d348c60e2275b11ad6e0ebbb9a5892 /config_host
parentb4be964fa2eece48e7ac1ae7c2c2690890ee899c (diff)
use #if to avoid gotchas, move header to include, make UI conditional.
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_features.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in
index e288eefa0324..fac764e1936b 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -59,4 +59,11 @@
#define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 0
+/*
+ * Whether we have the OpenCL headers and should compile in any
+ * support for that abstraction.
+ */
+
+#define HAVE_FEATURE_OPENCL 0
+
#endif