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

Modified Files:
	data.h 
Log Message:
Added netrekrc option "useAllFeatures" to ignore server 
settings for info/control feature packets.
Added netrekrc option "autoPhaser" to phaser exact
location of enemy target closest to cursor.  Works on
local or map window.
To do for autophaser:
1) Add sanity check to location (such as ship max
phaser range).
2) Add support for phasering plasmas.

Index: data.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- data.h	9 May 2009 21:21:43 -0000	1.106
+++ data.h	21 May 2009 02:37:28 -0000	1.107
@@ -824,6 +824,8 @@
 extern int mapscaleFactor;      /* allows for scaling of galactic window, unused */
 extern int fullBitmapRotation;  /* draw old bitmap sets to all angles */
 extern int hideConsole;         /* show console window or not */
+extern int autoPhaser;          /* phaser exact location of enemy target closest to cursor */
+extern int useAllFeatures;      /* ignore server settings for info/control feature packets */
 
 extern struct context *context;
 #endif /* _h_data */