--- xworm.c Wed May 7 16:25:57 1997 +++ /home/andy/tmp/wrk/xworm.c Wed Mar 18 23:40:39 1998 @@ -3,13 +3,20 @@ #include #include +#ifdef __FreeBSD__ +#include +#endif #include #include #include -#define gridfile "xworm.grid" -#define fontfile "xworm.font" -#define logofile "xworm.raw" +#ifndef PREFIX +#define PREFIX "." +#endif + +#define gridfile XWORMDIR "/xworm.grid" +#define fontfile XWORMDIR "/xworm.font" +#define logofile XWORMDIR "/xworm.raw" #define maxQ 5000 /* max queue */ #define NCOLORS 15 /* number of colours */