mirror of
https://github.com/wnayes/macutils.git
synced 2025-03-13 22:30:57 +00:00
16 lines
571 B
C
16 lines
571 B
C
#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 */
|
|
|