Searched refs:cf_cv_working_poll (Results 1 – 2 of 2) sorted by relevance
21147 cf_cv_working_poll=unknown21212 cf_cv_working_poll=yes21217 cf_cv_working_poll=no21222 echo "$as_me:21222: result: $cf_cv_working_poll" >&521223 echo "${ECHO_T}$cf_cv_working_poll" >&621224 test "$cf_cv_working_poll" = "yes" &&
2350 AC_CACHE_CHECK(if poll really works,cf_cv_working_poll,[2399 [cf_cv_working_poll=yes],2400 [cf_cv_working_poll=no],2401 [cf_cv_working_poll=unknown])])2402 test "$cf_cv_working_poll" = "yes" && AC_DEFINE(HAVE_WORKING_POLL,1,[Define to 1 if the poll functi…