Don't ask about SCO/IBSC2 binary support on the Alpha.

This commit is contained in:
David E. O'Brien 1999-11-18 03:03:01 +00:00
parent e2e3d0a401
commit f06f71af59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53324
3 changed files with 6 additions and 6 deletions

View File

@ -1276,11 +1276,11 @@ DMenu MenuStartup = {
#ifdef __i386__ #ifdef __i386__
{ "linux", "This host wants to be able to run linux binaries.", { "linux", "This host wants to be able to run linux binaries.",
dmenuVarCheck, configLinux, NULL, VAR_LINUX_ENABLE "=YES" }, dmenuVarCheck, configLinux, NULL, VAR_LINUX_ENABLE "=YES" },
{ "SCO", "This host wants to be able to run IBCS2 binaries.",
dmenuVarCheck, dmenuToggleVariable, NULL, "ibcs2_enable=YES" },
#endif #endif
{ "quotas", "This host wishes to check quotas on startup.", { "quotas", "This host wishes to check quotas on startup.",
dmenuVarCheck, dmenuToggleVariable, NULL, "check_quotas=YES" }, dmenuVarCheck, dmenuToggleVariable, NULL, "check_quotas=YES" },
{ "SCO", "This host wants to be able to run IBCS2 binaries.",
dmenuVarCheck, dmenuToggleVariable, NULL, "ibcs2_enable=YES" },
{ "Exit", "Exit this menu (returning to previous)", { "Exit", "Exit this menu (returning to previous)",
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' }, checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
{ NULL } }, { NULL } },

View File

@ -1276,11 +1276,11 @@ DMenu MenuStartup = {
#ifdef __i386__ #ifdef __i386__
{ "linux", "This host wants to be able to run linux binaries.", { "linux", "This host wants to be able to run linux binaries.",
dmenuVarCheck, configLinux, NULL, VAR_LINUX_ENABLE "=YES" }, dmenuVarCheck, configLinux, NULL, VAR_LINUX_ENABLE "=YES" },
{ "SCO", "This host wants to be able to run IBCS2 binaries.",
dmenuVarCheck, dmenuToggleVariable, NULL, "ibcs2_enable=YES" },
#endif #endif
{ "quotas", "This host wishes to check quotas on startup.", { "quotas", "This host wishes to check quotas on startup.",
dmenuVarCheck, dmenuToggleVariable, NULL, "check_quotas=YES" }, dmenuVarCheck, dmenuToggleVariable, NULL, "check_quotas=YES" },
{ "SCO", "This host wants to be able to run IBCS2 binaries.",
dmenuVarCheck, dmenuToggleVariable, NULL, "ibcs2_enable=YES" },
{ "Exit", "Exit this menu (returning to previous)", { "Exit", "Exit this menu (returning to previous)",
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' }, checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
{ NULL } }, { NULL } },

View File

@ -1276,11 +1276,11 @@ DMenu MenuStartup = {
#ifdef __i386__ #ifdef __i386__
{ "linux", "This host wants to be able to run linux binaries.", { "linux", "This host wants to be able to run linux binaries.",
dmenuVarCheck, configLinux, NULL, VAR_LINUX_ENABLE "=YES" }, dmenuVarCheck, configLinux, NULL, VAR_LINUX_ENABLE "=YES" },
{ "SCO", "This host wants to be able to run IBCS2 binaries.",
dmenuVarCheck, dmenuToggleVariable, NULL, "ibcs2_enable=YES" },
#endif #endif
{ "quotas", "This host wishes to check quotas on startup.", { "quotas", "This host wishes to check quotas on startup.",
dmenuVarCheck, dmenuToggleVariable, NULL, "check_quotas=YES" }, dmenuVarCheck, dmenuToggleVariable, NULL, "check_quotas=YES" },
{ "SCO", "This host wants to be able to run IBCS2 binaries.",
dmenuVarCheck, dmenuToggleVariable, NULL, "ibcs2_enable=YES" },
{ "Exit", "Exit this menu (returning to previous)", { "Exit", "Exit this menu (returning to previous)",
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' }, checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
{ NULL } }, { NULL } },