From c39848bcc6d3f2d79f20f6b73c91884b0894c16e Mon Sep 17 00:00:00 2001 From: mkoch Date: Wed, 18 Sep 2002 10:15:52 +0000 Subject: 2002-09-18 Michael Koch * java/util/regex/Matcher.java, java/util/regex/Pattern.java, java/util/regex/PatternSyntaxException.java: Merge with classpath, new files. * Makefile.am (core_java_source_files): Added java/util/regex/Matcher.java, java/util/regex/Pattern.java, java/util/regex/PatternSyntaxException.java * Makefile.in: Regenerated. * include/config.h.in: Added HAVE_NET_IF_H. * java/net/natNetworkInterface.cc (getRealNetworkInterfaces): Removed #if 0 ... #endif. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57275 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libjava/include') diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index f75f74f0318..612a2bfe30d 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -346,6 +346,9 @@ /* Define if you have the header file. */ #undef HAVE_NETDB_H +/* Define if you have the header file. */ +#undef HAVE_NET_IF_H + /* Define if you have the header file. */ #undef HAVE_NETINET_IN_H -- cgit v1.2.3