summaryrefslogtreecommitdiff
path: root/lzo/src/config1.h
diff options
context:
space:
mode:
Diffstat (limited to 'lzo/src/config1.h')
-rw-r--r--lzo/src/config1.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/lzo/src/config1.h b/lzo/src/config1.h
index b223150e..14dc1317 100644
--- a/lzo/src/config1.h
+++ b/lzo/src/config1.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
@@ -44,12 +47,12 @@
*/
#ifndef __LZO_CONFIG1_H
-#define __LZO_CONFIG1_H
+#define __LZO_CONFIG1_H 1
#include "lzo_conf.h"
#include "lzo/lzo1.h"
-#define LZO_NO_R1
+#define LZO_NO_R1 1
#include "config1a.h"
#endif /* already included */