summaryrefslogtreecommitdiff
path: root/lzo/src/config1z.h
diff options
context:
space:
mode:
Diffstat (limited to 'lzo/src/config1z.h')
-rw-r--r--lzo/src/config1z.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/lzo/src/config1z.h b/lzo/src/config1z.h
index 5762af33..27ef74e0 100644
--- a/lzo/src/config1z.h
+++ b/lzo/src/config1z.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,10 +48,10 @@
#ifndef __LZO_CONFIG1Z_H
-#define __LZO_CONFIG1Z_H
+#define __LZO_CONFIG1Z_H 1
#if !defined(LZO1Z)
-# define LZO1Z
+# define LZO1Z 1
#endif
#include "lzo_conf.h"