X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsConfig.h;h=3b088b7417f52774a310adef977ecb3e7c23cefd;hb=1bca92d715d8b358ee83ff5ee0bc085bec063e59;hp=2f683cb00f73429cd32a6c95adc36eb1b932da7f;hpb=d600bf7a6afdbfc4a22f9379406a9c6f789a4c2d;p=ghc-hetmet.git diff --git a/includes/RtsConfig.h b/includes/RtsConfig.h index 2f683cb..3b088b7 100644 --- a/includes/RtsConfig.h +++ b/includes/RtsConfig.h @@ -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 */