X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fxpress.h;fp=include%2Fwimlib%2Fxpress.h;h=0000000000000000000000000000000000000000;hb=40a690416a3951361ec77d33a723dd4497fb7585;hp=2163c550da7e493b54c084a5beff4a9685cfaaf1;hpb=855b49ef85d274588a2848d9c69974f9b88d343a;p=wimlib diff --git a/include/wimlib/xpress.h b/include/wimlib/xpress.h deleted file mode 100644 index 2163c550..00000000 --- a/include/wimlib/xpress.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef _WIMLIB_XPRESS_H -#define _WIMLIB_XPRESS_H - -/* Constants for the XPRESS data compression format. See the comments in - * xpress-decompress.c for more information about this format. */ - -#define XPRESS_NUM_CHARS 256 -#define XPRESS_NUM_SYMBOLS 512 -#define XPRESS_MAX_CODEWORD_LEN 15 - -#define XPRESS_END_OF_DATA 256 - -#define XPRESS_MIN_OFFSET 1 -#define XPRESS_MAX_OFFSET 65535 - -#define XPRESS_MIN_MATCH_LEN 3 -#define XPRESS_MAX_MATCH_LEN 65538 - -#endif /* _WIMLIB_XPRESS_H */