gcc/libjava/java
Alexandre Oliva ccfe7e4650 configure.in: Check for in_addr_t in netinet/in.h too.
* configure.in: Check for in_addr_t in netinet/in.h too.  Check
for ip_mreq too.
* acconfig.h: Define HAVE_IN_ADDR_T instead of in_addr_t.
(HAVE_STRUCT_IP_MREQ): Added.
* configure, include/config.h.in: Rebuilt.
* java/net/natInetAddress.cc (aton): Typedef in_addr_t to jint
if needed.
* java/net/natPlainDatagramSocketImpl.cc (McastReq, mcastGrp):
Disable if ip_mreq is not available.

From-SVN: r28798
1999-08-21 14:26:44 +00:00
..
awt natToolkit.cc: Added copyright header. 1999-05-10 09:23:41 +00:00
io natFile.cc (performMkdir): Remove FIXME. 1999-08-03 01:32:14 +01:00
lang natSystem.cc (getpwuid_adaptor): New overloaded function that detects the signature of getpwuid_r. 1999-08-21 11:56:24 +00:00
net configure.in: Check for in_addr_t in netinet/in.h too. 1999-08-21 14:26:44 +00:00
security natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStrings. 1999-08-18 14:16:42 +00:00
text DatagramSocketImpl.java (localPort): Fixed typo to match JDK. 1999-06-23 12:24:59 +00:00
util natSystem.cc (getpwuid_adaptor): New overloaded function that detects the signature of getpwuid_r. 1999-08-21 11:56:24 +00:00