mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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},
|
||||
{"TCSADRAIN", TCSADRAIN},
|
||||
{"TCSAFLUSH", TCSAFLUSH},
|
||||
#ifdef TCSASOFT
|
||||
{"TCSASOFT", TCSASOFT},
|
||||
#endif
|
||||
|
||||
/* tcflush() constants */
|
||||
{"TCIFLUSH", TCIFLUSH},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue