Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ncurses/
Dconfigure14069 cf_cv_working_poll=unknown
14103 cf_cv_working_poll=yes
14108 cf_cv_working_poll=no
14113 echo "$as_me:14113: result: $cf_cv_working_poll" >&5
14114 echo "${ECHO_T}$cf_cv_working_poll" >&6
14115 test "$cf_cv_working_poll" = "yes" && cat >>confdefs.h <<\EOF
Daclocal.m41267 AC_CACHE_CHECK(if poll really works,cf_cv_working_poll,[
1285 [cf_cv_working_poll=yes],
1286 [cf_cv_working_poll=no],
1287 [cf_cv_working_poll=unknown])])
1288 test "$cf_cv_working_poll" = "yes" && AC_DEFINE(HAVE_WORKING_POLL)