summaryrefslogtreecommitdiffstats
path: root/libjava/include/config.h.in
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-06 22:43:05 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-06 22:43:05 +0000
commit07c32f7bfac9c3367e04947f7a6303be1f3c490d (patch)
treeda232522e2e183ad14c50a33158388c5e9df7f06 /libjava/include/config.h.in
parent0a4ac52267882142fcbf8be33620eb088a26691d (diff)
downloadppe42-gcc-07c32f7bfac9c3367e04947f7a6303be1f3c490d.tar.gz
ppe42-gcc-07c32f7bfac9c3367e04947f7a6303be1f3c490d.zip
PR libgcj/28491:
* configure, include/config.h.in: Rebuilt. * configure.ac: Look for ifaddrs.h, getifaddrs. * java/net/natVMNetworkInterfacePosix.cc (getInterfaces): Use getifaddrs if available. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115977 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include/config.h.in')
-rw-r--r--libjava/include/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in
index 2ef617103b1..e6ea39495d1 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -115,6 +115,9 @@
/* Define if gethostname is declared in <unistd.h>. */
#undef HAVE_GETHOSTNAME_DECL
+/* Define to 1 if you have the `getifaddrs' function. */
+#undef HAVE_GETIFADDRS
+
/* Define to 1 if you have the `getpwuid_r' function. */
#undef HAVE_GETPWUID_R
@@ -127,6 +130,9 @@
/* Define if you have the iconv() function. */
#undef HAVE_ICONV
+/* Define to 1 if you have the <ifaddrs.h> header file. */
+#undef HAVE_IFADDRS_H
+
/* Define if inet6 structures are defined in netinet/in.h. */
#undef HAVE_INET6
OpenPOWER on IntegriCloud