From f0dc30299f3fc60d2968270cf1a459394a83b148 Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 15 Oct 1999 20:30:44 +0000 Subject: Redefine CRTS_IFLOW and CCTS_OFLOW on the mac. Submitted by: Kazuyoshi Kato --- usr.sbin/ppp/tty.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'usr.sbin/ppp/tty.c') diff --git a/usr.sbin/ppp/tty.c b/usr.sbin/ppp/tty.c index 6a4c1ac..eeae250 100644 --- a/usr.sbin/ppp/tty.c +++ b/usr.sbin/ppp/tty.c @@ -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 { -- cgit v1.1