Have coff be a default ibcs2 loader if we have ibcs2 support enabled.

This commit is contained in:
Jordan K. Hubbard 2001-02-28 22:28:00 +00:00
parent a90ef2ae0f
commit 66c35dfca4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73242

View File

@ -311,7 +311,7 @@ enable_quotas="NO" # turn on quotas on startup (or NO).
check_quotas="YES" # Check quotas on startup (or NO).
accounting_enable="NO" # Turn on process accounting (or NO).
ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO).
ibcs2_loaders="NO" # List of additional Ibcs2 loaders (or NO).
ibcs2_loaders="coff" # List of additional Ibcs2 loaders (or NO).
sysvipc_enable="NO" # Load System V IPC primitives at startup (or NO).
linux_enable="NO" # Linux binary compatibility loaded at startup (or NO).
svr4_enable="NO" # SysVR4 emulation loaded at startup (or NO).