CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/09/10 08:12:38
Modified files:
usr.sbin/nsd : configparser.y configure.ac options.c rdata.c
zonec.c
usr.sbin/nsd/compat: b64_ntop.c b64_pton.c
Log message:
Fix handling of compat/b64_{ntop,pton} by using __-prefixed versions directly,
similar to what ssh does. Otherwise they need resolv.h including, which causes
problems on OS with newer resolv.h/nameser.h headers which cause conflicts with
NSD's T_xxx resource record #defines. autoconf bits adapted from tmux portable.
ok florian@