aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/include/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/include/config.h.in')
-rw-r--r--libjava/classpath/include/config.h.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/libjava/classpath/include/config.h.in b/libjava/classpath/include/config.h.in
index b67526f..388ee49 100644
--- a/libjava/classpath/include/config.h.in
+++ b/libjava/classpath/include/config.h.in
@@ -87,6 +87,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the `isnan' function. */
+#undef HAVE_ISNAN
+
/* Define to 1 if you have the `listen' function. */
#undef HAVE_LISTEN
@@ -253,6 +256,21 @@
otherwise */
#undef PORTABLE_NATIVE_SYNC
+/* The size of a `char', as computed by sizeof. */
+#undef SIZEOF_CHAR
+
+/* The size of a `int', as computed by sizeof. */
+#undef SIZEOF_INT
+
+/* The size of a `long', as computed by sizeof. */
+#undef SIZEOF_LONG
+
+/* The size of a `short', as computed by sizeof. */
+#undef SIZEOF_SHORT
+
+/* The size of a `void*', as computed by sizeof. */
+#undef SIZEOF_VOIDP
+
/* The number of bytes in type void * */
#undef SIZEOF_VOID_P