summaryrefslogtreecommitdiff
path: root/config_host/config_features.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config_host/config_features.h.in')
-rw-r--r--config_host/config_features.h.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in
index d80d1343dfde..0aa1d6766870 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -152,8 +152,18 @@
#define HAVE_FEATURE_BREAKPAD 0
/*
- * Whether to enable ATL
- */
+ * * Whether to enable ATL
+ * */
#define HAVE_FEATURE_ATL 0
+/*
+ * Whether OpenGL is enabled
+ * */
+#define HAVE_FEATURE_OPENGL 0
+
+/*
+ * Whether User Interface is available
+ */
+#define HAVE_FEATURE_UI 1
+
#endif