=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.57 retrieving revision 1.57.2.2 diff -u -r1.57 -r1.57.2.2 --- src/usr.bin/ssh/servconf.h 2002/03/20 19:12:25 1.57 +++ src/usr.bin/ssh/servconf.h 2002/10/11 14:51:52 1.57.2.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.57 2002/03/20 19:12:25 stevesk Exp $ */ +/* $OpenBSD: servconf.h,v 1.57.2.2 2002/10/11 14:51:52 miod Exp $ */ /* * Author: Tatu Ylonen @@ -97,7 +97,9 @@ int challenge_response_authentication; int permit_empty_passwd; /* If false, do not permit empty * passwords. */ + int permit_user_env; /* If true, read ~/.ssh/environment */ int use_login; /* If true, login(1) is used */ + int compression; /* If true, compression is allowed */ int allow_tcp_forwarding; u_int num_allow_users; char *allow_users[MAX_ALLOW_USERS];