From: Oliver O. <fr...@us...> - 2007-03-30 01:36:25
|
Update of /cvsroot/simspark/simspark/spark/utility/rcssnet In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2646 Modified Files: Tag: projectx tcpsocket.cpp Log Message: changed config.h to sparkconfig.h Index: tcpsocket.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/utility/rcssnet/tcpsocket.cpp,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.1.2.1 diff -C2 -d -r1.1.2.1 -r1.1.2.1.2.1 *** tcpsocket.cpp 9 Feb 2007 20:09:32 -0000 1.1.2.1 --- tcpsocket.cpp 30 Mar 2007 01:36:22 -0000 1.1.2.1.2.1 *************** *** 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 |