mirror of
https://github.com/wnayes/macutils.git
synced 2024-12-21 10:30:01 +00:00
11 lines
167 B
C
11 lines
167 B
C
#ifdef SCAN
|
|
#define UNIX_NAME 0
|
|
#define PACK_NAME 1
|
|
#define ARCH_NAME 2
|
|
#define UNKNOWN 16
|
|
#define PROTECTED 17
|
|
#define ERROR 32
|
|
#define COPY 33
|
|
#endif /* SCAN */
|
|
|