mirror of
https://github.com/python/cpython.git
synced 2026-05-18 02:15:28 -04:00
Define TCSASOFT if the flag exists.
This commit is contained in:
@@ -357,6 +357,9 @@ static struct constant {
|
||||
{"TCSANOW", TCSANOW},
|
||||
{"TCSADRAIN", TCSADRAIN},
|
||||
{"TCSAFLUSH", TCSAFLUSH},
|
||||
#ifdef TCSASOFT
|
||||
{"TCSASOFT", TCSASOFT},
|
||||
#endif
|
||||
|
||||
/* tcflush() constants */
|
||||
{"TCIFLUSH", TCIFLUSH},
|
||||
|
||||
Reference in New Issue
Block a user