aboutsummaryrefslogtreecommitdiff
path: root/config-win32.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config-win32.h.in')
-rw-r--r--config-win32.h.in5
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