unit/auto/summary
Arjun 965fc94e49 fuzzing: add fuzzing infrastructure in build system
Signed-off-by: Arjun <pkillarjun@protonmail.com>
Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-06-14 15:11:38 +01:00

41 lines
1.1 KiB
Text

# Copyright (C) Igor Sysoev
# Copyright (C) NGINX, Inc.
cat << END
Unit configuration summary:
bin directory: ............. "$NXT_BINDIR"
sbin directory: ............ "$NXT_SBINDIR"
lib directory: ............. "$NXT_LIBDIR"
include directory: ......... "$NXT_INCLUDEDIR"
pkgconfig directory: ....... "$NXT_PKGCONFIGDIR"
man pages directory: ....... "$NXT_MANDIR"
modules directory: ......... "$NXT_MODULESDIR"
state directory: ........... "$NXT_STATEDIR"
tmp directory: ............. "$NXT_TMPDIR"
pid file: .................. "$NXT_PID"
log file: .................. "$NXT_LOG"
control API socket: ........ "$NXT_CONTROL"
non-privileged user: ....... "$NXT_USER"
non-privileged group: ...... "$NXT_GROUP"
IPv6 support: .............. $NXT_INET6
Unix domain sockets support: $NXT_UNIX_DOMAIN
TLS support: ............... $NXT_OPENSSL
Regex support: ............. $NXT_REGEX
njs support: ............... $NXT_NJS
process isolation: ......... $NXT_ISOLATION
cgroupv2: .................. $NXT_HAVE_CGROUP
debug logging: ............. $NXT_DEBUG
fuzz engine: ............... "$NXT_FUZZ"
END