From c6fb3b83e75fa43347dd2076f33c84b260a75da6 Mon Sep 17 00:00:00 2001 From: bryce Date: Mon, 18 Mar 2002 06:19:03 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50944 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/include/config.h.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libjava/include') diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index ad8ab45fcd3..9bbd219168f 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -117,6 +117,10 @@ /* Define if global `timezone' exists. */ #undef HAVE_TIMEZONE +/* 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 @@ -410,6 +414,9 @@ /* The number of bytes in type void * */ #undef SIZEOF_VOID_P +/* Short GCJ version ID */ +#undef GCJVERSION + /* Define if is available */ #undef HAVE_INTTYPES_H -- cgit v1.2.3