summaryrefslogtreecommitdiff
path: root/bogus/mach_kdb.h
blob: 128c285456d45a27d985b38994429e7d54099f83 (plain)
1
2
3
4
5
#ifdef	DEBUG
#define MACH_KDB 1
#else
#define MACH_KDB 0
#endif