Cleaned up the struct sgtty workaround and made it more generic.

This commit is contained in:
dtrg
2005-06-24 22:11:27 +00:00
parent 779fe568fc
commit f2046954e6
3 changed files with 24 additions and 9 deletions

View File

@@ -19,3 +19,9 @@
#define SYS_V
#endif /* SYS_5 */
/* FIXME: A lot of modern systems, including Linux, don't have struct sgtty
* and associated ioctls. If you *do* have it, uncomment this. All this
* code should probably be rewritten one day to use termios instead, which
* seems to be the standard that won. --- dtrg */
//#define WANT_SGTTY