Dont use gethostbyname2() at all since it is non-portable,

use gethostbyname() instead.
This commit is contained in:
Ronnie Sahlberg
2011-01-03 14:48:43 +11:00
parent 71ec54603d
commit 87072d5622
2 changed files with 0 additions and 5 deletions

View File

@@ -19,7 +19,6 @@ ldconfig="ldconfig"
case `uname` in
Linux*)
AC_DEFINE(HAVE_GETHOSTBYNAME2,1,[Whether we have gethostbyname2 or not])
;;
AIX*)
;;