]> git.sur5r.net Git - openldap/blobdiff - libraries/liblutil/getpass.c
ITS#5129 fix alock_close with Quick mode
[openldap] / libraries / liblutil / getpass.c
index 2745da308cd5c7e40d22ee35273ecbc0e5efe0c0..607f36eeef33069bc9063a71b3342a98d2026776 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2005 The OpenLDAP Foundation.
+ * Copyright 1998-2007 The OpenLDAP Foundation.
  * Portions Copyright 1998-2003 Kurt D. Zeilenga.
  * All rights reserved.
  *
@@ -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;