Project

General

Profile

« Previous | Next » 

Revision f472f618

Added by Max Matveev over 14 years ago

  • ID f472f618157329f96e18da517dd88a09d190d433

Use AC_HEADER_TIOCGWINSZ to check for TIOCGWINSZ

Previous attempt to use hand-rolled wasn't working on platforms which
do have SIGWINCH and termios.h and sys/ioctl.h but TIOCGWINSZ wasn't
defined in sys/ioctl.h (e.g. Solaris).

Fortunately autoconf has "convenient" macro for checking for such
pesky ioctl command, all what's needed is to match the expectations
between autoconf and code.

  • added
  • modified
  • copied
  • renamed
  • deleted