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:
Tony Finch
2022-12-16 12:19:08 +00:00
parent 5ad1fe3570
commit 330ff06d4a
16 changed files with 21 additions and 53 deletions

View File

@@ -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