Only display the APM option in the Startup menu on i386.

Approved by:	re
This commit is contained in:
John Baldwin 2002-11-27 19:25:46 +00:00
parent 748d6a2e75
commit 25f775064e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107335
2 changed files with 4 additions and 0 deletions

View file

@ -1448,8 +1448,10 @@ DMenu MenuStartup = {
NULL,
{ { "X Exit", "Exit this menu (returning to previous)",
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
#ifdef __i386__
{ " APM", "Auto-power management services (typically laptops)",
dmenuVarCheck, dmenuToggleVariable, NULL, "apm_enable=YES" },
#endif
#ifdef PCCARD_ARCH
{ " pccard", "Enable PCCARD (AKA PCMCIA) services (also laptops)",
dmenuVarCheck, dmenuToggleVariable, NULL, "pccard_enable=YES" },

View file

@ -1448,8 +1448,10 @@ DMenu MenuStartup = {
NULL,
{ { "X Exit", "Exit this menu (returning to previous)",
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
#ifdef __i386__
{ " APM", "Auto-power management services (typically laptops)",
dmenuVarCheck, dmenuToggleVariable, NULL, "apm_enable=YES" },
#endif
#ifdef PCCARD_ARCH
{ " pccard", "Enable PCCARD (AKA PCMCIA) services (also laptops)",
dmenuVarCheck, dmenuToggleVariable, NULL, "pccard_enable=YES" },