Replace gethostbyname with getaddrinfo

Benson Muite <[email protected]> Thu, 13 Jul 2023 16:04:19 +0300
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <[email protected]>
The files:
lib/libaubit4gl/gui.c
lib/libui/ui_json/uilib/comms.c
lib/libui/ui_xml/uilib/comms.c
lib/libui/ui_highlevel/remote_client/pipeclient.c

contain gethostbyname, would it be possible to replace this with
getaddrinfo?

Configure script will also need to be updated accordingly.  Can send a
patch with a possible implementation if it would be considered.