Brian Wellington
87449ffeb5
no more dnssafe
2000-09-16 01:17:52 +00:00
Brian Wellington
4108eed509
--disable-ipv6 shouldn't turn off detection, since that causes problems.
2000-09-15 20:50:46 +00:00
Brian Wellington
65e218048d
When --disable-threads is passed, use "nothreads" instead of "pthreads" in
...
the build process
2000-08-29 18:25:08 +00:00
Andreas Gustafsson
a1884b96ef
indentation
2000-08-29 00:41:18 +00:00
Andreas Gustafsson
9ce476812c
fix threads-disabling features that were accidentally checked in with
...
the previous change
2000-08-29 00:16:24 +00:00
Andreas Gustafsson
9ceaa92a8c
--enable-threads default value should not override user-specified value
2000-08-29 00:11:15 +00:00
Andreas Gustafsson
892abf3178
added configure option --enable-threads/--disable-threads,
...
define ISC_PLATFORM_USETHREADS
2000-08-28 23:51:21 +00:00
Brian Wellington
529ff4b495
HAVE_RANDOMDEV -> PATH_RANDOMDEV
2000-08-17 19:17:57 +00:00
Brian Wellington
a14613fce9
--with-randomdev sets HAVE_RANDOMDEV, use that instead of /dev/random.
2000-08-17 18:56:49 +00:00
Brian Wellington
3ec6b563d7
--with-gssapi=PATH support.
2000-08-17 02:05:19 +00:00
Brian Wellington
2271edc0b4
Changed a comment.
2000-08-10 18:06:13 +00:00
Brian Wellington
5f9e583552
--with-openssl didn't check whether a path was specified even though
...
it requires one.
2000-08-08 19:11:05 +00:00
Michael Graff
5080f1b235
use double, not single quote
2000-08-03 20:16:50 +00:00
Michael Graff
6a976322f0
regen
2000-08-02 19:53:36 +00:00
David Lawrence
40f53fa8d9
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
...
own CVS tree will help minimize CVS conflicts. Maybe not.
Blame Graff for getting me to trim all trailing whitespace.
2000-08-01 01:33:37 +00:00
David Lawrence
905e0c1533
[RT #186 ] check for various networking items (eg, getaddrinfo) after Kame test
2000-07-25 23:54:09 +00:00
David Lawrence
afbf0f0d77
Have Emacs automatically use shell mode to edit configure.in.
2000-07-04 01:20:53 +00:00
Andreas Gustafsson
32b2edb3a8
don't generate util/conf.sh from configure, as the util directory
...
does not exist in the released version
2000-06-27 00:01:07 +00:00
Andreas Gustafsson
e91cd8b6ce
removed bin/lwresd directory from distribution
2000-06-26 23:03:03 +00:00
Brian Wellington
3d776d7629
Add CCOPT to hold compiler options that aren't includes or defines
2000-06-23 22:38:26 +00:00
David Lawrence
ace0d6e296
util/Makefile.in not needed now that distclean removes util/conf.sh from the
...
top level directory
2000-06-23 22:37:46 +00:00
Michael Graff
d0971f8d82
Only call AC_CHECK_LIB(pthread, ...) if not on NetBSD, since it is handled specially elsewhere.
2000-06-23 22:32:52 +00:00
Brian Wellington
c7dd0420a2
Add isc-config.sh
2000-06-23 20:52:35 +00:00
David Lawrence
b422dfba58
generate util/Makefile
2000-06-23 16:41:50 +00:00
David Lawrence
866d106459
include copyright in configure
2000-06-22 19:34:30 +00:00
David Lawrence
7c74e180c2
update_copyrights
2000-06-22 03:00:36 +00:00
Michael Graff
0eb2572d79
add isc_thread_setconcurrency()
2000-06-22 01:48:24 +00:00
Brian Wellington
7005cfed8c
Check for sysconf()
2000-06-22 01:01:55 +00:00
Andreas Gustafsson
17e0f3e747
generate util/conf.sh
2000-06-21 22:09:50 +00:00
Michael Sawyer
d11097cf86
Generate Makefile for nsupdate
2000-06-21 20:57:33 +00:00
Brian Wellington
39469093ea
Build the bin/tests/system/lwresd Makefile
2000-06-21 01:31:49 +00:00
Andreas Gustafsson
91306d962f
added LN macro, for linking binaries that can
...
be invoked by multiple names
2000-06-19 19:04:48 +00:00
Michael Graff
0111b7c5e1
enable multicast address check tests
2000-06-16 22:21:34 +00:00
Michael Graff
8313838954
Conditionalize setting of struct sockaddr_in6's sin6_scope_id member.
...
Some machines have it, older ipv6 flavors do not.
2000-06-15 21:52:21 +00:00
Michael Sawyer
e86e6bc192
Add HAVE_ADDRINFO and HAVE_GETADDRINFO to config.h.in and configure.in
2000-06-15 18:34:43 +00:00
Andreas Gustafsson
3ecf3394e3
search for Perl at configure time, for use by the system
...
test scripts
2000-06-13 17:34:28 +00:00
Michael Graff
b483ca1153
rebuild
2000-06-07 19:42:11 +00:00
Michael Graff
90407942d3
Use autoconf's AC_C_BIGENDIAN macro to detect endian flavor, and use WORDS_BIGENDIAN from config.h{,.in}
2000-06-07 19:41:49 +00:00
Michael Graff
74da616f07
add sha1 implementation
2000-06-07 00:15:19 +00:00
David Lawrence
ed71ea51c6
Silence a few more warnings:
...
+ missing sigwait prototype on BSD/OS 4.0/4.0.1
+ PTHREAD_ONCE_INIT unbraced initializer warnings on Solaris 2.8.
+ IN6ADDR_ANY_INIT unbraced initializer warnings on BSD/OS 4.*, Linux and
Solaris 2.8.
2000-06-06 16:06:50 +00:00
David Lawrence
49a2cf8f21
quiet va_start() warnings on BSD/OS 4.1
2000-06-06 00:44:07 +00:00
David Lawrence
174a4f7b80
224. [cleanup] The entire project builds cleanly with gcc's
...
-Wcast-qual and -Wwrite-strings warnings enabled,
which is now the default when using gcc. (Warnings
from confparser.c, because of yacc's code, are
unfortunately to be expected.)
223. [func] Several functions were reprototyped to qualify one
or more of their arguments with "const". Similarly,
several functions that return pointers now have
those pointers qualified with const.
2000-06-01 19:39:26 +00:00
David Lawrence
bcea992514
also turn off IRIX warning 1552, variable set but not used, in dnssafe,openssl
2000-05-24 22:16:34 +00:00
David Lawrence
3c8e458ed2
205. [cleanup] On IRIX, turn off warning 1692 ("prototyped function
...
redeclared without prototype") when compiling in
the lib/dns/sec/{dnssafe,openssl} directories, which
are code imported from outside sources.
... and on HP/UX, pass -Wl,+vnocompatwarnings as part of LIBS, no CC,
so it only appears on the command line when linking.
2000-05-24 20:04:47 +00:00
David Lawrence
7ffc4c63ac
204. [cleanup] On HP/UX, Pass +vnocompatwarnings to the linker
...
to quiet the warnings that "The linked output may not
run on a PA 1.x system."
2000-05-24 19:42:00 +00:00
David Lawrence
b06bc71d84
basic UnixWare support added
2000-05-18 22:37:35 +00:00
Andreas Gustafsson
95be83b467
DNSSEC tools now have a new home
2000-05-18 21:45:10 +00:00
David Lawrence
7c9a9096f6
turn off warning 1209 on irix, which bitches about every "do while (0)" we have
2000-05-13 18:40:00 +00:00
David Lawrence
0adde9f4f9
Moved <netinet6/in6.h> special processing to IPv6 section. Changed
...
the CPP symbol it uses from *_HAVENETINET6* to *_NEEDNETINET6* to better
clarify what's going on with regard to the symbol.
Moved processing of --with-kame to before the in6addr_any check, since
it needs to set LIBS for the check to work. [related to RT #105 , and
previous configure.in revision 1.108.]
in6_pkinfo check only needs AC_TRY_COMPILE, not AC_TRY_LINK.
2000-05-13 18:15:11 +00:00
Andreas Gustafsson
1706598239
NetBSD now always uses the mit-pthreads/unproven-pthreads
...
library if it is available; therefore the --with-mit-pthreads
option is no longer needed. The --with-ptl2 option is now documented
as being experimental and applying to NetBSD only.
2000-05-12 19:23:14 +00:00