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.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in
index c4acd69..be94a75 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -40,9 +40,12 @@
/* Define if you have strerror. */
#undef HAVE_STRERROR
-/* 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
@@ -214,6 +217,9 @@
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
+/* Define if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
/* Define if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
@@ -223,6 +229,12 @@
/* Define if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
+/* Define if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define if you have the <sys/config.h> header file. */
+#undef HAVE_SYS_CONFIG_H
+
/* Define if you have the <sys/filio.h> header file. */
#undef HAVE_SYS_FILIO_H