]> granicus.if.org Git - nethack/commitdiff
Enable TIMED_DELAY for linux hints files
authorPasi Kallinen <paxed@alt.org>
Sun, 10 Jan 2016 13:03:23 +0000 (15:03 +0200)
committerPasi Kallinen <paxed@alt.org>
Sun, 10 Jan 2016 13:09:03 +0000 (15:09 +0200)
runmode is completely useless in TTY without this

sys/unix/hints/linux
sys/unix/hints/linux-chroot

index a9b612edb64a772c0181f6709b4e91c2fc793e80..888fd9050157ce3864b14e6a9e8971eaf77f2c77 100644 (file)
@@ -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)
index d8af975806f4f1786c29821dc493ab89f7485b45..404f4db9803672d51232c4b04dca07e32e0b0f7f 100644 (file)
@@ -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\"