summaryrefslogtreecommitdiff
path: root/gl/getpass.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl/getpass.h')
-rw-r--r--gl/getpass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/getpass.h b/gl/getpass.h
index 4eabf9dcc6..afe6d2d492 100644
--- a/gl/getpass.h
+++ b/gl/getpass.h
@@ -21,7 +21,7 @@
/* Get getpass declaration, if available. */
# include <unistd.h>
-# if defined HAVE_DECL_GETPASS && !HAVE_DECL_GETPASS
+# if !HAVE_DECL_GETPASS
/* Read a password of arbitrary length from /dev/tty or stdin. */
char *getpass (const char *prompt);