Update of /cvsroot/simspark/simspark/spark/win32
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10253
Modified Files:
Tag: WIN32
config.h
Log Message:
- added have_winsock and have_socket for rcssnet compilation
Index: config.h
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/win32/Attic/config.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** config.h 9 Feb 2007 16:11:51 -0000 1.1.2.1
--- config.h 9 Feb 2007 20:11:17 -0000 1.1.2.2
***************
*** 3,4 ****
--- 3,7 ----
*/
#define PACKAGE_NAME "simspark"
+
+ #define HAVE_WINSOCK2_H
+ #define HAVE_SOCKET
|