drop krb4 support

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24495 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-26 01:09:16 +00:00
parent 3a2db6c8ea
commit a21969d84d
10 changed files with 16 additions and 447 deletions

View File

@@ -405,14 +405,14 @@ find_log10(int num)
* have to fetch them.
*/
#ifdef KRB4
#ifdef KRB5
static int do_the_afs_dance = 1;
#endif
static int
lstat_file (const char *file, struct stat *sb)
{
#ifdef KRB4
#ifdef KRB5
if (do_the_afs_dance &&
k_hasafs()
&& strcmp(file, ".")
@@ -494,7 +494,7 @@ lstat_file (const char *file, struct stat *sb)
return 0;
}
#endif /* KRB4 */
#endif /* KRB5 */
return lstat (file, sb);
}