diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-28 07:56:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-28 07:56:48 +0000 |
commit | 725ac8b6344073209be33cdbe6901588ae4e69a8 (patch) | |
tree | a1c66c814f21d2978eb6dc4e0f0d21ce9fbde764 /usr.bin/ssh/servconf.h | |
parent | d7d8915fdbae8c66bb4a3d3904275f020760c01d (diff) |
X11DisplayOffset; aaron
Diffstat (limited to 'usr.bin/ssh/servconf.h')
-rw-r--r-- | usr.bin/ssh/servconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/servconf.h b/usr.bin/ssh/servconf.h index 2807218c1ad..f5413d6bbe1 100644 --- a/usr.bin/ssh/servconf.h +++ b/usr.bin/ssh/servconf.h @@ -13,7 +13,7 @@ Definitions for server configuration data and for the functions reading it. */ -/* RCSID("$Id: servconf.h,v 1.1 1999/09/26 20:53:37 deraadt Exp $"); */ +/* RCSID("$Id: servconf.h,v 1.2 1999/09/28 07:56:47 deraadt Exp $"); */ #ifndef SERVCONF_H #define SERVCONF_H @@ -36,6 +36,7 @@ typedef struct int fascist_logging; /* Perform very verbose logging. */ int print_motd; /* If true, print /etc/motd. */ int x11_forwarding; /* If true, permit inet (spoofing) X11 fwd. */ + int x11_display_offset; /* What DISPLAY number to start searching at */ int strict_modes; /* If true, require string home dir modes. */ int keepalives; /* If true, set SO_KEEPALIVE. */ SyslogFacility log_facility; /* Facility for system logging. */ |