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
This commit is contained in:
Tom Tromey
2007-01-31 17:11:11 +00:00
committed by Tom Tromey
parent 8de15ffc9d
commit 7679f36836
5 changed files with 90 additions and 6 deletions
+3
View File
@@ -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