Make no-settings-file defaults match the empty-settings-file defaults.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20950 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2007-05-01 13:00:33 +00:00
parent dfc2cabe43
commit cafc95e0af
+2 -2
View File
@@ -46,8 +46,8 @@ typedef struct debugger_command {
int dbg_register_file[B_MAX_CPU_COUNT][14];
/* XXXmpetit -- must be made generic */
static bool sSerialDebugEnabled = false;
static bool sSyslogOutputEnabled = false;
static bool sSerialDebugEnabled = true;
static bool sSyslogOutputEnabled = true;
static bool sBlueScreenEnabled = false;
static bool sDebugScreenEnabled = false;
static bool sBlueScreenOutput = true;