OSDN Git Service

2003-02-12 Michael Koch <konqueror@gmx.de>
[pf3gnuchains/gcc-fork.git] / libjava / acconfig.h
index de9be68..308f71e 100644 (file)
 /* 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
 #undef HAVE_READDIR_R
 #undef HAVE_GETHOSTBYNAME_R
 #undef HAVE_GETHOSTBYADDR_R
+#undef HAVE_FTRUNCATE
 
 /* Define if you want a bytecode interpreter.  */
 #undef INTERPRETER
 
 /* Define if you are using JVMPI.  */
 #undef ENABLE_JVMPI
+
+/* Define if your platform has a working backtrace() function.  */
+#undef HAVE_BACKTRACE
+
+/* Define if your platform has the global _timezone variable.  */
+#undef HAVE_UNDERSCORE_TIMEZONE