2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 13:58:05 +00:00

HAVE_KERBEROS -> HAVE_KERB4

This commit is contained in:
Todd C. Miller 1995-06-07 02:43:00 +00:00
parent 5d132edc19
commit f5f05a899a

View File

@ -59,7 +59,7 @@
#include "pathnames.h" #include "pathnames.h"
#include "compat.h" #include "compat.h"
#ifdef HAVE_KERBEROS #ifdef HAVE_KERB4
#undef _PASSWD_LEN #undef _PASSWD_LEN
#define _PASSWD_LEN 128 #define _PASSWD_LEN 128
#else #else
@ -70,7 +70,7 @@
#define _PASSWD_LEN 8 #define _PASSWD_LEN 8
#endif /* HAVE_C2_SECURITY */ #endif /* HAVE_C2_SECURITY */
#endif /* _PASSWD_LEN */ #endif /* _PASSWD_LEN */
#endif /* HAVE_KERBEROS */ #endif /* HAVE_KERB4 */
/****************************************************************** /******************************************************************