Home
last modified time | relevance | path

Searched refs:cf_cv_have_tcgetattr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ncurses/
H A Daclocal.m42875 AC_CACHE_CHECK(for tcgetattr, cf_cv_have_tcgetattr,[
2893 [cf_cv_have_tcgetattr=yes],
2894 [cf_cv_have_tcgetattr=no])])
2895 test "$cf_cv_have_tcgetattr" = yes && AC_DEFINE(HAVE_TCGETATTR,1,[Define to 1 if we have tcgetattr])
H A Dconfigure.in2376 CF_SUBST_IF(["x$cf_cv_have_tcgetattr" = xyes], HAVE_TCGETATTR, 1, 0)
H A Dconfigure29232 if test "x$cf_cv_have_tcgetattr" = xyes ; then