From f214bb2115994cc6b4123f3d06db0452f17f2e99 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 12 Dec 2005 19:46:10 +0000 Subject: 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 --- base64.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'base64.h') diff --git a/base64.h b/base64.h index 0cd43fa..a966b2d 100644 --- a/base64.h +++ b/base64.h @@ -31,12 +31,10 @@ * SUCH DAMAGE. */ -/* $KTH: base64.h,v 1.2 1999/12/02 16:58:45 joda Exp $ */ - #ifndef _BASE64_H_ #define _BASE64_H_ -#if NTLM +#ifdef ENABLE_HTTP_PROXY int base64_encode(const void *data, int size, char **str); int base64_decode(const char *str, void *data); -- cgit v1.2.3