summaryrefslogtreecommitdiff
path: root/lzo/src/config1c.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
commitace5e90b3dbc33f0fc34ac2f3dc40d3c990a6a11 (patch)
tree0b5cda436e04ee29efb5220da5634d04455c65c0 /lzo/src/config1c.h
parent78172a10165a969b8c002b6bdcf9dc47fa6cd5f3 (diff)
Update lzo version
Diffstat (limited to 'lzo/src/config1c.h')
-rw-r--r--lzo/src/config1c.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/lzo/src/config1c.h b/lzo/src/config1c.h
index e8d566fb..32ca1f3a 100644
--- a/lzo/src/config1c.h
+++ b/lzo/src/config1c.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_CONFIG1C_H
-#define __LZO_CONFIG1C_H
+#define __LZO_CONFIG1C_H 1
#include "lzo_conf.h"
#include "lzo/lzo1c.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