diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-27 12:56:59 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-27 13:02:22 +0200 |
commit | ab7ac5884c5a824999b58d2a800cae64cb8e359a (patch) | |
tree | 868891d9f5678e6df6a6f527541d0d933c69a98f /config_host | |
parent | 71907bb06ae6fc3c0ea1485b6ed0efaed196a57a (diff) |
Use <config_features.h> instead of -DDISABLE_EXTENSIONS
Change-Id: I4fe5cd27b77d44b9b33af0ae3c3754e3b85c2ca3
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_features.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
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 |