K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2014-12-01T21:21:11.116964Z
K 7
svn:log
V 350
When testing portability functions, we redefine the function to
a different name to not conflict with system headers.  If the
function is implemented by the system as a macro, we have to
undefine it first.  This was being done in some places but not in
others, causing compliation problems with inet_aton on FreeBSD.
Do this consistently everywhere.

END
