Clean the duplicate and not-used code from libirs
The libirs contains:
- reimplemenation of
getnameinfo()
,getaddrinfo()
,freeaddrinfo()
, andgai_strerror()
- we can drop these - the
irs_dnsconf
API which is experimental and not used anywhere
The leaves us with irs_resconf and irs_context APIs.