File: kind.h

package info (click to toggle)
macutils 2.0b3-17
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,256 kB
  • sloc: ansic: 12,737; makefile: 661
file content (10 lines) | stat: -rwxr-xr-x 167 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#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 */