Merged revisions 75999 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75999 | gregory.p.smith | 2009-10-31 14:23:39 -0700 (Sat, 31 Oct 2009) | 2 lines

  Define TCSASOFT if the flag exists.
........
This commit is contained in:
Gregory P. Smith 2009-11-01 19:24:18 +00:00
parent 5046788ca5
commit cafc22f0b8
1 changed files with 3 additions and 0 deletions

View File

@ -355,6 +355,9 @@ static struct constant {
{"TCSANOW", TCSANOW},
{"TCSADRAIN", TCSADRAIN},
{"TCSAFLUSH", TCSAFLUSH},
#ifdef TCSASOFT
{"TCSASOFT", TCSASOFT},
#endif
/* tcflush() constants */
{"TCIFLUSH", TCIFLUSH},