From 4b68fe8a3665fc18f0c4774e00cbe440a4986c8b Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 2 Oct 1999 00:19:01 +0000 Subject: configure: Rebuilt. * configure: Rebuilt. * configure.in: Set classpath when invoking gcj. Use changequote around sed invocation. * java/net/natPlainSocketImpl.cc: Stub native functions if DISABLE_JAVA_NET is defined. * java/net/natPlainDatagramSocketImpl.cc (setTimeToLive): Fixed typo in exception string. (getTimeToLive): Likewise. Stub native functions if DISABLE_JAVA_NET is defined. * java/net/natInetAddress.cc: Stub native functions if DISABLE_JAVA_NET is defined. * configure.host: Disable java.net for mips-tx39. * configure, include/config.h.in: Rebuilt. * acconfig.h (DISABLE_JAVA_NET): Undefine. * configure.in: Added --disable-java-net and new define `DISABLE_JAVA_NET'. From-SVN: r29759 --- libjava/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libjava/include') diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 71c322b..969a8bf 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -125,6 +125,9 @@ /* Define if pthread_mutex_t has __m_count member. */ #undef PTHREAD_MUTEX_HAVE___M_COUNT +/* Define if java.net native functions should be stubbed out. */ +#undef DISABLE_JAVA_NET + /* Define if you have the access function. */ #undef HAVE_ACCESS -- cgit v1.1