summaryrefslogtreecommitdiff
path: root/lzo/src/config1b.h
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-02 17:28:05 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-02 17:28:05 +0200
commit6a4ba5d3976f6d219400a46c634dd479bc5981a5 (patch)
treeb9514fea0817906859843475fe8455070de25064 /lzo/src/config1b.h
parent73d3b9c032eae2074726cd3668546af1c44a8323 (diff)
Update lzo version
Diffstat (limited to 'lzo/src/config1b.h')
-rw-r--r--lzo/src/config1b.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/lzo/src/config1b.h b/lzo/src/config1b.h
index f471f4fe..33bb638d 100644
--- a/lzo/src/config1b.h
+++ b/lzo/src/config1b.h
@@ -2,6 +2,9 @@
This file is part of the LZO real-time data compression library.
+ Copyright (C) 2011 Markus Franz Xaver Johannes Oberhumer
+ Copyright (C) 2010 Markus Franz Xaver Johannes Oberhumer
+ Copyright (C) 2009 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 2008 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 2007 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 2006 Markus Franz Xaver Johannes Oberhumer
@@ -45,7 +48,7 @@
#ifndef __LZO_CONFIG1B_H
-#define __LZO_CONFIG1B_H
+#define __LZO_CONFIG1B_H 1
#include "lzo_conf.h"
#include "lzo/lzo1b.h"
@@ -92,7 +95,7 @@
/* add a special code so that the decompressor can detect the
* end of the compressed data block (overhead is 3 bytes per block) */
-#define LZO_EOF_CODE
+#define LZO_EOF_CODE 1
/***********************************************************************
@@ -118,7 +121,7 @@
/* Collect statistics */
#if 0 && !defined(LZO_COLLECT_STATS)
-# define LZO_COLLECT_STATS
+# define LZO_COLLECT_STATS 1
#endif