]> granicus.if.org Git - curl/commitdiff
http NTLM: reinstate "nssg.h" "curl_sspi.h" header inclusions
authorYang Tse <yangsita@gmail.com>
Sun, 14 Aug 2011 23:34:34 +0000 (01:34 +0200)
committerYang Tse <yangsita@gmail.com>
Sun, 14 Aug 2011 23:34:34 +0000 (01:34 +0200)
lib/http_ntlm.c

index fd9f7009c83c68b7652b099cd4c340ef68ea0377..ca81a947d76ab1ae7886983d4602304de71dcf98 100644 (file)
 #define _MPRINTF_REPLACE /* use our functions only */
 #include <curl/mprintf.h>
 
+#if defined(USE_NSS)
+#include "nssg.h"
+#elif defined(USE_WINDOWS_SSPI)
+#include "curl_sspi.h"
+#endif
+
 /* The last #include file should be: */
 #include "memdebug.h"