From ab7ac5884c5a824999b58d2a800cae64cb8e359a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 27 Mar 2013 12:56:59 +0200 Subject: Use instead of -DDISABLE_EXTENSIONS Change-Id: I4fe5cd27b77d44b9b33af0ae3c3754e3b85c2ca3 --- config_host/config_features.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config_host') diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 48ac1dc88700..1cc24760533c 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -21,6 +21,15 @@ #define HAVE_FEATURE_DESKTOP 0 +/* EXTENSIONS - Whether we have any extension mechanism at all + * + * Primarily intended for non-desktop platforms where supporting + * extensions can be complicated, or even prohibited by the OS (as on + * iOS). + */ + +#define HAVE_FEATURE_EXTENSIONS 0 + /* HELP - Whether we have the "normal" desktop-style help mechanism * * Can be turned on/off also for desktop environments with -- cgit