home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / macutils.lzh / MACUTILS / FILEIO / machdr.h < prev    next >
Text File  |  1996-01-31  |  432b  |  21 lines

  1. #define INFOBYTES 128
  2.  
  3. /* The following are copied out of macput.c/macget.c */
  4. #define I_NAMEOFF 1
  5. /* 65 <-> 80 is the FInfo structure */
  6. #define I_TYPEOFF 65
  7. #define I_AUTHOFF 69
  8. #define I_FLAGOFF 73
  9. #define I_LOCKOFF 81
  10. #define I_DLENOFF 83
  11. #define I_RLENOFF 87
  12. #define I_CTIMOFF 91
  13. #define I_MTIMOFF 95
  14.  
  15. #define F_NAMELEN 63
  16. #define I_NAMELEN 69    /* 63 + strlen(".info") + 1 */
  17.  
  18. #define INITED_MASK    1
  19. #define PROTCT_MASK    0x40
  20.  
  21.