Make SEDUCE unconditional.

This commit is contained in:
Sean Hunt
2015-03-17 18:46:32 +02:00
committed by Pasi Kallinen
parent 099a1b7b32
commit dcc2f8ba93
12 changed files with 7 additions and 49 deletions
+1 -5
View File
@@ -35,11 +35,7 @@ struct sysopt {
};
E struct sysopt sysopt;
#ifdef SEDUCE
# define SYSOPT_SEDUCE sysopt.seduce
#else
# define SYSOPT_SEDUCE 0
#endif
#define SYSOPT_SEDUCE sysopt.seduce
#endif /* SYS_H */