comparison configure.in @ 10530:e0019e0fe562

Check for sys/select.h.
author Karl Heuer <kwzh@gnu.org>
date Mon, 23 Jan 1995 23:35:13 +0000
parents 67a1a793add2
children 202c70b39c10
comparison
equal deleted inserted replaced
10529:6c454c04a027 10530:e0019e0fe562
857 857
858 dnl checks for Unix variants 858 dnl checks for Unix variants
859 AC_AIX 859 AC_AIX
860 860
861 dnl checks for header files 861 dnl checks for header files
862 AC_CHECK_HEADERS(sys/timeb.h sys/time.h unistd.h utime.h) 862 AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h)
863 AC_HEADER_STDC 863 AC_HEADER_STDC
864 AC_HEADER_TIME 864 AC_HEADER_TIME
865 AC_DECL_SYS_SIGLIST 865 AC_DECL_SYS_SIGLIST
866 866
867 dnl Some systems have utime.h but don't declare the struct anyplace. 867 dnl Some systems have utime.h but don't declare the struct anyplace.