Home | History | Annotate | Download | only in m4

Lines Matching full:setsockopt

4966 dnl Verify if setsockopt is available, prototyped, and
4981 AC_MSG_CHECKING([if setsockopt can be linked])
4987 if(0 != setsockopt(0, 0, 0, 0, 0))
4999 AC_MSG_CHECKING([if setsockopt is prototyped])
5000 AC_EGREP_CPP([setsockopt],[
5013 AC_MSG_CHECKING([if setsockopt is compilable])
5019 if(0 != setsockopt(0, 0, 0, 0, 0))
5032 AC_MSG_CHECKING([if setsockopt usage allowed])
5042 AC_MSG_CHECKING([if setsockopt might be used])
5049 [Define to 1 if you have the setsockopt function.])
5061 dnl Verify if setsockopt with the SO_NONBLOCK command is
5072 AC_MSG_CHECKING([if setsockopt SO_NONBLOCK is compilable])
5078 if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0))
5091 AC_MSG_CHECKING([if setsockopt SO_NONBLOCK usage allowed])
5101 AC_MSG_CHECKING([if setsockopt SO_NONBLOCK might be used])
5106 [Define to 1 if you have a working setsockopt SO_NONBLOCK function.])