mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 18:07:56 +02:00
+ added NetBSD to PtcKvmOSes and UnixPtyOSes
This commit is contained in:
parent
83807ba780
commit
ef1ca55728
@ -27,10 +27,10 @@ Const
|
||||
{end of copied code}
|
||||
|
||||
KVMAny = KbdOSes+VideoOSes+MouseOSes;
|
||||
PtcKvmOSes = [linux,win32,win64,go32v2,macosx,openbsd,freebsd];
|
||||
PtcKvmOSes = [linux,win32,win64,go32v2,macosx,openbsd,freebsd,netbsd];
|
||||
|
||||
// OSes that have unix98pty and termio units
|
||||
UnixPtyOSes = [linux,openbsd,freebsd];
|
||||
UnixPtyOSes = [linux,openbsd,freebsd,netbsd];
|
||||
|
||||
Var
|
||||
P : TPackage;
|
||||
|
Loading…
Reference in New Issue
Block a user