mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Define TCSASOFT if the flag exists.
This commit is contained in:
parent
0b9e3a5423
commit
b2b92ea7bc
1 changed files with 3 additions and 0 deletions
|
|
@ -357,6 +357,9 @@ static struct constant {
|
||||||
{"TCSANOW", TCSANOW},
|
{"TCSANOW", TCSANOW},
|
||||||
{"TCSADRAIN", TCSADRAIN},
|
{"TCSADRAIN", TCSADRAIN},
|
||||||
{"TCSAFLUSH", TCSAFLUSH},
|
{"TCSAFLUSH", TCSAFLUSH},
|
||||||
|
#ifdef TCSASOFT
|
||||||
|
{"TCSASOFT", TCSASOFT},
|
||||||
|
#endif
|
||||||
|
|
||||||
/* tcflush() constants */
|
/* tcflush() constants */
|
||||||
{"TCIFLUSH", TCIFLUSH},
|
{"TCIFLUSH", TCIFLUSH},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue