replace sparc-specific Int64 code with calls to platform-independent macros
[ghc-hetmet.git] / includes / RtsConfig.h
index 2f683cb..3b088b7 100644 (file)
@@ -24,7 +24,7 @@
 /*
  * Whether the runtime system will use libbfd for debugging purposes.
  */
-#if defined(DEBUG) && defined(HAVE_BFD_H) && defined(HAVE_LIBBFD) && !defined(_WIN32) && !defined(PAR) && !defined(GRAN)
+#if defined(DEBUG) && defined(HAVE_BFD_H) && defined(HAVE_LIBBFD) && !defined(_WIN32)
 #define USING_LIBBFD 1
 #endif
 
@@ -55,9 +55,7 @@
    Signals - supported on non-PAR versions of the runtime.  See RtsSignals.h.
    -------------------------------------------------------------------------- */
 
-#if !defined(PAR)
 #define RTS_USER_SIGNALS 1
-#endif
 
 /* Profile spin locks */