From: Oliver O. <fr...@us...> - 2007-03-30 01:36:50
|
Update of /cvsroot/simspark/simspark/spark/utility/rcssnet In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2680 Modified Files: Tag: projectx udpsocket.cpp Log Message: changed config.h to sparkconfig.h Index: udpsocket.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/utility/rcssnet/udpsocket.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 *** udpsocket.cpp 9 Feb 2007 20:09:32 -0000 1.1.2.1 --- udpsocket.cpp 30 Mar 2007 01:36:47 -0000 1.1.2.1.2.1 *************** *** 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 |