diff options
| author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-18 10:15:52 +0000 |
|---|---|---|
| committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-18 10:15:52 +0000 |
| commit | c39848bcc6d3f2d79f20f6b73c91884b0894c16e (patch) | |
| tree | 1d8bfb2afa774223edd8b5583a5dd9e57a957dec /libjava/include/config.h.in | |
| parent | 25d17dbc82413cbe3e6255892e3a586e4eac327f (diff) | |
| download | ppe42-gcc-c39848bcc6d3f2d79f20f6b73c91884b0894c16e.tar.gz ppe42-gcc-c39848bcc6d3f2d79f20f6b73c91884b0894c16e.zip | |
2002-09-18 Michael Koch <konqueror@gmx.de>
* 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
Diffstat (limited to 'libjava/include/config.h.in')
| -rw-r--r-- | libjava/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 <netdb.h> header file. */ #undef HAVE_NETDB_H +/* Define if you have the <net/if.h> header file. */ +#undef HAVE_NET_IF_H + /* Define if you have the <netinet/in.h> header file. */ #undef HAVE_NETINET_IN_H |

