diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-12-12 19:46:10 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-12-12 19:46:10 +0000 |
commit | f214bb2115994cc6b4123f3d06db0452f17f2e99 (patch) | |
tree | 7a09094e169f4097ceb033204c171eba2a51ae59 /makefile.w32 | |
parent | First attempt at automatic proxy detection, (diff) | |
download | openvpn-f214bb2115994cc6b4123f3d06db0452f17f2e99.tar.xz |
Added --auto-proxy directive to auto-detect HTTP or SOCKS
proxy settings (currently Windows only).
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@850 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'makefile.w32')
-rwxr-xr-x | makefile.w32 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/makefile.w32 b/makefile.w32 index c612512..22fbc28 100755 --- a/makefile.w32 +++ b/makefile.w32 @@ -78,7 +78,6 @@ HEADERS = \ fragment.h \ gremlin.h \ helper.h \ - ieproxy.h \ init.h \ integer.h \ interval.h \ @@ -137,7 +136,6 @@ OBJS = base64.o \ fragment.o \ gremlin.o \ helper.o \ - ieproxy.o \ init.o \ interval.o \ list.o \ |