Home | History | Annotate | Download | only in m4

Lines Matching full:gethostbyname

2595 dnl Verify if gethostbyname is available, prototyped,
2610 AC_MSG_CHECKING([if gethostbyname can be linked])
2616 if(0 != gethostbyname(0))
2628 AC_MSG_CHECKING([if gethostbyname is prototyped])
2629 AC_EGREP_CPP([gethostbyname],[
2642 AC_MSG_CHECKING([if gethostbyname is compilable])
2648 if(0 != gethostbyname(0))
2661 AC_MSG_CHECKING([if gethostbyname usage allowed])
2671 AC_MSG_CHECKING([if gethostbyname might be used])
2678 [Define to 1 if you have the gethostbyname function.])