summaryrefslogtreecommitdiff
path: root/bogus/mach_kdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'bogus/mach_kdb.h')
-rw-r--r--bogus/mach_kdb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bogus/mach_kdb.h b/bogus/mach_kdb.h
new file mode 100644
index 0000000..128c285
--- /dev/null
+++ b/bogus/mach_kdb.h
@@ -0,0 +1,5 @@
+#ifdef DEBUG
+#define MACH_KDB 1
+#else
+#define MACH_KDB 0
+#endif