mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Unixware 7 support by Billy G. Allie (SF patch 413011)
This commit is contained in:
parent
11e89c72c1
commit
2242f2fbd0
15 changed files with 2406 additions and 508 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue