diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-01 23:39:53 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-01 23:39:53 +0000 |
| commit | 67ba3a82bd14bbac301aa6582ab7885434579586 (patch) | |
| tree | 5f1fd4c26e1d33e412cbcfbe6943ed343dcc10ce /libjava/include | |
| parent | 1001baefbaebbb6cb4410c619d8a7a246358f19d (diff) | |
| download | ppe42-gcc-67ba3a82bd14bbac301aa6582ab7885434579586.tar.gz ppe42-gcc-67ba3a82bd14bbac301aa6582ab7885434579586.zip | |
1999-08-01 Alexandre Oliva <oliva@dcc.unicamp.br>
* configure.in: Check for bstring.h.
* configure, include/config.h.in: Rebuilt.
* java/net/natPlainDatagramSocketImpl.cc: #include bstring.h.
* java/net/natPlainSocketImpl.cc: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28378 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 bd43c75905b..d9b9a0a9cf8 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -214,6 +214,9 @@ /* Define if you have the <arpa/inet.h> header file. */ #undef HAVE_ARPA_INET_H +/* Define if you have the <bstring.h> header file. */ +#undef HAVE_BSTRING_H + /* Define if you have the <dirent.h> header file. */ #undef HAVE_DIRENT_H |

