summaryrefslogtreecommitdiffstats
path: root/syshead.h
diff options
context:
space:
mode:
Diffstat (limited to 'syshead.h')
-rw-r--r--syshead.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/syshead.h b/syshead.h
index 1c894c9..0da1fc2 100644
--- a/syshead.h
+++ b/syshead.h
@@ -697,4 +697,16 @@ socket_defined (const socket_descriptor_t sd)
*/
#define ENABLE_CLIENT_NAT
+/*
+ * Support LZO as a stub in client? (LZO lib not included, but we
+ * we still support LZO protocol changes that allow us to
+ * communicate with an LZO-enabled server)
+ */
+#ifdef LZO_STUB
+#undef USE_LZO
+#undef LZO_VERSION_NUM
+#define USE_LZO 1
+#define LZO_VERSION_NUM "STUB"
+#endif
+
#endif