ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/prefs_unix.cpp
(Generate patch)

Comparing SheepShaver/src/Unix/prefs_unix.cpp (file contents):
Revision 1.6 by gbeauche, 2004-05-09T17:44:17Z vs.
Revision 1.7 by gbeauche, 2004-05-15T16:36:43Z

# Line 40 | Line 40 | prefs_desc platform_prefs_items[] = {
40   #ifdef HAVE_SIGSEGV_SKIP_INSTRUCTION
41          {"ignoresegv", TYPE_BOOLEAN, false,    "ignore illegal memory accesses"},
42   #endif
43 +        {"idlewait", TYPE_BOOLEAN, false,      "sleep when idle"},
44          {NULL, TYPE_END, false, NULL} // End of list
45   };
46  
# Line 122 | Line 123 | void AddPlatformPrefsDefaults(void)
123   #ifdef HAVE_SIGSEGV_SKIP_INSTRUCTION
124          PrefsAddBool("ignoresegv", false);
125   #endif
126 +        PrefsAddBool("idlewait", true);
127   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines