Make SEDUCE unconditional.

This commit is contained in:
Sean Hunt
2015-02-27 19:05:01 -05:00
committed by Pasi Kallinen
parent 099a1b7b32
commit dcc2f8ba93
12 changed files with 7 additions and 49 deletions

View File

@@ -54,10 +54,8 @@ sys_early_init(){
# endif
#endif
#ifdef SEDUCE
sysopt.seduce = 1; /* if it's compiled in, default to on */
sysopt_seduce_set(sysopt.seduce);
#endif
}