aboutsummaryrefslogtreecommitdiff
path: root/compat/ttydefaults.h
Commit message (Collapse)AuthorAge
* Sync from OpenBSD:Nicholas Marriott2009-09-16
| | | | | | | | | | | == Rather than constructing an entire termios struct from ttydefaults.h, just let forkpty do it and then alter the bits that should be changed after fork. A little neater and more portable. == This should fix problems caused by glibc's broken ttydefaults.h file.
* Also undef CTRL.Nicholas Marriott2009-08-20
|
* Solaris defines some of these in termios.h so #ifndef them.Nicholas Marriott2009-08-20
|
* Solaris and AIX have no ttydefaults.h.Nicholas Marriott2009-08-20