From: Howard Chu Date: Sun, 23 Sep 2007 01:09:11 +0000 (+0000) Subject: ITS#4880 from HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_3_39~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a4f218c2237af3eedc954ea51f4da564661494b;p=thirdparty%2Fopenldap.git ITS#4880 from HEAD --- 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;