logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

README.md (570B)


  1. # nsd
  2. nsd is an authoritative name server.
  3. ## config.h
  4. Generated with
  5. ./configure \
  6. --prefix= \
  7. --sbindir=/bin \
  8. --with-zonesdir=/etc/nsd/zone \
  9. --with-pidfile=/run/nsd.pid \
  10. --without-ssl \
  11. --without-libevent \
  12. CPPFLAGS=-I/src/oasis/pkg/openbsd/include \
  13. LIBS=/src/oasis/out/pkg/openbsd/libbsd.a
  14. `HAVE_SYSLOG_H` was changed to false since we handle logging from stdout with
  15. perp and tinylog. `HAVE_B64_NTOP` and `HAVE_B64_PTON` were changed to false so
  16. that `config.h` will declare their prototypes since they are used without
  17. including `resolv.h`.