aboutsummaryrefslogtreecommitdiff
path: root/libjava/include/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/include/config.h.in')
-rw-r--r--libjava/include/config.h.in7
1 files changed, 7 insertions, 0 deletions
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 <inttypes.h> is available */
#undef HAVE_INTTYPES_H