Removed protection for multiple inclusions of termio(s).h since it

broke definition of termio macro on POSIX systems.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@88 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1995-08-30 16:24:03 +00:00
parent 14c9781231
commit 2031ed3293

View File

@@ -66,14 +66,12 @@
#endif
#ifdef USE_TERMIO
# ifndef VINTR
# ifdef SYSV_TERMIO
# include <sys/termio.h>
# else
# include <termios.h>
# define termio termios
# endif
# endif
#endif
#if defined(NO_CC_T) || !defined(USE_TERMIO)
# if !defined(USE_TERMIO)