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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user