From: Pasi Kallinen Date: Sun, 10 Jan 2016 13:03:23 +0000 (+0200) Subject: Enable TIMED_DELAY for linux hints files X-Git-Tag: NetHack-3.6.1_RC01~1044 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe01018d90602a2f82ef88f14edce41cc90d1216;p=nethack Enable TIMED_DELAY for linux hints files runmode is completely useless in TTY without this --- diff --git a/sys/unix/hints/linux b/sys/unix/hints/linux index a9b612edb..888fd9050 100644 --- a/sys/unix/hints/linux +++ b/sys/unix/hints/linux @@ -23,6 +23,7 @@ POSTINSTALL=cp -n sys/unix/sysconf $(INSTDIR)/sysconf; $(CHOWN) $(GAMEUID) $(INS CFLAGS=-g -O -I../include -DNOTPARMDECL $(CFLAGS1) -DDLB CFLAGS1=-DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" CFLAGS+=-DSYSCF -DSYSCF_FILE=\"$(HACKDIR)/sysconf\" -DSECURE +CFLAGS+=-DTIMED_DELAY CFLAGS+=-DHACKDIR=\"$(HACKDIR)\" LINK=$(CC) diff --git a/sys/unix/hints/linux-chroot b/sys/unix/hints/linux-chroot index d8af97580..404f4db98 100644 --- a/sys/unix/hints/linux-chroot +++ b/sys/unix/hints/linux-chroot @@ -27,6 +27,7 @@ POSTINSTALL=cp -n sys/unix/sysconf $(INSTDIR)/sysconf; $(CHOWN) $(GAMEUID) $(INS CFLAGS1=-DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" CFLAGS=-g -O -I../include -DNOTPARMDECL $(CFLAGS1) -DDLB CFLAGS+=-DSYSCF -DSYSCF_FILE=\"$(HACKDIR)/sysconf\" -DSECURE +CFLAGS+=-DTIMED_DELAY CFLAGS+=-DHACKDIR=\"$(HACKDIR)\" CFLAGS+=-DVAR_PLAYGROUND=\"$(HACKDIR)/var\"