X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FDerived.h;h=f65cfc8e931d2ca7a11f503d606a615fcdd044ff;hb=6b4abadb6b860d53ed20d795cd2274bd7fc275f8;hp=bda5ce4a9185df3b10eaae2a16c64f913400b031;hpb=47774449c9d66b768a70851fe82c5222c1f60689;p=ghc-hetmet.git diff --git a/ghc/includes/Derived.h b/ghc/includes/Derived.h index bda5ce4..f65cfc8 100644 --- a/ghc/includes/Derived.h +++ b/ghc/includes/Derived.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Derived.h,v 1.1 2001/07/26 03:08:39 ken Exp $ + * $Id: Derived.h,v 1.2 2001/08/04 06:09:24 ken Exp $ * * (c) The GHC Team, 1998-2001 * @@ -22,4 +22,11 @@ #define SUPPORT_LONG_LONGS 1 #endif +/* + * Whether the runtime system will use libbfd for debugging purposes. + */ +#if defined(DEBUG) && defined(HAVE_BFD_H) && !defined(_WIN32) && !defined(PAR) && !defined(GRAN) +#define USING_LIBBFD 1 +#endif + #endif /* DERIVED_H */