aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2007-01-31 17:11:11 +0000
committerTom Tromey <tromey@gcc.gnu.org>2007-01-31 17:11:11 +0000
commit7679f368365a08bc6d68d152c02992ecd8ff5d20 (patch)
tree8977e5f87f304a27fa54d1bcb814e71783beeaf1 /libjava/include
parent8de15ffc9d9c4526bccc9f594edc8d8fdc57f83a (diff)
downloadgcc-7679f368365a08bc6d68d152c02992ecd8ff5d20.zip
gcc-7679f368365a08bc6d68d152c02992ecd8ff5d20.tar.gz
gcc-7679f368365a08bc6d68d152c02992ecd8ff5d20.tar.bz2
re PR libgcj/30606 (natVMURLConnection.cc:21: error: 'magic_t' does not name a typet name a type)
PR libgcj/30606: * configure, include/config.h.in: Rebuilt. * configure.ac: Check for magic_t in magic.h. * java/net/natVMURLConnection.cc: Use HAVE_MAGIC_T. From-SVN: r121425
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in
index 6a5bc96..a4e013d 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -187,6 +187,9 @@
/* Define to 1 if you have the <magic.h> header file. */
#undef HAVE_MAGIC_H
+/* Define if magic.h declares magic_t */
+#undef HAVE_MAGIC_T
+
/* Define to 1 if you have the `memcpy' function. */
#undef HAVE_MEMCPY