From: short <> Date: Sat, 7 Apr 2001 15:03:00 +0000 (+0000) Subject: Implemented RTS/CTS handshaking (-C/--rtscts vs. -x/--xonxoff) X-Git-Tag: rel_1_5_1~18 X-Git-Url: https://git.jankratochvil.net/?p=mdsms.git;a=commitdiff_plain;h=2f305f287d1c2d392718c8e9e70c1b0213e306e1 Implemented RTS/CTS handshaking (-C/--rtscts vs. -x/--xonxoff) --- 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