From 557d86aa79ec533c816bc062d1263a17b291eb84 Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Wed, 3 Apr 2013 07:33:47 +0800
Subject: [PATCH] Fix a few options and headers

---
 bignum.h  | 1 +
 options.h | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/bignum.h b/bignum.h
index cabb4a20..ba98db1c 100644
--- a/bignum.h
+++ b/bignum.h
@@ -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 --git a/options.h b/options.h
index 71d39ccd..88b17ca6 100644
--- a/options.h
+++ b/options.h
@@ -153,7 +153,7 @@ much traffic. */
 #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 @@ much traffic. */
  * 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 
-- 
GitLab