aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_ntlm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/curl_ntlm.c')
-rw-r--r--lib/curl_ntlm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/curl_ntlm.c b/lib/curl_ntlm.c
index ea8936eb3..d4f2cc20b 100644
--- a/lib/curl_ntlm.c
+++ b/lib/curl_ntlm.c
@@ -28,7 +28,6 @@
http://www.innovation.ch/java/ntlm.html
*/
-#ifndef CURL_DISABLE_HTTP
#ifdef USE_NTLM
#define DEBUG_ME 0
@@ -47,6 +46,8 @@
#include <netdb.h>
#endif
+#define BUILDING_CURL_NTLM_C
+
#include "urldata.h"
#include "non-ascii.h" /* for Curl_convert_... prototypes */
#include "sendf.h"
@@ -1298,4 +1299,3 @@ CURLcode Curl_ntlm_create_type3_message(struct SessionHandle *data,
}
#endif /* USE_NTLM */
-#endif /* !CURL_DISABLE_HTTP */