Mercurial > dropbear
comparison svr-runopts.c @ 33:f789045062e6
Progressing client support
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 27 Jul 2004 16:30:46 +0000 |
parents | 469950e86d0f |
children | 4b53a43f0082 |
comparison
equal
deleted
inserted
replaced
32:8fd0cdbb5b1b | 33:f789045062e6 |
---|---|
104 svr_opts.noauthpass = 0; | 104 svr_opts.noauthpass = 0; |
105 svr_opts.norootpass = 0; | 105 svr_opts.norootpass = 0; |
106 opts.nolocaltcp = 0; | 106 opts.nolocaltcp = 0; |
107 opts.noremotetcp = 0; | 107 opts.noremotetcp = 0; |
108 /* not yet | 108 /* not yet |
109 svr_opts.ipv4 = 1; | 109 opts.ipv4 = 1; |
110 svr_opts.ipv6 = 1; | 110 opts.ipv6 = 1; |
111 */ | 111 */ |
112 #ifdef DO_MOTD | 112 #ifdef DO_MOTD |
113 svr_opts.domotd = 1; | 113 svr_opts.domotd = 1; |
114 #endif | 114 #endif |
115 #ifndef DISABLE_SYSLOG | 115 #ifndef DISABLE_SYSLOG |