Files
oasis-linux-mirror/pkg/nsd
Michael Forney 2eddb78d1b Store dist files in config.distdir
This makes it easy to remove old distfiles with `git clean -f dist`.
2026-03-12 16:40:37 -07:00
..
2021-04-18 23:53:32 -07:00
2026-03-12 16:40:37 -07:00
2021-04-18 23:53:32 -07:00
2021-04-18 23:53:32 -07:00
2017-10-14 01:04:25 -07:00
2021-04-18 23:53:32 -07:00
2021-04-18 23:53:32 -07:00
2021-04-18 23:53:32 -07:00

nsd

nsd is an authoritative name server.

config.h

Generated with

./configure \
	--prefix= \
	--sbindir=/bin \
	--with-zonesdir=/etc/nsd/zone \
	--with-pidfile=/run/nsd.pid \
	--without-ssl \
	--without-libevent \
	CPPFLAGS=-I/src/oasis/pkg/openbsd/include \
	LIBS=/src/oasis/out/pkg/openbsd/libbsd.a

HAVE_SYSLOG_H was changed to false since we handle logging from stdout with perp and tinylog. HAVE_B64_NTOP and HAVE_B64_PTON were changed to false so that config.h will declare their prototypes since they are used without including resolv.h.