summaryrefslogtreecommitdiff
path: root/libjava/gcj/libgcj-config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gcj/libgcj-config.h.in')
-rw-r--r--libjava/gcj/libgcj-config.h.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/libjava/gcj/libgcj-config.h.in b/libjava/gcj/libgcj-config.h.in
new file mode 100644
index 000000000..715c3bc37
--- /dev/null
+++ b/libjava/gcj/libgcj-config.h.in
@@ -0,0 +1,13 @@
+/* The header file derived from this file is installed in a target and
+ compiler version specific directory. Do not add definitions which
+ are intended to be different for different multilibs, as we do not
+ currently have a mechanism to support this.
+
+ Also be sure to use safely named macros, as this file will be
+ included in user code. */
+
+/* Define if hash synchronization is in use. */
+#undef JV_HASH_SYNCHRONIZATION
+
+/* Define if <inttypes.h> is available. */
+#undef JV_HAVE_INTTYPES_H