diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-08-19 00:41:12 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-08-19 10:29:04 +0300 |
commit | 08452f1208a2ecbf7c6f15a96efeedbe5210ec83 (patch) | |
tree | fb09bce47d74d368ae9449bf4a5dc9e33c1ac1a8 /config_host | |
parent | a3b06ecf4217016c883ce40e52fcd4b6a2d25860 (diff) |
Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_features.h.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 7d045df4c43b..1c42ff014a12 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -7,6 +7,14 @@ #ifndef CONFIG_FEATURES_H #define CONFIG_FEATURES_H +/* JAVA + * + * Whether we have support for Java extensions, and use own Java + * functionality). + */ + +#define HAVE_FEATURE_JAVA 0 + /* DESKTOP - Whether we have a "normal" desktop UI or not. * * Non-DESKTOP in practice means touch-based mobile devices, Android |