File: dia.h

package info (click to toggle)
macutils 2.0b3-17
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,256 kB
  • sloc: ansic: 12,737; makefile: 661
file content (22 lines) | stat: -rwxr-xr-x 423 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#define	IS_FOLDER	0x80
#define	F_INFO		0x40
#define VOLUME		0x30
#define	CRYPTED		0x08
#define N_BLOCKS	0x07

#define	LEAVE_FOLDER	0x80
#define	ONLY_FOLDER	0x40
#define	FOLDER		0x20
#define	DATE_PRESENT	0x10
#define	HAS_DATA	0x08
#define	HAS_RSRC	0x04
#define	SHORT_DATA	0x02
#define	SHORT_RSRC	0x01
#define	REMAINS		0x1f

#define CHUNKSIZE	32767
#define BCHUNKSIZE	(CHUNKSIZE * 16 / 7)

#define	NOCOMP		1
#define COMP		2