Update of /cvsroot/netrek/client/netrekxp/win32 In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29199/win32 Modified Files: config.h Log Message: Following COW patch "50 fps, accept new UPS feature packet", client and server now negotiate a update rate. Default is 50, but it still works with older servers running at 10 fps. Preliminary work on compiling with cygwin - added some headers for compile purposes, a few new Cygwin #ifdefs, 3 new cygwin makefiles that don't work yet (and probably never will without outside help). Index: config.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/win32/config.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- config.h 13 Jan 2007 02:53:27 -0000 1.12 +++ config.h 23 Feb 2007 13:43:57 -0000 1.13 @@ -21,6 +21,7 @@ */ #define CBUGS "Send bugs/suggestion to: billbalcerski at hotmail.com" +//#define CYGWIN /* For compiling with Cygwin */ /* ################################################################################ @@ -435,6 +436,5 @@ #define unlink _unlink #endif - #endif /* __CONFIG_H */