diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-05-01 19:47:25 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-05-01 19:47:25 +0000 |
commit | cea7916840decffcd3566126a9ddad3f81eb2c5e (patch) | |
tree | ce539cb9d2bfcf88ac04d327b55a18aa37fb5caf | |
parent | 8ce8c5f627a89c1c386f537c41908191cecb7e73 (diff) |
Wed Apr 23 13:21:23 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* configure.in (kdb): New --enable option.
* Makefile.in (DEFINES): Add @DEFS@.
* bogus/mach_kdb.h: Make this file zero length; we get MACH_KDB
from configure now.
-rw-r--r-- | bogus/mach_kdb.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bogus/mach_kdb.h b/bogus/mach_kdb.h index 128c285..e69de29 100644 --- a/bogus/mach_kdb.h +++ b/bogus/mach_kdb.h @@ -1,5 +0,0 @@ -#ifdef DEBUG -#define MACH_KDB 1 -#else -#define MACH_KDB 0 -#endif |