AC_VFORK
KRB_INCLUDE
ISODE_INCLUDE
-AC_HAVE_HEADERS(unistd.h)
+AC_HAVE_HEADERS(unistd.h sys/select.h)
AC_HAVE_LIBRARY(termcap,AC_DEFINE(TERMCAP)
LIBS="$LIBS -ltermcap")
AC_HEADER_CHECK(termios.h,AC_DEFINE(USE_TERMIO) ac_termio=1)
#include <sys/socket.h>
#include <sys/time.h>
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
+
#include <errno.h>
#include <arpa/telnet.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
#include <signal.h>
#include <errno.h>
#include <arpa/telnet.h>