aboutsummaryrefslogtreecommitdiff
path: root/libjava/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/acconfig.h')
-rw-r--r--libjava/acconfig.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/libjava/acconfig.h b/libjava/acconfig.h
index 11a7c3787e3..daddbb14102 100644
--- a/libjava/acconfig.h
+++ b/libjava/acconfig.h
@@ -28,9 +28,12 @@
/* Define if you have sleep. */
#undef HAVE_SLEEP
-/* Define if you have __int32_t and __uint32_t. */
+/* Define if you have int32_t and uint32_t. */
#undef HAVE_INT32_DEFINED
+/* Define if you have u_int32_t */
+#undef HAVE_BSD_INT32_DEFINED
+
/* Define if you're running eCos. */
#undef ECOS
@@ -76,6 +79,9 @@
/* Define if global `timezone' exists. */
#undef HAVE_TIMEZONE
+/* Define to version of GCJ in use. */
+#undef GCJVERSION
+
/* Define if you have the appropriate function. */
#undef HAVE_ACCESS
#undef HAVE_STAT