From d24884de93afd8044b4ac2c4d964c4d29d2e049b Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Fri, 4 Nov 2011 15:45:29 -0700 Subject: [PATCH] More for ITS#5696 (missed parts of 4b8485c47aecdbab39db77a4ec21bf61d18ca0cf) --- include/portable.hin | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/portable.hin b/include/portable.hin index 3ce2e98224..ed6cfae095 100644 --- a/include/portable.hin +++ b/include/portable.hin @@ -361,6 +361,9 @@ /* define this if you have mkversion */ #undef HAVE_MKVERSION +/* define if you have MozNSS */ +#undef HAVE_MOZNSS + /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H @@ -370,6 +373,9 @@ /* define if strerror_r returns char* instead of int */ #undef HAVE_NONPOSIX_STRERROR_R +/* Define to 1 if you have the header file. */ +#undef HAVE_NSSUTIL_H + /* if you have NT Event Log */ #undef HAVE_NT_EVENT_LOG -- 2.39.5