home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / macutils.lzh / MACUTILS / MACUNPACK / dia.h < prev    next >
Text File  |  1995-09-18  |  423b  |  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.