Define TCSASOFT if the flag exists.

This commit is contained in:
Gregory P. Smith 2009-10-31 21:23:39 +00:00
parent 0b9e3a5423
commit b2b92ea7bc
1 changed files with 3 additions and 0 deletions

View File

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