update termios: HAVE_TERMIOS -> HAVE_TERMIOS_H -> HAVE_POSIX_TERMIOS

This commit is contained in:
Kurt Zeilenga 1998-11-22 05:20:19 +00:00
parent 627b5ef64d
commit 3baad5c27a

View File

@ -40,7 +40,7 @@
char *
mygetpass( char *prompt )
{
#if !defined(HAVE_TERMIOS) && !defined(HAVE_SGTTY_H)
#if !defined(HAVE_POSIX_TERMIOS) && !defined(HAVE_SGTTY_H)
static char buf[256];
int i, c;