mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
update termios: HAVE_TERMIOS -> HAVE_TERMIOS_H -> HAVE_POSIX_TERMIOS
This commit is contained in:
parent
627b5ef64d
commit
3baad5c27a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user