Unixware 7 support by Billy G. Allie (SF patch 413011)

This commit is contained in:
Guido van Rossum 2001-04-11 20:58:20 +00:00
parent 11e89c72c1
commit 2242f2fbd0
15 changed files with 2406 additions and 508 deletions

View file

@ -324,8 +324,12 @@ static struct constant {
{"B9600", B9600},
{"B19200", B19200},
{"B38400", B38400},
#ifdef B57600
{"B57600", B57600},
#endif
#ifdef B115200
{"B115200", B115200},
#endif
#ifdef B230400
{"B230400", B230400},
#endif