blob: 381ee0e3c5497655be2066df816d43424874a1ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* -----------------------------------------------------------------------------
*
* (c) The GHC Team, 2010
*
* En/disable RTS options
*
* ---------------------------------------------------------------------------*/
#ifndef RTSOPTS_H
#define RTSOPTS_H
extern const rtsBool rtsOptsEnabled;
#endif /* RTSOPTS_H */
|