From 2f305f287d1c2d392718c8e9e70c1b0213e306e1 Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 7 Apr 2001 15:03:00 +0000 Subject: [PATCH] Implemented RTS/CTS handshaking (-C/--rtscts vs. -x/--xonxoff) --- acconfig.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/acconfig.h b/acconfig.h index 890db9d..8134a13 100644 --- a/acconfig.h +++ b/acconfig.h @@ -54,6 +54,10 @@ #undef HAVE_CBAUDEX #undef CBAUDEX +/* CRTSCTS define, may be missing. */ +#undef HAVE_CRTSCTS +#undef CRTSCTS + /* FD_SETSIZE define, may be missing. */ #undef HAVE_FD_SETSIZE -- 1.8.3.1