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

Approved by:	re
This commit is contained in:
jhb 2002-11-27 19:25:46 +00:00
parent 88edacc62b
commit d8720a64b2
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" },