From b7b5a61059efbe0dc38b283fa7bb8b744ca4935a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 16 May 1999 20:46:02 +0000 Subject: [PATCH] 1999-05-16 Roland McGrath * sysdeps/generic/bits/termios.h (CRTSCTS): New macro. --- bits/termios.h | 3 ++- sysdeps/generic/bits/termios.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bits/termios.h b/bits/termios.h index da059cb..b05bc18 100644 --- a/bits/termios.h +++ b/bits/termios.h @@ -1,5 +1,5 @@ /* termios type and macro definitions. 4.4 BSD/generic GNU version. - Copyright (C) 1993, 1994, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1993,94,96,97,99 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -113,6 +113,7 @@ struct termios #ifdef __USE_BSD # define CCTS_OFLOW (1 << 16) /* CTS flow control of output. */ # define CRTS_IFLOW (1 << 17) /* RTS flow control of input. */ +# define CRTSCTS (CCTS_OFLOW|CRTS_IFLOW) /* CTS/RTS flow control. */ # define MDMBUF (1 << 20) /* Carrier flow control of output. */ #endif diff --git a/sysdeps/generic/bits/termios.h b/sysdeps/generic/bits/termios.h index da059cb..b05bc18 100644 --- a/sysdeps/generic/bits/termios.h +++ b/sysdeps/generic/bits/termios.h @@ -1,5 +1,5 @@ /* termios type and macro definitions. 4.4 BSD/generic GNU version. - Copyright (C) 1993, 1994, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1993,94,96,97,99 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -113,6 +113,7 @@ struct termios #ifdef __USE_BSD # define CCTS_OFLOW (1 << 16) /* CTS flow control of output. */ # define CRTS_IFLOW (1 << 17) /* RTS flow control of input. */ +# define CRTSCTS (CCTS_OFLOW|CRTS_IFLOW) /* CTS/RTS flow control. */ # define MDMBUF (1 << 20) /* Carrier flow control of output. */ #endif -- 2.7.4