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/config.h.in | 3 --- h/sysdep.h | 15 +-------------- 2 files changed, 1 insertion(+), 17 deletions(-) (limited to 'h') diff --git a/h/config.h.in b/h/config.h.in index 327936c..074306f 100644 --- a/h/config.h.in +++ b/h/config.h.in @@ -233,9 +233,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_TERMCAP_H -/* Define to 1 if you have the header file. */ -#undef HAVE_TERMIOS_H - /* Define to 1 if you have the header file. */ #undef HAVE_TERM_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