|
|
coherent
/* tty.h -- centralized definitions for a variety of terminal interfaces created by DPK, Oct. 1986 last edit: 30-Jul-1987 D A Gwyn */ #if _BSD_SYSV /* BRL UNIX System V emulation */ #include <termio.h> /* includes <sys/_ioctl.h> */ #ifndef NTTYDISC #define TIOCGETD _IOR( 't', 0, int ) #define TIOCSETD _IOW( 't', 1, int ) #define NTTYDISC 2 #endif #ifndef TIOCSTI #define TIOCSTI _IOW( 't', 114, char ) #endif #ifndef TIOCSPGRP #define TIOCSPGRP _IOW( 't', 118, int ) #endif #else /* !_BSD_SYSV */ #if _BSD #include <sys/ioctl.h> #else /* !_BSD */ #if COHERENT && !MWC_HP #include <sgtty.h> #endif /* COHERENT */ #if !COHERENT || MWC_HP #include <termio.h> #endif #endif /* _BSD */ #endif /* _BSD_SYSV */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.