diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-16 15:10:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-17 20:29:10 +0000 |
commit | 7ccf36d81f53abacd92f014c7f6e1c2b1e618873 (patch) | |
tree | c7d9243b4d9724cdd5a4c49d92f5cdb7edd652aa /config_host | |
parent | 1d9c6042e89c6a688b0b9392e627d8c65de63d74 (diff) |
split out inability to have nss as HAVE_FEATURE_NSS
Change-Id: Ie9fa0291117ba81529cc396f96f3f02c4a7e4d79
Reviewed-on: https://gerrit.libreoffice.org/32093
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_features.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index bae2ecd4dfa3..5dd85dfc3ea6 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -179,4 +179,9 @@ */ #define HAVE_FEATURE_PDFIMPORT 0 +/* + * Whether NSS is available + */ +#define HAVE_FEATURE_NSS 0 + #endif |