Move irs_resconf into libdns and remove libirs
`libirs` used to be a reference implementation of `getaddrinfo` and related modern resolver APIs. It was stripped down in BIND 9.18 leaving only the `irs_resconf` module, which parses `/etc/resolv.conf`. I have kept its include path and namespace prefix, so it remains a little fragment of libirs now embedded in libdns.
This commit is contained in:
@@ -272,8 +272,6 @@ libraries.
|
||||
configuration parser and checker.
|
||||
* `bind9/lib/isccc`: library implementing the control channel used
|
||||
by `rndc`
|
||||
* `bind9/lib/irs`: provides mechanisms for reading `/etc/resolv.conf`
|
||||
and other configuration files.
|
||||
|
||||
#### Namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user