comparison options.h @ 749:f62e82c474d5

Fix a few options and headers
author Matt Johnston <matt@ucc.asn.au>
date Wed, 03 Apr 2013 07:33:47 +0800
parents 3062da90dab8
children ff6e551da826
comparison
equal deleted inserted replaced
748:c8c791c5d83e 749:f62e82c474d5
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
172 * It's useful for systems like OS X where standard password crypts don't work 172 * It's useful for systems like OS X where standard password crypts don't work
173 * but there's an interface via a PAM module. It won't work for more complex 173 * but there's an interface via a PAM module. It won't work for more complex
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