Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ncurses/
HDconfigure21147 cf_cv_working_poll=unknown
21212 cf_cv_working_poll=yes
21217 cf_cv_working_poll=no
21222 echo "$as_me:21222: result: $cf_cv_working_poll" >&5
21223 echo "${ECHO_T}$cf_cv_working_poll" >&6
21224 test "$cf_cv_working_poll" = "yes" &&
HDaclocal.m42350 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…