Home | History | Annotate | Download | only in m4

Lines Matching full:gai_strerror

2369 dnl Verify if gai_strerror is available, prototyped,
2384 AC_MSG_CHECKING([if gai_strerror can be linked])
2390 if(0 != gai_strerror(0))
2402 AC_MSG_CHECKING([if gai_strerror is prototyped])
2403 AC_EGREP_CPP([gai_strerror],[
2416 AC_MSG_CHECKING([if gai_strerror is compilable])
2422 if(0 != gai_strerror(0))
2435 AC_MSG_CHECKING([if gai_strerror usage allowed])
2445 AC_MSG_CHECKING([if gai_strerror might be used])
2452 [Define to 1 if you have the gai_strerror function.])