From 7ccf36d81f53abacd92f014c7f6e1c2b1e618873 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 16 Dec 2016 15:10:51 +0000 Subject: split out inability to have nss as HAVE_FEATURE_NSS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie9fa0291117ba81529cc396f96f3f02c4a7e4d79 Reviewed-on: https://gerrit.libreoffice.org/32093 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- config_host/config_features.h.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config_host') 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 -- cgit