From: Charles Hedrick (hedrick@dartagnan.rutgers.edu)
Date: 08/07/92


From: hedrick@dartagnan.rutgers.edu (Charles Hedrick)
Subject: Re: help GCC, need sgtty.h
Date: 7 Aug 1992 19:57:53 GMT

mj@dfv.rwth-aachen.de (Martin Junius) writes:

>Michael_Kraehe@hb.maus.de (Michael Kraehe) writes:

>>*** Is there anybody in the C-Library-List who'll take a close look on
>> on it. Because a stupid sgtty is better than no sgtty :-)

>An sgtty emulation is contained in libinet.a of the TCP/IP alpha
>test.

Are you sure this is necessary? The software I've looked at generally
will work without sgtty if it's told to use termio or termios.
Typically this is part of the System V configuration. I would think
it would be better to configure software to use termios than to use a
stupid sgtty emulation.