diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-02 00:19:01 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-02 00:19:01 +0000 |
| commit | c441eb638c97119963318d083ac57bcca47f272d (patch) | |
| tree | 46596da76866c4956605f9b7148762c76b027f00 /libjava/include | |
| parent | 4ca3e02fed32ab70cb538fd570e607dd19b9f84d (diff) | |
| download | ppe42-gcc-c441eb638c97119963318d083ac57bcca47f272d.tar.gz ppe42-gcc-c441eb638c97119963318d083ac57bcca47f272d.zip | |
* 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'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29759 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
| -rw-r--r-- | libjava/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 71c322b3b86..969a8bf4673 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 |

