Searched refs:cf_cv_have_tcgetattr (Results 1 – 3 of 3) sorted by relevance
2875 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])
2376 CF_SUBST_IF(["x$cf_cv_have_tcgetattr" = xyes], HAVE_TCGETATTR, 1, 0)
29232 if test "x$cf_cv_have_tcgetattr" = xyes ; then