Dont use gethostbyname2() at all since it is non-portable,
use gethostbyname() instead.
This commit is contained in:
@@ -19,7 +19,6 @@ ldconfig="ldconfig"
|
||||
|
||||
case `uname` in
|
||||
Linux*)
|
||||
AC_DEFINE(HAVE_GETHOSTBYNAME2,1,[Whether we have gethostbyname2 or not])
|
||||
;;
|
||||
AIX*)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user