summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>1998-12-31 16:56:14 +0000
committerBrian Jones <cbj@gnu.org>1998-12-31 16:56:14 +0000
commit9facd772ed8c381156473f0cf172b30afbe6ae40 (patch)
tree860cd9b845dae5c5e18d7c3605808dbab989ef3f /acconfig.h
parentdd14ae4428a6a7764fb582076b0a11c53fb0bdb8 (diff)
downloadclasspath-9facd772ed8c381156473f0cf172b30afbe6ae40.tar.gz
initial commit
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
new file mode 100644
index 000000000..73c3c9a25
--- /dev/null
+++ b/acconfig.h
@@ -0,0 +1,23 @@
+/***********************************************************************
+ * This file is included by autoheader to create config.h.in which is
+ * used by configure to create config.h. We include $(top_srcdir) as
+ * an INCLUDE in every native Makefile.am and then use the values from
+ * the defines to structure our program for a native platform.
+ * In this file, only include things autoheader cannot determine for
+ * itself, for example when using AC_DEFINE.
+ *
+ * Leave the blank line below, required by autoheader.
+ ***********************************************************************/
+
+/* Define as 1 if building for Japhar */
+#define WITH_JAPHAR 0
+
+/* Define as 1 if building for Kaffe */
+#define WITH_KAFFE 0
+
+/* #undef PACKAGE */
+/* #undef VERSION */
+
+/************************************************************************
+ * Leave the blank line there, required by autoheader.
+ ************************************************************************/