From: Kurt Zeilenga Date: Sun, 22 Nov 1998 05:20:19 +0000 (+0000) Subject: update termios: HAVE_TERMIOS -> HAVE_TERMIOS_H -> HAVE_POSIX_TERMIOS X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~1056 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3baad5c27acad16d0ed3f1bb5c2bb4985b151096;p=openldap update termios: HAVE_TERMIOS -> HAVE_TERMIOS_H -> HAVE_POSIX_TERMIOS --- diff --git a/clients/ud/util.c b/clients/ud/util.c index 8b803e8c71..a5f663040d 100644 --- a/clients/ud/util.c +++ b/clients/ud/util.c @@ -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;