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