--- config.h.orig	Sun Jun  3 13:09:24 2007
+++ config.h	Thu Jul  5 22:19:12 2007
@@ -27,6 +27,15 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
 #include <map>
 #include <vector>
 #include <string>
+
+#ifndef	DATADIR
+#define	DATADIR	"."
+#endif
+
+#ifndef	HIGHSCOREDIR
+#define	HIGHSCOREDIR	"."
+#endif
+
 //---------------------------------------------------------------------------------------
 enum taAction { taLeft, taRight, taDown, taUp, taDrop, taFlood };
 //---------------------------------------------------------------------------------------
