[BACK]Return to readconf.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/readconf.h between version 1.2 and 1.3

version 1.2, 1999/09/29 00:10:16 version 1.3, 1999/09/29 18:16:20
Line 40 
Line 40 
 #ifdef KRB4  #ifdef KRB4
   int kerberos_authentication;  /* Try Kerberos authentication. */    int kerberos_authentication;  /* Try Kerberos authentication. */
 #endif  #endif
 #ifdef KERBEROS_TGT_PASSING  
   int kerberos_tgt_passing;     /* Try Kerberos tgt passing. */  
 #endif  
 #ifdef AFS  #ifdef AFS
     int kerberos_tgt_passing;     /* Try Kerberos tgt passing. */
   int afs_token_passing;        /* Try AFS token passing. */    int afs_token_passing;        /* Try AFS token passing. */
 #endif  #endif
   int password_authentication;  /* Try password authentication. */    int password_authentication;  /* Try password authentication. */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3