X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsOpts.h;fp=includes%2FRtsOpts.h;h=e81a41c7dfe5d7bd1db2c156d2bc9ecb3d1a1306;hb=320738062c7a81f062c5adab98a1a1c4fdbd4bc7;hp=0000000000000000000000000000000000000000;hpb=d0fb9a95f40453321b82e23d9b322e79340b48c9;p=ghc-hetmet.git diff --git a/includes/RtsOpts.h b/includes/RtsOpts.h new file mode 100644 index 0000000..e81a41c --- /dev/null +++ b/includes/RtsOpts.h @@ -0,0 +1,16 @@ +/* ----------------------------------------------------------------------------- + * + * (c) The GHC Team, 2010 + * + * En/disable RTS options + * + * ---------------------------------------------------------------------------*/ + +#ifndef RTSOPTS_H +#define RTSOPTS_H + +typedef enum {rtsOptsNone, rtsOptsSafeOnly, rtsOptsAll} rtsOptsEnabledEnum; + +extern const rtsOptsEnabledEnum rtsOptsEnabled; + +#endif /* RTSOPTS_H */