/* ----------------------------------------------------------------------------- * * (c) The GHC Team, 2010 * * En/disable RTS options * * ---------------------------------------------------------------------------*/ #ifndef RTSOPTS_H #define RTSOPTS_H extern const rtsBool rtsOptsEnabled; #endif /* RTSOPTS_H */