diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-31 01:58:12 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-31 01:58:12 +0000 |
commit | 1df5be59818066b89936b245e6974efee78529aa (patch) | |
tree | 60478b8c9ef20c4329054f305da7920b5d4bfb6e /config-win32.h.in | |
parent | svn merge -r 672:731 $SO/trunk/openvpn (diff) | |
download | openvpn-1df5be59818066b89936b245e6974efee78529aa.tar.xz |
Changes to Windows build configuration to
support lzo2 and openssl-0.9.7i.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@738 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'config-win32.h.in')
-rw-r--r-- | config-win32.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config-win32.h.in b/config-win32.h.in index ab036f1..3ea4d85 100644 --- a/config-win32.h.in +++ b/config-win32.h.in @@ -264,7 +264,10 @@ typedef unsigned long in_addr_t; #define USE_LZO 1 /* LZO version number */ -#define LZO_VERSION_NUM "1" +#define LZO_VERSION_NUM "2" + +/* Use lzo/ directory prefix for LZO header files (for LZO 2.0) */ +#define LZO_HEADER_DIR 1 /* Use OpenSSL SSL library */ #define USE_SSL 1 |