--- xpilot-4.1.0.orig/Local.config	Fri Oct 30 13:35:18 1998
+++ xpilot-4.1.0/Local.config	Sun Mar 21 17:52:43 1999
@@ -22,21 +22,21 @@
 
 
 #ifndef LocalGuru
-#define	LocalGuru xpilot@xpilot.org	/* The one to contact for problems */
+#define	LocalGuru e94_msu@e.kth.se	/* The one to contact for problems */
 #endif /* LocalGuru */
 
-PREFIX = /usr/local/games
+PREFIX = /misc/hacks
 
 /* Manual pages for games usually go to section 6. */
 MANSUFFIX = 6
 INSTMANDIR = $(PREFIX)/man/man$(MANSUFFIX)
-INSTLIBDIR = $(PREFIX)/lib/xpilot
+INSTLIBDIR = $(PREFIX)/lib/X11/xpilot
 INSTBINDIR = $(PREFIX)/bin
 
 /* #define Log		/* Try to log every server start to log file */
 /* #define TurnThrust	/* Makes turning drain fuel and produce sparks */
 /* #define Silent	/* Makes the server real silent */
-/* #define ServerSound	/* Turns on sound support in the server (not client) */
+#define ServerSound	/* Turns on sound support in the server (not client) */
 
 /*
  * Try the alternate colormap swapping code that talks directly to
@@ -47,9 +47,9 @@
  */
 /* #define SparcCmapHack	/**/
 
-/* #define DoublebufferExtension	/* support for X Doublebuffer Extension */
+#define DoublebufferExtension	/* support for X Doublebuffer Extension */
 
-/* #define MultibufferExtension 	/* support for X Multibuffer Extension */
+#define MultibufferExtension 	/* support for X Multibuffer Extension */
 
 /* #define Joystick	/* Joystick support for Linux, needs joystick 0.7 */
 
@@ -71,6 +71,7 @@
  * If you are still unsuccessful, try modifying and using src/Makefile.std
  * instead of this file.
  */
+CC = cc -newc
 /* CC = cc -Ae +FPD		/* HP-UX */
 /* CC = gcc			/* SUNs with gcc */
 /* CC = acc -fast		/* SUNs with acc */
@@ -91,7 +92,7 @@
  * CDEBUGFLAGS should specify optimalization or debug information (or both).
  * Try not defining anything first.
  */
-CDEBUGFLAGS = -g				/* General debug flag */
+CDEBUGFLAGS = -O4				/* General debug flag */
 /* CDEBUGFLAGS = -O				/* General optimize flag */
 /* CDEBUGFLAGS = -Ae +O3 +FPD			/* HP cc optimize flags (no +ESlit) */
 /* CDEBUGFLAGS = -Ae -g -z +w1			/* HP cc debug flags */
--- xpilot-4.1.0.orig/src/common/config.h	Fri Apr 17 13:40:51 1998
+++ xpilot-4.1.0/src/common/config.h	Sun Mar 21 18:07:25 1999
@@ -38,7 +38,7 @@
 #	ifdef	_WINDOWS
 #		define DEFAULT_MAP		"default.xp"
 #	else
-#		define DEFAULT_MAP		"globe.xp"
+#		define DEFAULT_MAP		"teamcup.map"
 #	endif
 #endif
 
@@ -49,7 +49,7 @@
 #    elif defined(_WINDOWS)
 #        define LIBDIR		"lib/"
 #	 else
-#        define LIBDIR		"/usr/local/games/lib/xpilot/"
+#        define LIBDIR		"/misc/hacks/lib/X11/xpilot"
 #    endif
 #endif
 
