f5d81579f6ba9394dde1add4313e3ba3a0d877c1
[ghc-hetmet.git] / rts / hooks / RtsOptsEnabled.c
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team 2010
4  *
5  * En/disable RTS options
6  *
7  * ---------------------------------------------------------------------------*/
8
9 #include "Rts.h"
10 #include "RtsOpts.h"
11
12 const rtsOptsEnabledEnum rtsOptsEnabled = rtsOptsSafeOnly;
13