--- Makefile.orig Sun Apr 20 17:12:31 1997 +++ Makefile Sun Apr 20 17:12:41 1997 @@ -167,13 +167,13 @@ # realtime priority (ie. it'll get all the cpu it wants) using # sched_setscheduler(). Default behaviour remains the same, i.e. to not use # these -SNAG=-DCPUTIME_SNAGGER +#SNAG=-DCPUTIME_SNAGGER # Does your system have usleep()? If not, you'll need to uncomment this... #USLEEP=-DNEEDS_USLEEP # Does your system have curses or ncurses? If the latter, define NCURSES. -#NCURSES=-DNCURSES +NCURSES=-DNCURSES CFLAGS = $(OSFLAGS) $(ZIP) $(SNAG) $(USLEEP) $(NCURSES)