From e6d8fc6614364e54eb0d69ff4cba21f8cad2e2a9 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Mon, 8 Apr 2024 16:37:20 +0100 Subject: njs (lowercase) is more preferred way to mention --- auto/summary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/summary') diff --git a/auto/summary b/auto/summary index 3aa41669..dd7a60a0 100644 --- a/auto/summary +++ b/auto/summary @@ -29,7 +29,7 @@ Unit configuration summary: Unix domain sockets support: $NXT_UNIX_DOMAIN TLS support: ............... $NXT_OPENSSL Regex support: ............. $NXT_REGEX - NJS support: ............... $NXT_NJS + njs support: ............... $NXT_NJS process isolation: ......... $NXT_ISOLATION cgroupv2: .................. $NXT_HAVE_CGROUP -- cgit From 965fc94e4910da14d13a2f10d997cc720b3f6127 Mon Sep 17 00:00:00 2001 From: Arjun Date: Sat, 25 May 2024 17:52:02 +0530 Subject: fuzzing: add fuzzing infrastructure in build system Signed-off-by: Arjun Reviewed-by: Andrew Clayton Signed-off-by: Andrew Clayton --- auto/summary | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auto/summary') diff --git a/auto/summary b/auto/summary index dd7a60a0..b6caee6c 100644 --- a/auto/summary +++ b/auto/summary @@ -36,4 +36,6 @@ Unit configuration summary: debug logging: ............. $NXT_DEBUG + fuzz engine: ............... "$NXT_FUZZ" + END -- cgit