2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

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.
This commit is contained in:
Andreas Gustafsson
2000-05-12 20:22:56 +00:00
parent e21262ae8a
commit bd36d3014e

View File

@@ -1,3 +1,9 @@
171. [cleanup] On NetBSD systems, the mit-pthreads or unproven-pthreads
library is now always used unless --with-ptl2 is
explicitly specified on the configure command line.
The --with-mit-pthreads option is no longer needed
and has been removed.
170. [cleanup] Remove inter server consistancy checks from zone,
these should return as a seperate module in 9.1.
dns_zone_checkservers(), dns_zone_checkparents(),