X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/5585c441925107a9d80061a2193c907b731f0de9..6704d19a6faffd18f09c3f7cdfb5237e268bdd83:/session.c diff --git a/session.c b/session.c index 82e1996a..6a1cb784 100644 --- a/session.c +++ b/session.c @@ -1419,7 +1419,7 @@ do_child(Session *s, const char *command) */ environ = env; -#if defined(HEIMDAL) && defined(AFS) +#if defined(KRB5) && defined(AFS) /* * At this point, we check to see if AFS is active and if we have * a valid Kerberos 5 TGT. If so, it seems like a good idea to see