mirror of https://github.com/python/cpython
Define TCSASOFT if the flag exists.
This commit is contained in:
parent
0b9e3a5423
commit
b2b92ea7bc
|
@ -357,6 +357,9 @@ static struct constant {
|
|||
{"TCSANOW", TCSANOW},
|
||||
{"TCSADRAIN", TCSADRAIN},
|
||||
{"TCSAFLUSH", TCSAFLUSH},
|
||||
#ifdef TCSASOFT
|
||||
{"TCSASOFT", TCSASOFT},
|
||||
#endif
|
||||
|
||||
/* tcflush() constants */
|
||||
{"TCIFLUSH", TCIFLUSH},
|
||||
|
|
Loading…
Reference in New Issue