From 02dbfa21921aded6bba292b99dd224fe450e7254 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 4 Apr 2011 16:24:37 +0200 Subject: http-proxy: move proxy code to http_proxy.c The new http_proxy.* files now host HTTP proxy specific code (500+ lines moved out from http.c), and as a consequence there is a macro introduced for the Curl_proxyCONNECT() function so that code can use it without actually supporting proxy (or HTTP) in builds. --- lib/Makefile.vc6 | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Makefile.vc6') diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index eff17d021..cd712306d 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -496,6 +496,7 @@ X_OBJS= \ $(DIROBJ)\http_negotiate_sspi.obj \ $(DIROBJ)\http_ntlm.obj \ $(DIROBJ)\http.obj \ + $(DIROBJ)\http_proxy.obj \ $(DIROBJ)\if2ip.obj \ $(DIROBJ)\imap.obj \ $(DIROBJ)\inet_ntop.obj \ -- cgit v1.2.3