From: Oliver O. <fr...@us...> - 2007-03-30 01:29:02
|
Update of /cvsroot/simspark/simspark/spark/utility/rcssnet In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv31934 Modified Files: Tag: projectx socket.hpp Log Message: changed config.h to sparkconfig.h Index: socket.hpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/utility/rcssnet/socket.hpp,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.2.2.1 diff -C2 -d -r1.1.2.2 -r1.1.2.2.2.1 *** socket.hpp 12 Feb 2007 23:57:18 -0000 1.1.2.2 --- socket.hpp 30 Mar 2007 01:28:58 -0000 1.1.2.2.2.1 *************** *** 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 |