Skip to content
Snippets Groups Projects
Commit 557d86aa authored by Matt Johnston's avatar Matt Johnston
Browse files

Fix a few options and headers

parent 8e68d5e2
No related merge requests found
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#define _BIGNUM_H_ #define _BIGNUM_H_
#include "includes.h" #include "includes.h"
#include "dbutil.h"
void m_mp_init(mp_int *mp); void m_mp_init(mp_int *mp);
void m_mp_init_multi(mp_int *mp, ...) ATTRIB_SENTINEL; void m_mp_init_multi(mp_int *mp, ...) ATTRIB_SENTINEL;
......
...@@ -153,7 +153,7 @@ much traffic. */ ...@@ -153,7 +153,7 @@ much traffic. */
#endif #endif
/* Whether to do reverse DNS lookups. */ /* 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 /* Whether to print the message of the day (MOTD). This doesn't add much code
* size */ * size */
...@@ -174,9 +174,9 @@ much traffic. */ ...@@ -174,9 +174,9 @@ much traffic. */
* PAM challenge/response. * PAM challenge/response.
* You can't enable both PASSWORD and PAM. */ * You can't enable both PASSWORD and PAM. */
//#define ENABLE_SVR_PASSWORD_AUTH #define ENABLE_SVR_PASSWORD_AUTH
/* PAM requires ./configure --enable-pam */ /* PAM requires ./configure --enable-pam */
#define ENABLE_SVR_PAM_AUTH //#define ENABLE_SVR_PAM_AUTH
#define ENABLE_SVR_PUBKEY_AUTH #define ENABLE_SVR_PUBKEY_AUTH
/* Whether to take public key options in /* Whether to take public key options in
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment