Errors compiling Bro on OpenBSD 2.9

Hi,

Ok, I had moved on to FreeBSD and OpenBSD.

The FreeBSD Bro compile works like a champ.

The OpenBSD compile gets the following errors, relating to BIND defines and such.

Any thoughts to fix these (or the Linux) compiles would be most helpful.

Tx!

Chris

Errors on OpenBSD compile:
creating ./config.status
creating Makefile
creating compat_conf.h
compat_conf.h is unchanged
ar -r libedit.a chared.o common.o el.o emacs.o fcns.o hist.o history.o key.o map.o parse.o prompt.o read.o refresh.o search.o sig.o term.o tokenizer.o tty.o vi.o help.o fgetln.o
readline.o strlcpy.o
gcc -I. -Ilibedit -O -c nb_dns.c
nb_dns.c:81: `NS_MAXDNAME' undeclared here (not in a function)
nb_dns.c:81: size of array `name' has non-integer type
nb_dns.c: In function `_nb_dns_mkquery':
nb_dns.c:274: `NS_INADDRSZ' undeclared (first use in this function)
nb_dns.c:274: (Each undeclared identifier is reported only once
nb_dns.c:274: for each function it appears in.)
nb_dns.c:279: `NS_IN6ADDRSZ' undeclared (first use in this function)
nb_dns.c:291: `ns_o_query' undeclared (first use in this function)
nb_dns.c:293: `ns_c_in' undeclared (first use in this function)
nb_dns.c: In function `nb_dns_addr_request2':
nb_dns.c:376: `NS_MAXDNAME' undeclared (first use in this function)
nb_dns.c:376: size of array `name' has non-integer type
nb_dns.c:394: `NS_IN6ADDRSZ' undeclared (first use in this function)
nb_dns.c: In function `nb_dns_activity':
nb_dns.c:457: syntax error before `handle'
nb_dns.c:473: `handle' undeclared (first use in this function)
nb_dns.c:516: `ns_f_rcode' undeclared (first use in this function)
nb_dns.c:518: `ns_r_nxdomain' undeclared (first use in this function)
nb_dns.c:523: `ns_r_servfail' undeclared (first use in this function)
nb_dns.c:528: `ns_r_noerror' undeclared (first use in this function)
nb_dns.c:531: `ns_r_formerr' undeclared (first use in this function)
nb_dns.c:532: `ns_r_notimpl' undeclared (first use in this function)
nb_dns.c:533: `ns_r_refused' undeclared (first use in this function)
nb_dns.c:519: warning: unreachable code at beginning of switch statement
nb_dns.c:541: `rr' undeclared (first use in this function)
nb_dns.c:556: `ns_s_an' undeclared (first use in this function)
nb_dns.c:572: warning: assignment makes pointer from integer without a cast
*** Error code 1