index
:
gnumach.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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