From: Oliver O. <fr...@us...> - 2007-06-17 12:35:48
|
Update of /cvsroot/simspark/simspark/spark/utility/rcssnet In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv28210/rcssnet Modified Files: addr.cpp exception.cpp socket.cpp socket.hpp tcpsocket.cpp udpsocket.cpp Log Message: merge from projectx Index: tcpsocket.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/utility/rcssnet/tcpsocket.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcpsocket.cpp 15 Mar 2007 07:26:30 -0000 1.2 --- tcpsocket.cpp 17 Jun 2007 12:35:31 -0000 1.3 *************** *** 21,26 **** #include "tcpsocket.hpp" ! #ifdef HAVE_CONFIG_H ! #include <config.h> #endif --- 21,26 ---- #include "tcpsocket.hpp" ! #if HAVE_CONFIG_H ! #include <sparkconfig.h> #endif Index: socket.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/utility/rcssnet/socket.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** socket.cpp 15 Mar 2007 07:26:30 -0000 1.2 --- socket.cpp 17 Jun 2007 12:35:31 -0000 1.3 *************** *** 19,24 **** #include "socket.hpp" ! #ifdef HAVE_CONFIG_H ! #include "config.h" #endif --- 19,24 ---- #include "socket.hpp" ! #if HAVE_CONFIG_H ! #include <sparkconfig.h> #endif Index: addr.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/utility/rcssnet/addr.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** addr.cpp 15 Mar 2007 07:26:30 -0000 1.2 --- addr.cpp 17 Jun 2007 12:35:31 -0000 1.3 *************** *** 21,26 **** #include "addr.hpp" ! #ifdef HAVE_CONFIG_H ! #include "config.h" #endif --- 21,26 ---- #include "addr.hpp" ! #if HAVE_CONFIG_H ! #include <sparkconfig.h> #endif Index: socket.hpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/utility/rcssnet/socket.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** socket.hpp 15 Mar 2007 07:26:30 -0000 1.2 --- socket.hpp 17 Jun 2007 12:35:31 -0000 1.3 *************** *** 22,27 **** #define RCSS_NET_SOCKET_HPP ! #ifdef HAVE_CONFIG_H ! #include <config.h> #endif --- 22,27 ---- #define RCSS_NET_SOCKET_HPP ! #if HAVE_CONFIG_H ! #include <sparkconfig.h> #endif Index: udpsocket.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/utility/rcssnet/udpsocket.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** udpsocket.cpp 15 Mar 2007 07:26:30 -0000 1.2 --- udpsocket.cpp 17 Jun 2007 12:35:31 -0000 1.3 *************** *** 21,26 **** #include "udpsocket.hpp" ! #ifdef HAVE_CONFIG_H ! #include "config.h" #endif --- 21,26 ---- #include "udpsocket.hpp" ! #if HAVE_CONFIG_H ! #include <sparkconfig.h> #endif Index: exception.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/utility/rcssnet/exception.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** exception.cpp 15 Mar 2007 07:26:30 -0000 1.2 --- exception.cpp 17 Jun 2007 12:35:31 -0000 1.3 *************** *** 19,24 **** ***************************************************************************/ ! #ifdef HAVE_CONFIG_H ! #include "config.h" #endif --- 19,24 ---- ***************************************************************************/ ! #if HAVE_CONFIG_H ! #include <sparkconfig.h> #endif |