# HG changeset patch # User Matt Johnston # Date 1364945627 -28800 # Node ID f62e82c474d51398eccb74d1b70517805a9e91fe # Parent c8c791c5d83ea4cef8351884f90ebe2a1a666446 Fix a few options and headers diff -r c8c791c5d83e -r f62e82c474d5 bignum.h --- a/bignum.h Wed Apr 03 00:50:46 2013 +0800 +++ b/bignum.h Wed Apr 03 07:33:47 2013 +0800 @@ -26,6 +26,7 @@ #define _BIGNUM_H_ #include "includes.h" +#include "dbutil.h" void m_mp_init(mp_int *mp); void m_mp_init_multi(mp_int *mp, ...) ATTRIB_SENTINEL; diff -r c8c791c5d83e -r f62e82c474d5 options.h --- a/options.h Wed Apr 03 00:50:46 2013 +0800 +++ b/options.h Wed Apr 03 07:33:47 2013 +0800 @@ -153,7 +153,7 @@ #endif /* Whether to do reverse DNS lookups. */ -#define DO_HOST_LOOKUP +//#define DO_HOST_LOOKUP /* Whether to print the message of the day (MOTD). This doesn't add much code * size */ @@ -174,9 +174,9 @@ * PAM challenge/response. * You can't enable both PASSWORD and PAM. */ -//#define ENABLE_SVR_PASSWORD_AUTH +#define ENABLE_SVR_PASSWORD_AUTH /* PAM requires ./configure --enable-pam */ -#define ENABLE_SVR_PAM_AUTH +//#define ENABLE_SVR_PAM_AUTH #define ENABLE_SVR_PUBKEY_AUTH /* Whether to take public key options in