Redefine CRTS_IFLOW and CCTS_OFLOW on the mac.
Submitted by: Kazuyoshi Kato <kazk@yyy.or.jp>
This commit is contained in:
parent
654b01bbf1
commit
f0dc30299f
@ -65,6 +65,13 @@
|
||||
#include "main.h"
|
||||
#include "tty.h"
|
||||
|
||||
#if defined(__mac68k__) || defined(__macppc__)
|
||||
#undef CRTS_IFLOW
|
||||
#undef CCTS_OFLOW
|
||||
#define CRTS_IFLOW CDTRCTS
|
||||
#define CCTS_OFLOW CDTRCTS
|
||||
#endif
|
||||
|
||||
#define Online(dev) ((dev)->mbits & TIOCM_CD)
|
||||
|
||||
struct ttydevice {
|
||||
|
Loading…
Reference in New Issue
Block a user