From 94661ad2d0b4a042d55c6e0e2cc4284ec216f0d9 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Wed, 15 Apr 2009 15:19:08 +0000 Subject: If you don't have termios, get a better computer. Nickels available. --- h/sysdep.h | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'h/sysdep.h') diff --git a/h/sysdep.h b/h/sysdep.h index 468e5c4..f6943ba 100644 --- a/h/sysdep.h +++ b/h/sysdep.h @@ -152,20 +152,7 @@ ZEPHYR_INT32 gethostid(); #define STDERR_FILENO 2 #endif -#ifdef HAVE_TERMIOS_H -# include -#else -# ifdef HAVE_SYS_FILIO_H -# include -# else -# ifdef HAVE_SGTTY_H -# include -# endif -# ifdef HAVE_SYS_IOCTL_H -# include -# endif -# endif -#endif +#include /* Kerberos compatibility. */ #ifdef HAVE_KRB4 -- cgit v1.2.3