3 AC_DEFUN(jm_HEADER_TIOCGWINSZ_IN_TERMIOS_H,
4 [AC_REQUIRE([AM_SYS_POSIX_TERMIOS])
5 AC_CACHE_CHECK([whether use of TIOCGWINSZ requires termios.h],
6 jm_cv_sys_tiocgwinsz_needs_termios_h,
7 [jm_cv_sys_tiocgwinsz_needs_termios_h=no
9 if test $am_cv_sys_posix_termios = yes; then
11 [#include <sys/types.h>
16 ], jm_cv_sys_tiocgwinsz_needs_termios_h=yes)