From: Todd C. Miller Date: Sat, 12 Mar 1994 22:41:10 +0000 (+0000) Subject: took out BROKEN_GETPASS X-Git-Tag: SUDO_1_3_1~277 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf67223ed114204d04467d44d162ba83023189d2;p=sudo took out BROKEN_GETPASS --- diff --git a/config.h.in b/config.h.in index 5a5e7b549..bd5fc511c 100644 --- a/config.h.in +++ b/config.h.in @@ -37,12 +37,6 @@ #undef _CONVEX_SOURCE #endif -/* Define if you have a broken getpass(3) that doesn't - take input from stdin. */ -#ifndef BROKEN_GETPASS -#undef BROKEN_GETPASS -#endif - /* Define to `int' if doesn't define. */ #undef uid_t