port.h declares inet_net_ntop and we always compile our own from port/inet_net_ntop.c .
But it's part of -lresolv on Linux, and more importantly, it's declared in <inet/arpa.h>.
Should we be using our own if the OS has it? I'm thinking of adding a test to configure and omitting our own version if configure finds it. Objections?