mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 11:32:01 -05:00
pthreads are not required; 64 bit integers are
This commit is contained in:
parent
f6478f5e44
commit
76860484ad
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
|
@ -113,7 +113,7 @@ BIND 9.2
|
|||
Building
|
||||
|
||||
BIND 9 currently requires a UNIX system with an ANSI C compiler,
|
||||
basic POSIX support, and a good pthreads implementation.
|
||||
basic POSIX support, and a 64 bit integer type.
|
||||
|
||||
We've had successful builds and tests on the following systems:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue