summaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-31 17:11:11 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-31 17:11:11 +0000
commit9bdb21a27a7b8e81043d6143ed795fba7de70e5c (patch)
tree8977e5f87f304a27fa54d1bcb814e71783beeaf1 /libjava/include
parent622de01c7f685ec445cef36e57fafa6bfa3d61c0 (diff)
downloadgcc-9bdb21a27a7b8e81043d6143ed795fba7de70e5c.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121425 138bc75d-0d04-0410-961f-82ee72b054a4
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 6a5bc9696c6..a4e013d735f 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