1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-25 16:40:26 +00:00

Revert vmnet support, PR #443

This reverts commits 361ef76d through 6fd146ae.
This commit is contained in:
Paul Koning
2025-08-27 15:52:55 -04:00
parent c20b391eea
commit c064bb6676
6 changed files with 0 additions and 350 deletions

View File

@@ -1063,13 +1063,6 @@ ifeq (${WIN32},) #*nix Environments (&& cygwin)
NETWORK_CCDEFS += -DUSE_NETWORK
endif
endif
# XXX: Check for the target version of macOS, check for -fblocks
ifeq (Darwin,$(OSTYPE))
# Provide support for macOS vmnet.framework (requires 10.10)
NETWORK_CCDEFS += -fblocks -DHAVE_VMNET_NETWORK
NETWORK_LAN_FEATURES += vmnet.framework
NETWORK_LDFLAGS += -framework vmnet
endif
ifeq (slirp,$(shell if ${TEST} -e slirp_glue/sim_slirp.c; then echo slirp; fi))
NETWORK_CCDEFS += -Islirp -Islirp_glue -Islirp_glue/qemu -DHAVE_SLIRP_NETWORK -DUSE_SIMH_SLIRP_DEBUG slirp/*.c slirp_glue/*.c
NETWORK_LAN_FEATURES += NAT(SLiRP)