diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 1999-10-07 22:46:34 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 1999-10-07 22:46:34 +0000 |
commit | 97e3b0e0d49aa5afe86c5147465a6e8d5d360614 (patch) | |
tree | f5c25b2aa0458dc9196ba960cfc43ae4cac31833 /usr.bin/ssh/servconf.h | |
parent | 73acd75b8f7477bc696e7ac3487b450dd712ea1a (diff) |
You have Mail. Email fuer Dich. Karsten Patzwaldt <kpa@gmx.net> default=no
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 8a838011594..e721a18f9c2 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.5 1999/10/07 21:45:02 markus Exp $"); */ +/* RCSID("$Id: servconf.h,v 1.6 1999/10/07 22:46:32 markus Exp $"); */ #ifndef SERVCONF_H #define SERVCONF_H @@ -34,6 +34,7 @@ typedef struct int quiet_mode; /* If true, don't log anything but fatals. */ int fascist_logging; /* Perform very verbose logging. */ int print_motd; /* If true, print /etc/motd. */ + int check_mail; /* If true, check for new mail. */ 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. */ |