summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/servconf.h b/servconf.h
index 55f2ee287..ec38880c3 100644
--- a/servconf.h
+++ b/servconf.h
@@ -11,7 +11,7 @@
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 */ 12 */
13 13
14/* RCSID("$OpenBSD: servconf.h,v 1.47 2001/06/26 17:27:24 markus Exp $"); */ 14/* RCSID("$OpenBSD: servconf.h,v 1.48 2001/08/16 19:18:34 jakob Exp $"); */
15 15
16#ifndef SERVCONF_H 16#ifndef SERVCONF_H
17#define SERVCONF_H 17#define SERVCONF_H
@@ -52,7 +52,6 @@ typedef struct {
52 * for RhostsRsaAuth */ 52 * for RhostsRsaAuth */
53 int print_motd; /* If true, print /etc/motd. */ 53 int print_motd; /* If true, print /etc/motd. */
54 int print_lastlog; /* If true, print lastlog */ 54 int print_lastlog; /* If true, print lastlog */
55 int check_mail; /* If true, check for new mail. */
56 int x11_forwarding; /* If true, permit inet (spoofing) X11 fwd. */ 55 int x11_forwarding; /* If true, permit inet (spoofing) X11 fwd. */
57 int x11_display_offset; /* What DISPLAY number to start 56 int x11_display_offset; /* What DISPLAY number to start
58 * searching at */ 57 * searching at */