]> icculus.org git repositories - icculus/xz.git/blob - src/liblzma/lz/hc4.h
Imported to git.
[icculus/xz.git] / src / liblzma / lz / hc4.h
1 ///////////////////////////////////////////////////////////////////////////////
2 //
3 /// \file       hc4.h
4 /// \brief      Hash Chain 4
5 //
6 //  Copyright (C) 1999-2006 Igor Pavlov
7 //  Copyright (C) 2007 Lasse Collin
8 //
9 //  This library is free software; you can redistribute it and/or
10 //  modify it under the terms of the GNU Lesser General Public
11 //  License as published by the Free Software Foundation; either
12 //  version 2.1 of the License, or (at your option) any later version.
13 //
14 //  This library is distributed in the hope that it will be useful,
15 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
16 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17 //  Lesser General Public License for more details.
18 //
19 ///////////////////////////////////////////////////////////////////////////////
20
21 #ifndef LZMA_HC4_H
22 #define LZMA_HC4_H
23
24 #undef LZMA_MATCH_FINDER_NAME_LOWER
25 #undef LZMA_MATCH_FINDER_NAME_UPPER
26 #define LZMA_MATCH_FINDER_NAME_LOWER hc4
27 #define LZMA_MATCH_FINDER_NAME_UPPER HC4
28
29 #include "match_h.h"
30
31 #endif