DCE & KERB support

This commit is contained in:
Todd C. Miller
1995-11-20 03:30:46 +00:00
parent ef7f00e9bd
commit 7dba81c21d

View File

@@ -68,7 +68,11 @@ static char rcsid[] = "$Id$";
# ifdef HAVE_C2_SECURITY
# define _PASSWD_LEN 24
# else
# define _PASSWD_LEN 8
# if defined(HAVE_DCE) || defined(HAVE_KERB4) || defined(HAVE_KERB5)
# define _PASSWD_LEN 256
# else
# define _PASSWD_LEN 8
# endif /* HAVE_DCE || HAVE_KERB[45] */
# endif /* HAVE_C2_SECURITY */
#endif /* _PASSWD_LEN */