From: Todd C. Miller Date: Sun, 14 Jul 1996 01:05:23 +0000 (+0000) Subject: now include stuff for SPW_SECUREWARE to get AUTH_MAX_PASSWD_LENGTH X-Git-Tag: SUDO_1_5_0~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=015c9015116b246da2c5764696769592830b3f73;p=sudo now include stuff for SPW_SECUREWARE to get AUTH_MAX_PASSWD_LENGTH --- diff --git a/tgetpass.c b/tgetpass.c index 65bdb2af1..e906d1f07 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -64,6 +64,14 @@ static char rcsid[] = "$Id$"; #include #endif /* HAVE_TERMIO_H */ #endif /* HAVE_TERMIOS_H */ +#if defined(SHADOW_TYPE) && (SHADOW_TYPE == SPW_SECUREWARE) +# ifdef __hpux +# include +# else +# include +# endif /* __hpux */ +# include +#endif /* SHADOW_TYPE == SPW_SECUREWARE */ #include #include "compat.h"