summaryrefslogtreecommitdiff
path: root/lzo/src/config1b.h
diff options
context:
space:
mode:
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