ngircd-tor/src/ipaddr
Alexander Barton b8433e9261 Check for working getaddrinfo() function
At least AIX 4.3.3 and 5.1 have a broken implementation of getaddrinfo()
which doesn't handle "0" as numeric service correctly. This patch adds
a configure check for this case and changes all calling functions to only
use getaddrinfo() if it "works".

See <http://www.stacken.kth.se/lists/heimdal-discuss/2004-05/msg00059.html>
2013-12-27 21:35:13 +01:00
..
.gitignore Change build system to support new and old GNU automake 2012-09-23 18:13:55 +02:00
Makefile.ng Remove all geneerated Makefile.am on "make maintainer-clean" 2012-09-24 20:45:37 +02:00
ng_ipaddr.c Check for working getaddrinfo() function 2013-12-27 21:35:13 +01:00
ng_ipaddr.h Add some assert() calls to ng_ipaddr library 2013-08-21 00:23:47 +02:00