summaryrefslogtreecommitdiff
path: root/pkg/nsd/README.md
blob: 95a1b95753075a8d18c3b6b98232d167c3f18af3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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`.