Mercurial > dropbear
comparison options.h @ 773:a9f2a6ae4eb5
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 14 Apr 2013 22:49:19 +0800 |
parents | f62e82c474d5 |
children | ff6e551da826 |
comparison
equal
deleted
inserted
replaced
772:7fc0aeada79c | 773:a9f2a6ae4eb5 |
---|---|
151 #ifndef DROPBEAR_ZLIB_WINDOW_BITS | 151 #ifndef DROPBEAR_ZLIB_WINDOW_BITS |
152 #define DROPBEAR_ZLIB_WINDOW_BITS 15 | 152 #define DROPBEAR_ZLIB_WINDOW_BITS 15 |
153 #endif | 153 #endif |
154 | 154 |
155 /* Whether to do reverse DNS lookups. */ | 155 /* Whether to do reverse DNS lookups. */ |
156 #define DO_HOST_LOOKUP | 156 //#define DO_HOST_LOOKUP |
157 | 157 |
158 /* Whether to print the message of the day (MOTD). This doesn't add much code | 158 /* Whether to print the message of the day (MOTD). This doesn't add much code |
159 * size */ | 159 * size */ |
160 #define DO_MOTD | 160 #define DO_MOTD |
161 | 161 |
174 * PAM challenge/response. | 174 * PAM challenge/response. |
175 * You can't enable both PASSWORD and PAM. */ | 175 * You can't enable both PASSWORD and PAM. */ |
176 | 176 |
177 #define ENABLE_SVR_PASSWORD_AUTH | 177 #define ENABLE_SVR_PASSWORD_AUTH |
178 /* PAM requires ./configure --enable-pam */ | 178 /* PAM requires ./configure --enable-pam */ |
179 /*#define ENABLE_SVR_PAM_AUTH*/ | 179 //#define ENABLE_SVR_PAM_AUTH |
180 #define ENABLE_SVR_PUBKEY_AUTH | 180 #define ENABLE_SVR_PUBKEY_AUTH |
181 | 181 |
182 /* Whether to take public key options in | 182 /* Whether to take public key options in |
183 * authorized_keys file into account */ | 183 * authorized_keys file into account */ |
184 #ifdef ENABLE_SVR_PUBKEY_AUTH | 184 #ifdef ENABLE_SVR_PUBKEY_AUTH |