+Thu Jan 18 11:55:50 1996 Sam Hartman <hartmans@tertius.mit.edu>
+
+ * configure.in: Check for sys/select.h
+
+ * ftp.c: Include sys/select.h if present.
+
Sun Jan 14 01:54:35 1996 Bill Schoofs <wjs@cray.com>
* Makefile.in (DEFINES): define NOCONFIDENTIAL for future use.
CHECK_WAIT_TYPE
AC_FUNC_VFORK
AC_HAVE_FUNCS(getcwd getdtablesize)
+AC_CHECK_HEADERS(sys/select.h)
AC_HEADER_CHECK(termios.h,AC_FUNC_CHECK(cfsetispeed,AC_DEFINE(POSIX_TERMIOS)))
V5_USE_SHARED_LIB
V5_AC_OUTPUT_MAKEFILE
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/file.h>
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
#include <netinet/in.h>
#include <netinet/in_systm.h>