$NetBSD: patch-be,v 1.2 2000/03/20 02:25:55 itojun Exp $ --- readconf.h- Wed May 12 20:19:27 1999 +++ readconf.h Mon Mar 20 09:47:24 2000 @@ -85,6 +85,9 @@ int rsa_authentication; /* Try RSA authentication. */ int kerberos_authentication; /* Try Kerberos authentication. */ int kerberos_tgt_passing; /* Try Kerberos tgt passing. */ +#ifdef AFS + int afs_token_passing; /* Try AFS token passing. */ +#endif /* AFS */ int tis_authentication; /* Try TIS authsrv authentication. */ int password_authentication; /* Try password authentication. */ int fallback_to_rsh; /* Use rsh if cannot connect with ssh. */