Lines Matching full:gethostbyaddr
2266 dnl Verify if gethostbyaddr is available, prototyped,
2281 AC_MSG_CHECKING([if gethostbyaddr can be linked])
2287 if(0 != gethostbyaddr(0, 0, 0))
2299 AC_MSG_CHECKING([if gethostbyaddr is prototyped])
2300 AC_EGREP_CPP([gethostbyaddr],[
2313 AC_MSG_CHECKING([if gethostbyaddr is compilable])
2319 if(0 != gethostbyaddr(0, 0, 0))
2332 AC_MSG_CHECKING([if gethostbyaddr usage allowed])
2342 AC_MSG_CHECKING([if gethostbyaddr might be used])
2349 [Define to 1 if you have the gethostbyaddr function.])