comparison sysoptions.h @ 1615:cd23631dab5c

fix error message to say localoptions.h
author Matt Johnston <matt@ucc.asn.au>
date Thu, 23 Aug 2018 22:10:07 +0800
parents 1c66ca4f3791
children 1fbe598a14fb
comparison
equal deleted inserted replaced
1614:03df3b9f6048 1615:cd23631dab5c
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 ?"