Lines Matching full:socketpair
5699 dnl Verify if socketpair is available, prototyped, and
5714 AC_MSG_CHECKING([if socketpair can be linked])
5716 AC_LANG_FUNC_LINK_TRY([socketpair])
5726 AC_MSG_CHECKING([if socketpair is prototyped])
5727 AC_EGREP_CPP([socketpair],[
5740 AC_MSG_CHECKING([if socketpair is compilable])
5747 if(0 != socketpair(0, 0, 0, sv))
5760 AC_MSG_CHECKING([if socketpair usage allowed])
5770 AC_MSG_CHECKING([if socketpair might be used])
5777 [Define to 1 if you have the socketpair function.])