=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/ssh/readconf.h 1999/09/29 00:10:16 1.2 +++ src/usr.bin/ssh/readconf.h 1999/09/29 18:16:20 1.3 @@ -13,7 +13,7 @@ */ -/* RCSID("$Id: readconf.h,v 1.2 1999/09/29 00:10:16 deraadt Exp $"); */ +/* RCSID("$Id: readconf.h,v 1.3 1999/09/29 18:16:20 dugsong Exp $"); */ #ifndef READCONF_H #define READCONF_H @@ -40,10 +40,8 @@ #ifdef KRB4 int kerberos_authentication; /* Try Kerberos authentication. */ #endif -#ifdef KERBEROS_TGT_PASSING - int kerberos_tgt_passing; /* Try Kerberos tgt passing. */ -#endif #ifdef AFS + int kerberos_tgt_passing; /* Try Kerberos tgt passing. */ int afs_token_passing; /* Try AFS token passing. */ #endif int password_authentication; /* Try password authentication. */