summaryrefslogtreecommitdiff
path: root/bogus
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-02-25 21:28:37 +0000
committerThomas Bushnell <thomas@gnu.org>1997-02-25 21:28:37 +0000
commitf07a4c844da9f0ecae5bbee1ab94be56505f26f7 (patch)
tree12b07c7e578fc1a5f53dbfde2632408491ff2a70 /bogus
Initial source
Diffstat (limited to 'bogus')
-rw-r--r--bogus/bootstrap_symbols.h1
-rw-r--r--bogus/fast_tas.h1
-rw-r--r--bogus/hw_footprint.h1
-rw-r--r--bogus/mach_assert.h5
-rw-r--r--bogus/mach_counters.h1
-rw-r--r--bogus/mach_debug.h1
-rw-r--r--bogus/mach_fixpri.h1
-rw-r--r--bogus/mach_host.h1
-rw-r--r--bogus/mach_ipc_compat.h1
-rw-r--r--bogus/mach_ipc_debug.h1
-rw-r--r--bogus/mach_ipc_test.h1
-rw-r--r--bogus/mach_kdb.h5
-rw-r--r--bogus/mach_ldebug.h1
-rw-r--r--bogus/mach_lock_mon.h1
-rw-r--r--bogus/mach_machine_routines.h1
-rw-r--r--bogus/mach_mp_debug.h1
-rw-r--r--bogus/mach_pagemap.h1
-rw-r--r--bogus/mach_pcsample.h1
-rw-r--r--bogus/mach_ttd.h1
-rw-r--r--bogus/mach_vm_debug.h1
-rw-r--r--bogus/net_atm.h1
-rw-r--r--bogus/norma_device.h1
-rw-r--r--bogus/norma_ether.h1
-rw-r--r--bogus/norma_ipc.h1
-rw-r--r--bogus/norma_task.h1
-rw-r--r--bogus/norma_vm.h1
-rw-r--r--bogus/panic.c1
-rw-r--r--bogus/power_save.h1
-rw-r--r--bogus/simple_clock.h1
-rw-r--r--bogus/stat_time.h1
-rw-r--r--bogus/xpr_debug.h1
31 files changed, 39 insertions, 0 deletions
diff --git a/bogus/bootstrap_symbols.h b/bogus/bootstrap_symbols.h
new file mode 100644
index 0000000..77dcfc2
--- /dev/null
+++ b/bogus/bootstrap_symbols.h
@@ -0,0 +1 @@
+#define BOOTSTRAP_SYMBOLS 0
diff --git a/bogus/fast_tas.h b/bogus/fast_tas.h
new file mode 100644
index 0000000..0fcb107
--- /dev/null
+++ b/bogus/fast_tas.h
@@ -0,0 +1 @@
+#define FAST_TAS 0
diff --git a/bogus/hw_footprint.h b/bogus/hw_footprint.h
new file mode 100644
index 0000000..c3e8eb3
--- /dev/null
+++ b/bogus/hw_footprint.h
@@ -0,0 +1 @@
+#define HW_FOOTPRINT 0
diff --git a/bogus/mach_assert.h b/bogus/mach_assert.h
new file mode 100644
index 0000000..5e5124a
--- /dev/null
+++ b/bogus/mach_assert.h
@@ -0,0 +1,5 @@
+#ifdef DEBUG
+#define MACH_ASSERT 1
+#else
+#define MACH_ASSERT 0
+#endif
diff --git a/bogus/mach_counters.h b/bogus/mach_counters.h
new file mode 100644
index 0000000..d2ac85a
--- /dev/null
+++ b/bogus/mach_counters.h
@@ -0,0 +1 @@
+#define MACH_COUNTERS 0
diff --git a/bogus/mach_debug.h b/bogus/mach_debug.h
new file mode 100644
index 0000000..cc309b1
--- /dev/null
+++ b/bogus/mach_debug.h
@@ -0,0 +1 @@
+#define MACH_DEBUG 1
diff --git a/bogus/mach_fixpri.h b/bogus/mach_fixpri.h
new file mode 100644
index 0000000..f3dc988
--- /dev/null
+++ b/bogus/mach_fixpri.h
@@ -0,0 +1 @@
+#define MACH_FIXPRI 1
diff --git a/bogus/mach_host.h b/bogus/mach_host.h
new file mode 100644
index 0000000..0fc2b44
--- /dev/null
+++ b/bogus/mach_host.h
@@ -0,0 +1 @@
+#define MACH_HOST 0
diff --git a/bogus/mach_ipc_compat.h b/bogus/mach_ipc_compat.h
new file mode 100644
index 0000000..f6ce886
--- /dev/null
+++ b/bogus/mach_ipc_compat.h
@@ -0,0 +1 @@
+#define MACH_IPC_COMPAT 1
diff --git a/bogus/mach_ipc_debug.h b/bogus/mach_ipc_debug.h
new file mode 100644
index 0000000..035c596
--- /dev/null
+++ b/bogus/mach_ipc_debug.h
@@ -0,0 +1 @@
+#define MACH_IPC_DEBUG 1
diff --git a/bogus/mach_ipc_test.h b/bogus/mach_ipc_test.h
new file mode 100644
index 0000000..e089191
--- /dev/null
+++ b/bogus/mach_ipc_test.h
@@ -0,0 +1 @@
+#define MACH_IPC_TEST 0
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
diff --git a/bogus/mach_ldebug.h b/bogus/mach_ldebug.h
new file mode 100644
index 0000000..e82f400
--- /dev/null
+++ b/bogus/mach_ldebug.h
@@ -0,0 +1 @@
+#define MACH_LDEBUG 0
diff --git a/bogus/mach_lock_mon.h b/bogus/mach_lock_mon.h
new file mode 100644
index 0000000..c218f14
--- /dev/null
+++ b/bogus/mach_lock_mon.h
@@ -0,0 +1 @@
+#define MACH_LOCK_MON 0
diff --git a/bogus/mach_machine_routines.h b/bogus/mach_machine_routines.h
new file mode 100644
index 0000000..1f510f9
--- /dev/null
+++ b/bogus/mach_machine_routines.h
@@ -0,0 +1 @@
+#define MACH_MACHINE_ROUTINES 0
diff --git a/bogus/mach_mp_debug.h b/bogus/mach_mp_debug.h
new file mode 100644
index 0000000..b396db7
--- /dev/null
+++ b/bogus/mach_mp_debug.h
@@ -0,0 +1 @@
+#define MACH_MP_DEBUG 0
diff --git a/bogus/mach_pagemap.h b/bogus/mach_pagemap.h
new file mode 100644
index 0000000..debeed7
--- /dev/null
+++ b/bogus/mach_pagemap.h
@@ -0,0 +1 @@
+#define MACH_PAGEMAP 1
diff --git a/bogus/mach_pcsample.h b/bogus/mach_pcsample.h
new file mode 100644
index 0000000..ba9db4d
--- /dev/null
+++ b/bogus/mach_pcsample.h
@@ -0,0 +1 @@
+#define MACH_PCSAMPLE 1
diff --git a/bogus/mach_ttd.h b/bogus/mach_ttd.h
new file mode 100644
index 0000000..b57ea75
--- /dev/null
+++ b/bogus/mach_ttd.h
@@ -0,0 +1 @@
+#define MACH_TTD 0
diff --git a/bogus/mach_vm_debug.h b/bogus/mach_vm_debug.h
new file mode 100644
index 0000000..b746dca
--- /dev/null
+++ b/bogus/mach_vm_debug.h
@@ -0,0 +1 @@
+#define MACH_VM_DEBUG 1
diff --git a/bogus/net_atm.h b/bogus/net_atm.h
new file mode 100644
index 0000000..103a8b2
--- /dev/null
+++ b/bogus/net_atm.h
@@ -0,0 +1 @@
+#define NET_ATM 0
diff --git a/bogus/norma_device.h b/bogus/norma_device.h
new file mode 100644
index 0000000..c0c948c
--- /dev/null
+++ b/bogus/norma_device.h
@@ -0,0 +1 @@
+#define NORMA_DEVICE 0
diff --git a/bogus/norma_ether.h b/bogus/norma_ether.h
new file mode 100644
index 0000000..2d282d4
--- /dev/null
+++ b/bogus/norma_ether.h
@@ -0,0 +1 @@
+#define NORMA_ETHER 0
diff --git a/bogus/norma_ipc.h b/bogus/norma_ipc.h
new file mode 100644
index 0000000..54803de
--- /dev/null
+++ b/bogus/norma_ipc.h
@@ -0,0 +1 @@
+#define NORMA_IPC 0 /* can no longer be turned on */
diff --git a/bogus/norma_task.h b/bogus/norma_task.h
new file mode 100644
index 0000000..9b453ca
--- /dev/null
+++ b/bogus/norma_task.h
@@ -0,0 +1 @@
+#define NORMA_TASK 0
diff --git a/bogus/norma_vm.h b/bogus/norma_vm.h
new file mode 100644
index 0000000..2074cd6
--- /dev/null
+++ b/bogus/norma_vm.h
@@ -0,0 +1 @@
+#define NORMA_VM 0
diff --git a/bogus/panic.c b/bogus/panic.c
new file mode 100644
index 0000000..64a17de
--- /dev/null
+++ b/bogus/panic.c
@@ -0,0 +1 @@
+/*XXX*/
diff --git a/bogus/power_save.h b/bogus/power_save.h
new file mode 100644
index 0000000..5591def
--- /dev/null
+++ b/bogus/power_save.h
@@ -0,0 +1 @@
+#define POWER_SAVE 0
diff --git a/bogus/simple_clock.h b/bogus/simple_clock.h
new file mode 100644
index 0000000..ccb3cbe
--- /dev/null
+++ b/bogus/simple_clock.h
@@ -0,0 +1 @@
+#define SIMPLE_CLOCK 0
diff --git a/bogus/stat_time.h b/bogus/stat_time.h
new file mode 100644
index 0000000..abf9b3f
--- /dev/null
+++ b/bogus/stat_time.h
@@ -0,0 +1 @@
+#define STAT_TIME 1
diff --git a/bogus/xpr_debug.h b/bogus/xpr_debug.h
new file mode 100644
index 0000000..f4d627a
--- /dev/null
+++ b/bogus/xpr_debug.h
@@ -0,0 +1 @@
+#define XPR_DEBUG 1