X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FRtsConfig.h;h=8590ccd7cca9db7cc047ee21a068cd3fbc1ab2be;hb=86f2671b37507012692a53c2fe45357b0988cb40;hp=a2209730f4ed403acd891fa264a8349bc8c62705;hpb=693550d93040439ac20d7ab3bfcaee8ca5b7e923;p=ghc-hetmet.git diff --git a/ghc/includes/RtsConfig.h b/ghc/includes/RtsConfig.h index a220973..8590ccd 100644 --- a/ghc/includes/RtsConfig.h +++ b/ghc/includes/RtsConfig.h @@ -39,6 +39,7 @@ /* TICKY_TICKY needs EAGER_BLACKHOLING to verify no double-entries of * single-entry thunks. */ +/* #if defined(TICKY_TICKY) || defined(THREADED_RTS) */ #if defined(TICKY_TICKY) # define EAGER_BLACKHOLING #else @@ -77,4 +78,12 @@ #define RET_LBL(f) f##_ret #endif +/* ----------------------------------------------------------------------------- + Signals - supported on non-PAR versions of the runtime. See RtsSignals.h. + -------------------------------------------------------------------------- */ + +#if !defined(PAR) +#define RTS_USER_SIGNALS 1 +#endif + #endif /* RTSCONFIG_H */