1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-05-04 23:36:04 +00:00

Remove FORKCOMM define. (#238)

This code path was followed everywhere except DOS, so remove
it from the build system, and adjust the code.
This commit is contained in:
Bruce Mitchener
2021-01-19 13:12:41 +07:00
committed by GitHub
parent c4e4c5ec5b
commit db6b351397
44 changed files with 45 additions and 60 deletions

View File

@@ -22,7 +22,7 @@ OPTFLAGS = -O2 -g3
DISPOPTFLAGS = -O2 -g3
FPFLAGS =
DFLAGS = -DLINUX -DAIX -DOLD_CURSOR \
-DBYTESWAP -DFORKCOMM -DLOGINT $(XFLAGS) \
-DBYTESWAP -DLOGINT $(XFLAGS) \
-DRELEASE=351
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt