home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / proglc / zoo141_c.lzh / LZCONST.H < prev    next >
Text File  |  1987-02-07  |  545b  |  16 lines

  1. /*
  2. The contents of this file are hereby released to the public domain.
  3.  
  4.                                     -- Rahul Dhesi  1986/12/31
  5. */
  6.  
  7. #define  INBUFSIZ    (IN_BUF_SIZE - 10)   /* avoid obo errors */
  8. #define  OUTBUFSIZ   (OUT_BUF_SIZE - 10)
  9. #define  MEMERR      2
  10. #define  IOERR       1
  11. #define  MAXBITS     13
  12. #define  CLEAR       256         /* clear code */
  13. #define  Z_EOF       257         /* end of file marker */
  14. #define  FIRST_FREE  258         /* first free code */
  15. #define  MAXMAX      8192        /* max code + 1 */
  16.