summaryrefslogtreecommitdiff
path: root/lib/http_chunks.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-11 11:13:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-11 11:13:01 +0000
commit08ef208fb78fb2eabc5cec08c23e74e251eac898 (patch)
treec52fa36be6197717f9ab12031a623091d785b51c /lib/http_chunks.c
parent8c45e2a6415a3a12231b88cd2791141ec809d163 (diff)
downloadcurl-08ef208fb78fb2eabc5cec08c23e74e251eac898.tar.gz
added disable-[protocol] support, largely provided by Miklos Nemeth
Diffstat (limited to 'lib/http_chunks.c')
-rw-r--r--lib/http_chunks.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/http_chunks.c b/lib/http_chunks.c
index a49e405e7..939e86a91 100644
--- a/lib/http_chunks.c
+++ b/lib/http_chunks.c
@@ -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 */