From: Markus R. <rol...@us...> - 2007-02-10 16:19:53
|
Update of /cvsroot/simspark/simspark/spark/win32 In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv22252 Modified Files: Tag: WIN32 config.h Log Message: - add HAVE_KEROSIN Index: config.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/win32/Attic/config.h,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** config.h 9 Feb 2007 20:11:17 -0000 1.1.2.2 --- config.h 10 Feb 2007 16:19:46 -0000 1.1.2.3 *************** *** 2,7 **** configuration file */ #define PACKAGE_NAME "simspark" ! #define HAVE_WINSOCK2_H ! #define HAVE_SOCKET --- 2,9 ---- configuration file */ + #define HAVE_KEROSIN_H 1 + #define PACKAGE_NAME "simspark" ! #define HAVE_WINSOCK2_H 1 ! #define HAVE_SOCKET 1 |