=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.22 retrieving revision 1.22.2.1 diff -u -r1.22 -r1.22.2.1 --- src/usr.bin/ssh/servconf.h 2000/05/06 17:45:37 1.22 +++ src/usr.bin/ssh/servconf.h 2000/06/12 02:37:35 1.22.2.1 @@ -13,7 +13,7 @@ * */ -/* RCSID("$Id: servconf.h,v 1.22 2000/05/06 17:45:37 markus Exp $"); */ +/* RCSID("$Id: servconf.h,v 1.22.2.1 2000/06/12 02:37:35 jason Exp $"); */ #ifndef SERVCONF_H #define SERVCONF_H @@ -47,6 +47,7 @@ int x11_forwarding; /* If true, permit inet (spoofing) X11 fwd. */ int x11_display_offset; /* What DISPLAY number to start * searching at */ + char *xauth_location; /* Location of xauth program */ int strict_modes; /* If true, require string home dir modes. */ int keepalives; /* If true, set SO_KEEPALIVE. */ char *ciphers; /* Ciphers in order of preference. */