Redefine CRTS_IFLOW and CCTS_OFLOW on the mac.

Submitted by: Kazuyoshi Kato <kazk@yyy.or.jp>
This commit is contained in:
brian 1999-10-15 20:30:44 +00:00
parent 654b01bbf1
commit f0dc30299f

View File

@ -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 {