RB_USERCONF
boothowto |= RB_USERCONF;
{"boot_userconf", RB_USERCONF},
{"boot_userconf", RB_USERCONF},
if (boothowto & RB_USERCONF)
{ "userconf", RB_USERCONF },
bool userconf = (boothowto & RB_USERCONF) != 0;
if (((boothowto & RB_USERCONF) != 0) && !userconf)
bool userconf = (boothowto & RB_USERCONF) != 0;
if (((boothowto & RB_USERCONF) != 0) && !userconf)
#define DISABLESPLASH (boothowto & (RB_SINGLE | RB_USERCONF | RB_ASKNAME | \
if (boothowto & RB_USERCONF)
lua_pushinteger(L, RB_USERCONF);
(retval) |= RB_USERCONF; \