diff options
author | Dug Song <dugsong@cvs.openbsd.org> | 1999-09-29 18:16:24 +0000 |
---|---|---|
committer | Dug Song <dugsong@cvs.openbsd.org> | 1999-09-29 18:16:24 +0000 |
commit | 18b0e3d63d164640aae60cdba4b8171c56a9e1f1 (patch) | |
tree | c6a16fe7937f965dd34829c6c0effc5b80c2ba77 /usr.bin/ssh/config.h | |
parent | 0d39821d0d77161333749fc800238b94cde1aef0 (diff) |
update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused variables, update manpages
Diffstat (limited to 'usr.bin/ssh/config.h')
-rw-r--r-- | usr.bin/ssh/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/ssh/config.h b/usr.bin/ssh/config.h index 848930f9813..3c846117070 100644 --- a/usr.bin/ssh/config.h +++ b/usr.bin/ssh/config.h @@ -226,9 +226,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } This can be done at configure time with the --with-afs argument. */ /* #undef AFS */ -/* Define this if you want to enable nonstandard krb4 TGT forwarding. */ -/* #undef KERBEROS_TGT_PASSING */ - /* Define this if you want to add optional compression support. */ #define WITH_ZLIB 1 |