diff options
Diffstat (limited to 'libjava/acconfig.h')
-rw-r--r-- | libjava/acconfig.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libjava/acconfig.h b/libjava/acconfig.h index 400710dd5eb..8ffdd34ab68 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 |