Home
last modified time | relevance | path

Searched refs:ac_cv_have_struct_addrinfo (Results 1 – 2 of 2) sorted by relevance

/external/dropbear/
Dconfigure.in304 AC_CACHE_CHECK([for struct addrinfo], ac_cv_have_struct_addrinfo, [
312 [ ac_cv_have_struct_addrinfo="yes" ],
313 [ ac_cv_have_struct_addrinfo="no" ]
316 if test "x$ac_cv_have_struct_addrinfo" = "xyes" ; then
Dconfigure6258 ac_cv_have_struct_addrinfo="yes"
6263 ac_cv_have_struct_addrinfo="no"
6269 echo "$as_me:$LINENO: result: $ac_cv_have_struct_addrinfo" >&5
6270 echo "${ECHO_T}$ac_cv_have_struct_addrinfo" >&6
6271 if test "x$ac_cv_have_struct_addrinfo" = "xyes" ; then