home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / util / unix / macutil2.sha / macutil / macunpack / dia.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-05  |  423 b   |  23 lines

  1. #define    IS_FOLDER    0x80
  2. #define    F_INFO        0x40
  3. #define VOLUME        0x30
  4. #define    CRYPTED        0x08
  5. #define N_BLOCKS    0x07
  6.  
  7. #define    LEAVE_FOLDER    0x80
  8. #define    ONLY_FOLDER    0x40
  9. #define    FOLDER        0x20
  10. #define    DATE_PRESENT    0x10
  11. #define    HAS_DATA    0x08
  12. #define    HAS_RSRC    0x04
  13. #define    SHORT_DATA    0x02
  14. #define    SHORT_RSRC    0x01
  15. #define    REMAINS        0x1f
  16.  
  17. #define CHUNKSIZE    32767
  18. #define BCHUNKSIZE    (CHUNKSIZE * 16 / 7)
  19.  
  20. #define    NOCOMP        1
  21. #define COMP        2
  22.  
  23.