From a4f879f9d2bf3c47d55264546d69984dde94004f Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 23 Mar 2007 01:10:58 +0000 Subject: [PATCH] ITS#4880 s/HAVE_POSIX_TERMIOS/HAVE_TERMIOS_H/ --- include/ac/termios.h | 2 +- libraries/liblutil/getpass.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ac/termios.h b/include/ac/termios.h index 51f4c34ef7..ff521a63e6 100644 --- a/include/ac/termios.h +++ b/include/ac/termios.h @@ -17,7 +17,7 @@ #ifndef _AC_TERMIOS_H #define _AC_TERMIOS_H -#ifdef HAVE_POSIX_TERMIOS +#ifdef HAVE_TERMIOS_H #include #ifdef GCWINSZ_IN_SYS_IOCTL diff --git a/libraries/liblutil/getpass.c b/libraries/liblutil/getpass.c index a6cf7404fd..607f36eeef 100644 --- a/libraries/liblutil/getpass.c +++ b/libraries/liblutil/getpass.c @@ -60,7 +60,7 @@ char * lutil_getpass( const char *prompt ) { -#if !defined(HAVE_POSIX_TERMIOS) && !defined(HAVE_SGTTY_H) +#if !defined(HAVE_TERMIOS_H) && !defined(HAVE_SGTTY_H) static char buf[256]; int i, c; -- 2.39.5