Searched refs:cf_cv_working_poll (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/luit/dist/
H A Dacinclude.m432 AC_CACHE_CHECK(if poll really works,cf_cv_working_poll,[
50 [cf_cv_working_poll=yes],
51 [cf_cv_working_poll=no],
52 [cf_cv_working_poll=unknown])])
53 test "$cf_cv_working_poll" = "yes" && AC_DEFINE(HAVE_WORKING_POLL, 1, [poll() works])
H A Dconfigure10818 if ${cf_cv_working_poll+:} false; then :
10823 cf_cv_working_poll=unknown
10846 cf_cv_working_poll=yes
10848 cf_cv_working_poll=no
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cf_cv_working_poll" >&5
10856 $as_echo "$cf_cv_working_poll" >&6; }
10857 test "$cf_cv_working_poll" = "yes" &&

Completed in 11 milliseconds