summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>2000-11-28 00:16:15 +0000
committerBrian Jones <cbj@gnu.org>2000-11-28 00:16:15 +0000
commit466c6d811d514503622d2dd79b662d3d80b7026d (patch)
tree2a83891c78593e69d64a03d29c6b947386351205 /acconfig.h
parent78e85bd6bcbdc31ec042c2cf173827b18af0249f (diff)
downloadclasspath-466c6d811d514503622d2dd79b662d3d80b7026d.tar.gz
* acconfig.h: added DEBUG
* configure.in: Add Configuration.java to CONFIG_FILES. Set LIBGCJDEBUG substitution if --enable-libgcj-debug is specified * gnu/Makefile.am: added classpath to SUBDIRS * gnu/classpath/.cvsignore: New file * gnu/classpath/Configuration.java.in: New file * gnu/classpath/Makefile.am: New file
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 73c3c9a25..fcde42237 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -18,6 +18,9 @@
/* #undef PACKAGE */
/* #undef VERSION */
+/* Define as 1 if building with debugging code included, this is not -g */
+#define DEBUG 0
+
/************************************************************************
* Leave the blank line there, required by autoheader.
************************************************************************/