comparison configure.in @ 15684:7afd4383ddd3

Check for termios.h header.
author Karl Heuer <kwzh@gnu.org>
date Mon, 15 Jul 1996 21:32:35 +0000
parents d966f03cdcab
children fdac027af4e1
comparison
equal deleted inserted replaced
15683:5f9426e991a3 15684:7afd4383ddd3
977 977
978 dnl checks for Unix variants 978 dnl checks for Unix variants
979 AC_AIX 979 AC_AIX
980 980
981 dnl checks for header files 981 dnl checks for header files
982 AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h) 982 AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h termios.h)
983 AC_HEADER_STDC 983 AC_HEADER_STDC
984 AC_HEADER_TIME 984 AC_HEADER_TIME
985 AC_DECL_SYS_SIGLIST 985 AC_DECL_SYS_SIGLIST
986 986
987 dnl Some systems have utime.h but don't declare the struct anyplace. 987 dnl Some systems have utime.h but don't declare the struct anyplace.