diff options
Diffstat (limited to 'contrib/libreadline/rltty.h')
-rw-r--r-- | contrib/libreadline/rltty.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/contrib/libreadline/rltty.h b/contrib/libreadline/rltty.h index 3e13704..fe78346 100644 --- a/contrib/libreadline/rltty.h +++ b/contrib/libreadline/rltty.h @@ -42,17 +42,7 @@ # include <sgtty.h> #endif -/* Stuff for `struct winsize' on various systems. */ -#if defined (HAVE_SYS_STREAM_H) -# include <sys/stream.h> -#endif /* HAVE_SYS_STREAM_H */ -#if defined (HAVE_SYS_PTEM_H) -# include <sys/ptem.h> -# define _IO_PTEM_H /* work around SVR4.2 1.1.4 bug */ -#endif /* HAVE_SYS_PTEM_H */ -#if defined (HAVE_SYS_PTE_H) -# include <sys/pte.h> -#endif /* HAVE_SYS_PTE_H */ +#include "rlwinsize.h" /* Define _POSIX_VDISABLE if we are not using the `new' tty driver and it is not already defined. It is used both to determine if a |