Don't try to redifine macros.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@149 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -17,8 +17,12 @@
|
||||
#include <termio.h>
|
||||
#define sgttyb termio
|
||||
#define sg_flags c_lflag
|
||||
#ifndef TIOCGETP
|
||||
#define TIOCGETP TCGETA
|
||||
#endif
|
||||
#ifndef TIOCSETP
|
||||
#define TIOCSETP TCSETA
|
||||
#endif
|
||||
#else /* !TERMIO */
|
||||
#include <sgtty.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user