summaryrefslogtreecommitdiffstats
path: root/akregator/src/mk4storage/metakit/src/mwcw.h
blob: 1c863b967d87af83fa36a09cbe005df1d46c4411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// mwcw.h --
// $Id$
// This is part of Metakit, see http://www.equi4.com/metakit/

/** @file
 * Configuration header for Metrowerks CodeWarrior
 */

#define q4_MWCW 1

/////////////////////////////////////////////////////////////////////////////

#if q4_68K
#if !__option(IEEEdoubles)
#error Cannot build Metakit with 10-byte doubles
#endif
#endif

#if __option(bool)
#define q4_BOOL 1
  // undo previous defaults, because q4_BOOL is not set early enough
#undef false
#undef true
#undef bool
#endif

#undef _MSC_VER

#pragma export on

/////////////////////////////////////////////////////////////////////////////