X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FRtsConfig.h;h=8590ccd7cca9db7cc047ee21a068cd3fbc1ab2be;hb=3034a6c8cfb50e2b5af4ef57c419986039b53a94;hp=31cbf7cf2af41f12845bb664fcc377706bcdd681;hpb=81aad35c3b00f76748ba46e6b94686058f5cca7b;p=ghc-hetmet.git diff --git a/ghc/includes/RtsConfig.h b/ghc/includes/RtsConfig.h index 31cbf7c..8590ccd 100644 --- a/ghc/includes/RtsConfig.h +++ b/ghc/includes/RtsConfig.h @@ -39,7 +39,7 @@ /* TICKY_TICKY needs EAGER_BLACKHOLING to verify no double-entries of * single-entry thunks. */ -/* #if defined(TICKY_TICKY) || defined(SMP) */ +/* #if defined(TICKY_TICKY) || defined(THREADED_RTS) */ #if defined(TICKY_TICKY) # define EAGER_BLACKHOLING #else @@ -78,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 */