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
|
#endif
|
||||||
|
|
||||||
#ifdef USE_TERMIO
|
#ifdef USE_TERMIO
|
||||||
# ifndef VINTR
|
|
||||||
# ifdef SYSV_TERMIO
|
# ifdef SYSV_TERMIO
|
||||||
# include <sys/termio.h>
|
# include <sys/termio.h>
|
||||||
# else
|
# else
|
||||||
# include <termios.h>
|
# include <termios.h>
|
||||||
# define termio termios
|
# define termio termios
|
||||||
# endif
|
# endif
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
#if defined(NO_CC_T) || !defined(USE_TERMIO)
|
#if defined(NO_CC_T) || !defined(USE_TERMIO)
|
||||||
# if !defined(USE_TERMIO)
|
# if !defined(USE_TERMIO)
|
||||||
|
Reference in New Issue
Block a user