The libirs contained own re-implementations of the getaddrinfo, getnameinfo and gai_strerror + irs_context and irs_dnsconf API that was unused anywhere in the BIND 9. Keep just the irs_resonf API that is being extensively used to parse /etc/resolv.conf by several of BIND 9 tools.
10 lines
156 B
Modula-2
10 lines
156 B
Modula-2
LIBRARY libirs
|
|
|
|
; Exported Functions
|
|
EXPORTS
|
|
irs_resconf_destroy
|
|
irs_resconf_getnameservers
|
|
irs_resconf_getndots
|
|
irs_resconf_getsearchlist
|
|
irs_resconf_load
|