/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk
26 by Gustav Hartvigsson
* Added something to config.h.in, still not sure how it cmake works.
1
/*
2
 * Original file is config.h.in
3
 * If this is config.h, it is auto generated by cmake.
4
 */
5
6
#ifndef __H_IN_CONFIG__
7
#define __H_IN_CONFIG__
8
88 by Gustav Hartvigsson
* Made the SMutex code compile.
9
#define ON 1
10
#define OFF 0
32 by Gustav Hartvigsson
* Added some compile options to the root CMakeLists.txt
11
91 by Gustav Hartvigsson
* Moved Version Number to config.h.in
12
#define DEBUG @DEBUG@
13
14
#define HAVE_PTHREAD @HAVE_PTHREAD@
15
16
#define HAVE_MTHREAD @HAVE_MTHREAD@
17
18
#define SIMPLE_TYPE_SYSTEM_VERSION_MAJOR @SSTS_V_MAJOR@
19
#define SIMPLE_TYPE_SYSTEM_VERSION_MINOR @SSTS_V_MINOR@
20
#define SIMPLE_TYPE_SYSTEM_VERSION_PATCH @SSTS_V_PATCH@
32 by Gustav Hartvigsson
* Added some compile options to the root CMakeLists.txt
21
26 by Gustav Hartvigsson
* Added something to config.h.in, still not sure how it cmake works.
22
#endif /*__H_IN_CONFIG__*/