This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

WIN-20: same thing for java/net



Likewise, I'd like to move java/net/natPlainDatagramSocket.cc,
java/net/natPlainSocket.cc, and java/net/natInetAddress.cc over to
*Posix.cc.

Ok to commit?

  - a

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/libjava/configure.in,v
retrieving revision 1.113
diff -u -r1.113 configure.in
--- configure.in        2002/02/07 18:21:19     1.113
+++ configure.in        2002/02/12 02:41:40
@@ -243,6 +243,10 @@
 test -d java/io || mkdir java/io
 test -d gnu || mkdir gnu
 AC_LINK_FILES(java/io/natFileDescriptor${PLATFORM}.cc, java/io/natFileDescriptor.cc)
+AC_LINK_FILES(java/io/natFile${PLATFORM}.cc, java/io/natFile.cc)
+AC_LINK_FILES(java/net/natPlainDatagramSocket${PLATFORM}.cc, java/net/natPlainDatagramSocket.cc)
+AC_LINK_FILES(java/net/natPlainSocket${PLATFORM}.cc, java/net/natPlainSocket.cc)
+AC_LINK_FILES(java/net/natInetAddress${PLATFORM}.cc, java/net/natInetAddress.cc)
 
 dnl Likewise for ConcreteProcess.java and natConcreteProcess.cc.
 test -d java/lang || mkdir java/lang

-- 
"In the dream, someone was asking me 'So what you're saying is that
 all your dreams are lucid?' 'Yes,' I replied 'except for this one.'"
                                                         -- epepke@k5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]