Annotation of elwix/tools/oldlzma/SRC/7zip/Compress/LZ/HashChain/HC4b.h, revision 1.1
1.1 ! misho 1: // HC4b.h
! 2:
! 3: #ifndef __HC4B__H
! 4: #define __HC4B__H
! 5:
! 6: #undef HC_NAMESPACE
! 7: #define HC_NAMESPACE NHC4b
! 8:
! 9: #define HASH_ARRAY_2
! 10: #define HASH_ARRAY_3
! 11: #define HASH_BIG
! 12:
! 13: #include "HC.h"
! 14: #include "HCMain.h"
! 15:
! 16: #undef HASH_ARRAY_2
! 17: #undef HASH_ARRAY_3
! 18: #undef HASH_BIG
! 19:
! 20: #endif
! 21:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>