aboutsummaryrefslogtreecommitdiff
path: root/libjava/acconfig.h
diff options
context:
space:
mode:
authorBryce McKinlay <bryce@waitaki.otago.ac.nz>2002-03-18 06:19:03 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>2002-03-18 06:19:03 +0000
commit1b5a2139c727f3cbc99fe7d161ee5f06d19e5280 (patch)
tree61eaef340f81299dd5f0d9f5249bcdf7b71bf1c4 /libjava/acconfig.h
parentdf15fbc7fda1b9e0abef264bfee65388d73d6f9d (diff)
downloadgcc-1b5a2139c727f3cbc99fe7d161ee5f06d19e5280.zip
gcc-1b5a2139c727f3cbc99fe7d161ee5f06d19e5280.tar.gz
gcc-1b5a2139c727f3cbc99fe7d161ee5f06d19e5280.tar.bz2
natSystem.cc (init_properties): Update VM version properties.
* java/lang/natSystem.cc (init_properties): Update VM version properties. * configure.in: Set GCJVERSION. * acconfig.h: Add GCJVERSION. * configure: Rebuilt. * include/config.h.in: Rebuilt. From-SVN: r50944
Diffstat (limited to 'libjava/acconfig.h')
-rw-r--r--libjava/acconfig.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libjava/acconfig.h b/libjava/acconfig.h
index 400710d..8ffdd34 100644
--- a/libjava/acconfig.h
+++ b/libjava/acconfig.h
@@ -89,6 +89,13 @@
/* Define if global `timezone' exists. */
#undef HAVE_TIMEZONE
+/* Define to version of GCJ in use. */
+#undef GCJVERSION
+
+/* Define if if the synchronization code should try to avoid pthread_self
+ calls by caching thread IDs in a hashtable. */
+#undef SLOW_PTHREAD_SELF
+
/* Define if you have the appropriate function. */
#undef HAVE_ACCESS
#undef HAVE_STAT