Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!cit-vax!elroy!smeagol!jplgodo!jplcwp!deutsch From: deutsch@jplcwp.UUCP (Michael Deutsch) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: TERMIO under the SUN Message-ID: <214@jplcwp.UUCP> Date: Thu, 30-Apr-87 12:09:50 EDT Article-I.D.: jplcwp.214 Posted: Thu Apr 30 12:09:50 1987 Date-Received: Sat, 2-May-87 10:53:40 EDT Organization: Jet Propulsion Labs, Pasadena, CA Lines: 36 Keywords: TERMIO and SUN Xref: mnetor comp.unix.questions:2085 comp.unix.wizards:2096 I am trying to port a package to the SUN-3 a program that provides various screen handling features. I've ported this package to several UNIX - SYS-V machines as well as various machines running BSD-4.2/4.3. I used the version from Ultrix-1.2 which I believe should be close to that what should compile on the SUN. The problem "termio" In my C program I have a line: #include to which the SUN-3 compiler answered: "Include file "sys/termio.h" not found. I've checked for termio.h in /usr/include and in the /usr/include/sys and of course it is not there. On the other hand there is a complete "man" entry for "termio" and it has no synopsis for termio - i.e. I assumed that termio is included automatically. I've tried it that way as well and of course the structure: struct termio io_1, io_2; are flagged as undefined as well as constants such as TCSETA etc. If you know the solution especially all the sharp folks at SUN please respond ASAP. You can even call me collect: at: (818) 895-2605. Thanks in Advance; {Michael Deutsch}