mirror of
https://github.com/curl/curl.git
synced 2026-07-25 12:47:21 +03:00
added disable-[protocol] support, largely provided by Miklos Nemeth
This commit is contained in:
parent
8c45e2a641
commit
08ef208fb7
19 changed files with 127 additions and 10 deletions
|
|
@ -22,6 +22,7 @@
|
|||
*****************************************************************************/
|
||||
#include "setup.h"
|
||||
|
||||
#ifndef CURL_DISABLE_HTTP
|
||||
/* -- WIN32 approved -- */
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
@ -228,3 +229,4 @@ CHUNKcode Curl_httpchunk_read(struct connectdata *conn,
|
|||
* vim600: fdm=marker
|
||||
* vim: et sw=2 ts=2 sts=2 tw=78
|
||||
*/
|
||||
#endif /* CURL_DISABLE_HTTP */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue