configure.in: Check for bstring.h.
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. From-SVN: r28378
This commit is contained in:
parent
73a8b900bd
commit
130e63de4a
6 changed files with 22 additions and 2 deletions
|
@ -18,6 +18,11 @@ details. */
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#if HAVE_BSTRING_H
|
||||
// Needed for bzero, implicitly used by FD_ZERO on IRIX 5.2
|
||||
#include <bstring.h>
|
||||
#endif
|
||||
|
||||
#include <cni.h>
|
||||
#include <javaprims.h>
|
||||
#include <java/io/IOException.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue