GHC.Base.breakpoint isn't vaporware anymore.
[ghc-hetmet.git] / ghc / includes / RtsConfig.h
index d02093c..8590ccd 100644 (file)
 #define SUPPORT_LONG_LONGS 1
 #endif
 
-#if defined(SMP) || defined(THREADED_RTS)
-#define RTS_SUPPORTS_THREADS 1
-#endif
-
 /*
  * Whether the runtime system will use libbfd for debugging purposes.
  */
@@ -43,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
 #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 */