summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index 5ce3f1594..2a3686245 100644
--- a/servconf.h
+++ b/servconf.h
@@ -13,7 +13,7 @@
13 * 13 *
14 */ 14 */
15 15
16/* RCSID("$Id: servconf.h,v 1.7 2000/04/12 08:45:07 damien Exp $"); */ 16/* RCSID("$Id: servconf.h,v 1.8 2000/04/12 10:17:40 damien Exp $"); */
17 17
18#ifndef SERVCONF_H 18#ifndef SERVCONF_H
19#define SERVCONF_H 19#define SERVCONF_H
@@ -48,6 +48,8 @@ typedef struct {
48 * searching at */ 48 * searching at */
49 int strict_modes; /* If true, require string home dir modes. */ 49 int strict_modes; /* If true, require string home dir modes. */
50 int keepalives; /* If true, set SO_KEEPALIVE. */ 50 int keepalives; /* If true, set SO_KEEPALIVE. */
51 char *ciphers; /* Ciphers in order of preference. */
52 int protocol; /* Protocol in order of preference. */
51 SyslogFacility log_facility; /* Facility for system logging. */ 53 SyslogFacility log_facility; /* Facility for system logging. */
52 LogLevel log_level; /* Level for system logging. */ 54 LogLevel log_level; /* Level for system logging. */
53 int rhosts_authentication; /* If true, permit rhosts 55 int rhosts_authentication; /* If true, permit rhosts