X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FRtsConfig.h;h=8590ccd7cca9db7cc047ee21a068cd3fbc1ab2be;hb=0372ac231bd18e993a2533f784805046876d5527;hp=ade3f8a2f90774c8856fb5600482245e819966a9;hpb=03a9ff01812afc81eb5236fd3063cbec44cf469e;p=ghc-hetmet.git diff --git a/ghc/includes/RtsConfig.h b/ghc/includes/RtsConfig.h index ade3f8a..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 */