Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 217757 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- mpcommon.c
0
++ mpcommon.c
Lines 218-224 Link Here
218
    disable_system_conf = 1;
218
    disable_system_conf = 1;
219
    disable_user_conf = 1;
219
    disable_user_conf = 1;
220
#ifdef HAVE_NEW_GUI
220
#ifdef HAVE_NEW_GUI
221
    disable_gui_conf = 1;
221
/*  disable_gui_conf = 1;*/
222
#endif /* HAVE_NEW_GUI */
222
#endif /* HAVE_NEW_GUI */
223
}
223
}
224
224
Lines 227-233 Link Here
227
    {"system", &disable_system_conf, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_NOCFG|CONF_PRE_PARSE, 0, 1, NULL},
227
    {"system", &disable_system_conf, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_NOCFG|CONF_PRE_PARSE, 0, 1, NULL},
228
    {"user", &disable_user_conf, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_NOCFG|CONF_PRE_PARSE, 0, 1, NULL},
228
    {"user", &disable_user_conf, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_NOCFG|CONF_PRE_PARSE, 0, 1, NULL},
229
#ifdef HAVE_NEW_GUI
229
#ifdef HAVE_NEW_GUI
230
    {"gui", &disable_gui_conf, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_NOCFG|CONF_PRE_PARSE, 0, 1, NULL},
230
/*  {"gui", &disable_gui_conf, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_NOCFG|CONF_PRE_PARSE, 0, 1, NULL},*/
231
#endif /* HAVE_NEW_GUI */
231
#endif /* HAVE_NEW_GUI */
232
    {NULL, NULL, 0, 0, 0, 0, NULL}
232
    {NULL, NULL, 0, 0, 0, 0, NULL}
233
};
233
};

Return to bug 217757