aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authorWarren Levy <warrenl@cygnus.com>1999-07-02 18:50:21 +0000
committerWarren Levy <warrenl@gcc.gnu.org>1999-07-02 18:50:21 +0000
commit6130b0af10db39df1c0dc4fa2c1c176bee119e32 (patch)
tree89f1c6a59d76e1aa9a6e0324398e2ce387b03ebd /libjava/include
parent5193d0bfa5f9d4e7a7faa0c1f56ef4e4daec34fe (diff)
downloadgcc-6130b0af10db39df1c0dc4fa2c1c176bee119e32.zip
gcc-6130b0af10db39df1c0dc4fa2c1c176bee119e32.tar.gz
gcc-6130b0af10db39df1c0dc4fa2c1c176bee119e32.tar.bz2
configure: Rebuilt.
* configure: Rebuilt. * configure.in: Added inet_ntoa to AC_CHECK_FUNCS. * include/config.h.in: Rebuilt. * java/net/natPlainDatagramSocketImpl.cc: Added header checking. (mcastGrp): Updated FIXME comments. (setOption): Fixed typo. (getOption):Implemented IP_MULTICAST_IF. From-SVN: r27929
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 be94a75..e6fbe5d 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -145,6 +145,9 @@
/* Define if you have the inet_aton function. */
#undef HAVE_INET_ATON
+/* Define if you have the inet_ntoa function. */
+#undef HAVE_INET_NTOA
+
/* Define if you have the inet_pton function. */
#undef HAVE_INET_PTON