summaryrefslogtreecommitdiffstats
path: root/src/config/config_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config_http.c')
-rw-r--r--src/config/config_http.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config_http.c b/src/config/config_http.c
index 3c0e7802..4373ea2c 100644
--- a/src/config/config_http.c
+++ b/src/config/config_http.c
@@ -40,6 +40,9 @@ REQUIRE_OBJECT ( httpbasic );
#ifdef HTTP_AUTH_DIGEST
REQUIRE_OBJECT ( httpdigest );
#endif
+#ifdef HTTP_AUTH_NTLM
+REQUIRE_OBJECT ( httpntlm );
+#endif
#ifdef HTTP_ENC_PEERDIST
REQUIRE_OBJECT ( peerdist );
#endif