comparison sysoptions.h @ 1617:1fbe598a14fb

Merge bugfix delay invalid users
author Matt Johnston <matt@ucc.asn.au>
date Thu, 23 Aug 2018 23:43:45 +0800
parents 60fceff95858 cd23631dab5c
children 228b086794b7
comparison
equal deleted inserted replaced
1611:0196f4f83fee 1617:1fbe598a14fb
223 /* Changing this is inadvisable, it appears to have problems 223 /* Changing this is inadvisable, it appears to have problems
224 * with flushing compressed data */ 224 * with flushing compressed data */
225 #define DROPBEAR_ZLIB_MEM_LEVEL 8 225 #define DROPBEAR_ZLIB_MEM_LEVEL 8
226 226
227 #if (DROPBEAR_SVR_PASSWORD_AUTH) && (DROPBEAR_SVR_PAM_AUTH) 227 #if (DROPBEAR_SVR_PASSWORD_AUTH) && (DROPBEAR_SVR_PAM_AUTH)
228 #error "You can't turn on PASSWORD and PAM auth both at once. Fix it in options.h" 228 #error "You can't turn on PASSWORD and PAM auth both at once. Fix it in localoptions.h"
229 #endif 229 #endif
230 230
231 /* PAM requires ./configure --enable-pam */ 231 /* PAM requires ./configure --enable-pam */
232 #if !defined(HAVE_LIBPAM) && DROPBEAR_SVR_PAM_AUTH 232 #if !defined(HAVE_LIBPAM) && DROPBEAR_SVR_PAM_AUTH
233 #error "DROPBEAR_SVR_PATM_AUTH requires PAM headers. Perhaps ./configure --enable-pam ?" 233 #error "DROPBEAR_SVR_PATM_AUTH requires PAM headers. Perhaps ./configure --enable-pam ?"