mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
1999-05-16 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/generic/bits/termios.h (CRTSCTS): New macro.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
/* termios type and macro definitions. 4.4 BSD/generic GNU version.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -113,6 +113,7 @@ struct termios
|
|||||||
#ifdef __USE_BSD
|
#ifdef __USE_BSD
|
||||||
# define CCTS_OFLOW (1 << 16) /* CTS flow control of output. */
|
# define CCTS_OFLOW (1 << 16) /* CTS flow control of output. */
|
||||||
# define CRTS_IFLOW (1 << 17) /* RTS flow control of input. */
|
# 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. */
|
# define MDMBUF (1 << 20) /* Carrier flow control of output. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* termios type and macro definitions. 4.4 BSD/generic GNU version.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -113,6 +113,7 @@ struct termios
|
|||||||
#ifdef __USE_BSD
|
#ifdef __USE_BSD
|
||||||
# define CCTS_OFLOW (1 << 16) /* CTS flow control of output. */
|
# define CCTS_OFLOW (1 << 16) /* CTS flow control of output. */
|
||||||
# define CRTS_IFLOW (1 << 17) /* RTS flow control of input. */
|
# 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. */
|
# define MDMBUF (1 << 20) /* Carrier flow control of output. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user