|
bagder: curl/lib http_ntlm.h,1.9,1.10: msg#00027web.curl.cvs
Update of /cvsroot/curl/curl/lib In directory labb:/tmp/cvs-serv11891 Modified Files: http_ntlm.h Log Message: disabling HTTP should also nullify this function call Index: http_ntlm.h =================================================================== RCS file: /cvsroot/curl/curl/lib/http_ntlm.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- http_ntlm.h 7 Apr 2005 15:27:14 -0000 1.9 +++ http_ntlm.h 27 Jul 2005 21:44:43 -0000 1.10 @@ -39,7 +39,8 @@ CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy); void Curl_ntlm_cleanup(struct connectdata *conn); -#if !defined(USE_SSLEAY) && !defined(USE_WINDOWS_SSPI) +#if (!defined(USE_SSLEAY) && !defined(USE_WINDOWS_SSPI)) || \ + defined(CURL_DISABLE_HTTP) #define Curl_ntlm_cleanup(x) #endif _______________________________________________ http://cool.haxx.se/mailman/listinfo/curl-commits |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | danf: curl configure.ac,1.156,1.157: 00027, cvs |
|---|---|
| Next by Date: | bagder: curl/docs/libcurl curl_easy_getinfo.3, 1.19, 1.20 curl_easy_setopt.3, 1.117, 1.118: 00027, cvs |
| Previous by Thread: | danf: curl configure.ac,1.156,1.157i: 00027, cvs |
| Next by Thread: | bagder: curl/docs/libcurl curl_easy_getinfo.3, 1.19, 1.20 curl_easy_setopt.3, 1.117, 1.118: 00027, cvs |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |