David Lawrence
a2aefa9a62
fix revision number
2000-02-11 14:57:19 +00:00
David Lawrence
0293ad1320
make sure INSTALL has an absolute path [RT 36]
2000-02-10 13:52:25 +00:00
David Lawrence
ae4cbb69ee
[RT 17] Special handling of prefix/sysconfdir/localstatedir. If none
...
are given, install to /usr/local but use /etc/named.conf and
/var/run/named.pid. If prefix is given, use it in the other two if they
are not also provided.
2000-02-10 01:14:06 +00:00
Bob Halley
20de4f6c6c
update
2000-02-09 19:24:13 +00:00
Bob Halley
dfbd63dd7a
update
2000-02-09 18:50:25 +00:00
Bob Halley
660f6ef547
update
2000-02-09 18:29:51 +00:00
Bob Halley
b2d7494643
update
2000-02-08 21:48:02 +00:00
David Lawrence
e32971f6c4
added missing -L switch when --with-kame specified
2000-02-05 14:46:51 +00:00
Bob Halley
de476e9bd3
update
2000-02-04 06:00:40 +00:00
Bob Halley
2f26b67213
update
2000-02-03 23:48:58 +00:00
David Lawrence
2b556032fd
(un)define ISC_PLATFORM_HAVENETINET6IN6H
2000-02-02 13:25:22 +00:00
David Lawrence
12ccbb032e
Check for sigwait in libc in addition to lib pthread.
...
(Although BSD/OS 4.0.1 is *still* totally ignoring INTR, no matter
whether HAVE_SIGWAIT is defined.
Require NEED_PTHREAD_INIT under BSD/OS 4.0* too.
Add rndc Makefile to configured Makefiles.
2000-01-31 14:31:39 +00:00
Mark Andrews
8a1930d026
Add test for long long int == long int.
2000-01-28 01:47:25 +00:00
Andreas Gustafsson
b21d8bac45
typo in ISC_LWRES_ENDNETENTINT substitution
2000-01-24 18:02:36 +00:00
Mark Andrews
afb4ad8f98
support for getnetbyaddr(in_addr_t, ...)
2000-01-24 12:22:19 +00:00
Mark Andrews
23693a3897
add int endnetent test
2000-01-24 12:06:01 +00:00
Mark Andrews
cdc6537495
gethostbyaddr test update
2000-01-24 11:55:10 +00:00
Mark Andrews
6182613ef5
call endhostent correctly
...
h_errno is not declared in netbsd pthreads implementation.
2000-01-24 06:35:42 +00:00
Mark Andrews
40f2417843
Add test for int sethostent() and int endhostent().
2000-01-24 00:59:31 +00:00
Mark Andrews
700f144288
Add test for gethostbyadd(void *, ...)
2000-01-24 00:28:53 +00:00
Mark Andrews
51a659eb71
finish strsep test
2000-01-21 01:53:59 +00:00
Mark Andrews
1bb509f58b
add test for strsep
2000-01-21 01:41:24 +00:00
Mark Andrews
0e7e4562fd
check for "int setnetent" vs "void setnetent"
2000-01-20 04:20:22 +00:00
Michael Graff
6448ffb2b9
use unsigned char, not void * in our buffers
2000-01-20 00:11:52 +00:00
Mark Andrews
c7620c99f1
Add tests for new BSD API.
2000-01-18 05:35:46 +00:00
Michael Graff
a3ab70dae2
start on lwres test code
2000-01-14 20:22:28 +00:00
Michael Graff
c68fa795a1
add lwres bits
2000-01-12 02:05:44 +00:00
Andreas Gustafsson
c0ef1acf49
IPv6 structure check always failed on OSF1 because #include
...
line had leading whitespace
2000-01-07 19:44:28 +00:00
David Lawrence
7bb707a347
--enable-ipv6/--diable-ipv6 supported.
...
added missing output of "no" when Kame is not found.
look for netinet6/in6.h.
2000-01-07 02:44:13 +00:00
David Lawrence
8a9b755d32
--with-kame option. feel free to change the option name with nary
...
a complaint from me.
also fixed up some text alignment for the help messages.
2000-01-07 00:34:38 +00:00
David Lawrence
33cad139b5
fricka fracka *(*#@*(#@ reversing erroneous checkin
2000-01-06 14:51:39 +00:00
David Lawrence
cc1b6f86f2
added ISC_RESULTCLASS_OMAPI
2000-01-06 14:47:39 +00:00
David Lawrence
4bcaefbcd3
avoid /usr/ucb/cc on Solaris. set BIND9_OMAPI_BUILDINCLUDE
2000-01-04 20:23:10 +00:00
Michael Graff
e5a85c3254
How to check in configure.in and configure:
...
check in configure.in
run "autoconf"
check in configure
This way, configure will have the right "From" line.
1999-12-16 01:02:46 +00:00
Andreas Gustafsson
683da0cd90
added isc_sockaddr_eqaddrprefix() tests
1999-11-29 20:09:23 +00:00
David Lawrence
860728724a
configure omapi Makefiles
1999-10-31 23:22:36 +00:00
Bob Halley
1cafbcfa6f
add bin/named/unix/Makefile
1999-10-23 01:06:31 +00:00
Andreas Gustafsson
6c327669ba
when checking for in_port_t, include <sys/types.h> before
...
<netinet/in.h> as required by NetBSD
1999-10-09 01:01:11 +00:00
Bob Halley
5c00d1c900
check for chroot and linux/capability.h
1999-10-07 19:32:08 +00:00
Bob Halley
51917258db
build system cleanups; improved include handling
1999-10-05 19:52:30 +00:00
James Brister
ce4e62ff20
Fixed typo in shell variable name for in_port_t test.
1999-10-02 17:17:10 +00:00
David Lawrence
8671e8306b
configure ISC_NET_NEEDPORTT if "typedef isc_uint16_t in_port_t" is needed
1999-10-01 02:11:34 +00:00
David Lawrence
75a4dd0d37
set AR and ARFLAGS
1999-09-30 20:09:33 +00:00
Mark Andrews
f7bf83d0cc
Add print.c
...
Remove vsnprintf.c
1999-09-14 04:28:07 +00:00
Mark Andrews
affd6c025b
Add vsnprintf to configure.
...
Correct typo's in vsnprintf support in configure.in
1999-09-12 00:47:20 +00:00
Mark Andrews
f8e602a972
Add lib/dns/config to "configure" phase of build.
1999-09-02 07:02:50 +00:00
Michael Graff
4c5faa6bcf
Do the bsd4.3/bsd4.4 msghdr test right.
1999-08-31 20:57:46 +00:00
Michael Graff
194b6a2519
make sendmsg() and recvmsg() work on solaris and hpux through nasty methods
1999-08-28 05:34:41 +00:00
Michael Graff
a30e7fc234
regen after configure.in changes
1999-08-28 04:21:51 +00:00
Bob Halley
a7c7193f98
update
1999-08-27 21:10:28 +00:00