From: Ken Hornstein Date: Wed, 4 Jan 2012 02:12:11 +0000 (-0500) Subject: No longer check for termio.h or termios.h X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=38eb01750ce11fabaccbb0850843d825f3557c7b;p=mmh No longer check for termio.h or termios.h --- diff --git a/configure.in b/configure.in index 2cd5940..cd3792c 100644 --- a/configure.in +++ b/configure.in @@ -467,7 +467,7 @@ AC_HEADER_TIME AC_HEADER_SYS_WAIT AC_HEADER_STAT AC_HEADER_TIOCGWINSZ -AC_CHECK_HEADERS(errno.h fcntl.h crypt.h termcap.h termio.h termios.h \ +AC_CHECK_HEADERS(errno.h fcntl.h crypt.h termcap.h \ langinfo.h wchar.h wctype.h iconv.h netdb.h \ sys/param.h sys/time.h sys/stream.h arpa/ftp.h)