From c899d9742a3dee2069eb3a4ee9380833b5574a95 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 4 Jan 2022 13:13:25 -0800 Subject: Update from gnulib --- lib/unistd.in.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/unistd.in.h') diff --git a/lib/unistd.in.h b/lib/unistd.in.h index b626eb41e4a..3386f0b0f75 100644 --- a/lib/unistd.in.h +++ b/lib/unistd.in.h @@ -1409,7 +1409,8 @@ _GL_WARN_ON_USE (getpagesize, "getpagesize is unportable - " Read a password from /dev/tty or stdin. Function getpass() from module 'getpass-gnu': Read a password of arbitrary length from /dev/tty or stdin. */ -# if @REPLACE_GETPASS@ +# if (@GNULIB_GETPASS@ && @REPLACE_GETPASS@) \ + || (@GNULIB_GETPASS_GNU@ && @REPLACE_GETPASS_FOR_GETPASS_GNU@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getpass # define getpass rpl_getpass -- cgit v1.2.3