Commit Graph

209 Commits

Author SHA1 Message Date
Brian Wellington
0b1f1952f4 build the tkey system test Makefile 2001-01-11 20:46:32 +00:00
Brian Wellington
d6230d416b don't build Makefiles in the openssl directories if --with-openssl was specified. 2001-01-09 22:56:06 +00:00
Andreas Gustafsson
59563a18b7 added 'make distclean' support for doc/arm 2001-01-09 21:28:28 +00:00
Brian Wellington
23f7ed0b0c print --disable-threads in --help, not --enable-threads 2001-01-06 00:48:10 +00:00
Mark Andrews
bff0843329 get revision right 2001-01-03 13:07:00 +00:00
Mark Andrews
19cfe6a53b Check for in6_addr, if missing assume in_addr6 provided we have sockaddr_in6. 2001-01-03 13:05:14 +00:00
David Lawrence
fa280ff02a 645. [port] BSD/OS 3.0 needs pthread_init(). [RT #603] 2000-12-31 20:28:29 +00:00
Brian Wellington
ce7994d137 reorder the pthread_create tests 2000-12-28 07:15:01 +00:00
Brian Wellington
5bb8c225cd the last change was missing a ) 2000-12-26 09:34:51 +00:00
David Lawrence
85d10fda1b Some cvs screwage resulted in revision 1.201, which looked for pthread_create
in libc_r for FreeBSD, being backed out when I checked in 1.202, which was
only supposed to be adding rlim_t checking.
2000-12-23 21:56:01 +00:00
David Lawrence
9a2574531e Also look in libc for pthread_create before deciding the system doesn't
have pthreads support.  Not all systems have libpthread (eg, BSD/OS).

Many compiler options that were not particular to whether threads were being
used were being set in a threads-specific block, meaning they didn't get
set at all if threads were not being used.

ISC_PLATFORM_USETHREADS could end up still defined even if threading was
later disabled, such as if pthread_create was not found.
2000-12-23 18:27:43 +00:00
David Lawrence
17012a8797 632. [port] Cope with rlim_t missing on BSD/OS systems. [RT #575] 2000-12-23 02:46:34 +00:00
Brian Wellington
88842f17b8 regenerate 2000-12-23 00:26:37 +00:00
Brian Wellington
b49fb818f6 regenerate 2000-12-22 20:51:33 +00:00
Brian Wellington
b6ec7affc6 regenerate 2000-12-22 20:07:15 +00:00
Mark Andrews
fa67ca21f6 make dns_zone_load work w/o being managed.
add bin/check/Makefile to configure
2000-12-13 06:21:42 +00:00
David Lawrence
a59ed6543b 612. [cleanup] Shutup a ridiculously noisy HP-UX compiler that
complains relentlessly about how its treatment
			of 'const' has changed as well as how casting
			sometimes tightens alignment constraints.
2000-12-13 00:23:05 +00:00
David Lawrence
e544b507b8 602. [func] Cope automatically with UnixWare's broken
IN6_IS_ADDR_* macros. [RT #539]
2000-12-08 00:55:51 +00:00
Andreas Gustafsson
4bd173d7ae generate placeholder Makefile in doc/ 2000-12-01 02:16:28 +00:00
Bob Halley
bf27cbf89e fix CCOPT typo for HP-HPUX 2000-11-21 19:55:05 +00:00
Andreas Gustafsson
b13ad5067f regenerated 2000-11-16 03:24:56 +00:00
Andreas Gustafsson
9075554b99 regenerated 2000-11-16 00:25:53 +00:00
Andreas Gustafsson
d334bfdf70 regenerated 2000-11-15 23:53:13 +00:00
Andreas Gustafsson
dc72c22fed regenerated 2000-11-15 23:42:13 +00:00
Brian Wellington
b0ebef19b3 update based on libtool and typo fixes 2000-10-17 19:42:17 +00:00
Brian Wellington
9d9f5a2dd3 --enable-threads should now be "unimplemented" in the sanitized version 2000-09-28 23:36:44 +00:00
Brian Wellington
3f123dcc2f 487. [port] flockfile() is not defined on all systems.
Also check for libpthreads, if libpthread isn't found.
2000-09-22 18:52:39 +00:00
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