aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1999-10-02 00:19:01 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-10-02 00:19:01 +0000
commit4b68fe8a3665fc18f0c4774e00cbe440a4986c8b (patch)
tree46596da76866c4956605f9b7148762c76b027f00 /libjava/include
parent95f1a0447f9be57101aa02ac8182a275c3ecb60c (diff)
downloadgcc-4b68fe8a3665fc18f0c4774e00cbe440a4986c8b.zip
gcc-4b68fe8a3665fc18f0c4774e00cbe440a4986c8b.tar.gz
gcc-4b68fe8a3665fc18f0c4774e00cbe440a4986c8b.tar.bz2
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
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 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