From 1ec49a08d1ad896f7c0902510f5da463651c392a Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 24 Aug 2016 19:47:42 +0200 Subject: make it possible to use mar feature in ifdefs Change-Id: Ibfaf3ec8bf9a1e831ac18ad5ff7f2c519d9cb56f --- config_host/config_features.h.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config_host/config_features.h.in') diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 8c5de70a84e8..9c8dff7a603b 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -189,4 +189,9 @@ */ #define HAVE_MORE_FONTS 0 +/* + * Whether the automatic online updater is available + */ +#define HAVE_FEATURE_UPDATE_MAR 0 + #endif -- cgit