File: macunpack.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 (15 lines) | stat: -rwxr-xr-x 571 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#define	UNTESTED	/* Know about the untested algorithms */
#define	BIN		/* Know about BinHex 5.0 etc. */
#define	JDW		/* Know about Compress It */
#define	STF		/* Know about ShrinkToFit */
#define	LZC		/* Know about MacCompress */
#undef	ASQ		/* Know about AutoSqueeze */
#undef	ARC		/* Know about ArcMac */
#define	PIT		/* Know about PackIt */
#define	SIT		/* Know about StuffIt */
#define	DIA		/* Know about Diamond */
#define	CPT		/* Know about Compactor */
#define	ZMA		/* Know about Zoom */
#define	LZH		/* Know about LHa */
#define	DD		/* Know about DiskDoubler */