Update of /cvsroot/netrek/client/netrekxp/win32
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25648/win32

Modified Files:
	config.h 
Log Message:
Remove CONTROL_KEY define, add comment about sensing if
control key is down in the keyboard handler function.
Remove RABBIT_EARS, USE_PORTSWAP, NEW_DASHBOARD_2,
these defines were unused.
Remove UDP_PORTSWAP define.  Fix bug in sendUdpReq() if portswap
was off with UDP_PORTSWAP defined.

Index: config.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/win32/config.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- config.h	9 Jun 2009 00:28:10 -0000	1.27
+++ config.h	9 Jun 2009 01:04:33 -0000	1.28
@@ -84,14 +84,11 @@
 
 #define PLIST1 
 #define PLIST 
-#define CONTROL_KEY
 #define BRMH 
 #define DOC_WIN
-#define RABBIT_EARS 
 #define ROTATERACE
 
 /* client options */
-#define NEW_DASHBOARD_2
 #define MOUSE_AS_SHIFT
 #define SHIFTED_MOUSE
 #define MOTION_MOUSE
@@ -99,11 +96,6 @@
 #define XTRA_MESSAGE_UI
 #define PHASER_STATS
 
-
-/* Swap ports around to try to go through firewalls */
-#define UDP_PORTSWAP
-#define USE_PORTSWAP
-
 /* Enabled playback of recorded games */
 #define RECORDGAME