1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-27 20:58:44 +00:00

Require termios on Unix. (#61)

Remove the USETERMIOS preprocessor definition as well.
This commit is contained in:
Bruce Mitchener
2020-12-15 23:05:59 +07:00
committed by GitHub
parent 50c4aa24d6
commit 433a659063
9 changed files with 11 additions and 37 deletions

View File

@@ -22,7 +22,7 @@ OEXT = .o
OPTFLAGS = -O2 -g3
DISPOPTFLAGS = -O2 -g3
FPFLAGS =
DFLAGS = -DFSERROR -DNEW_STORAGE -DLINUX -DAIX -DOLD_CURSOR -DUSETERMIOS \
DFLAGS = -DFSERROR -DNEW_STORAGE -DLINUX -DAIX -DOLD_CURSOR \
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
-DRELEASE=351 -D__USE_BSD -DSYSVSIGNALS -DSYSVONLY