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 |
|
|
30
by Gustav Hartvigsson
* Made the code compile using CMake. |
12 |
#cmakedefine DEBUG @DEBUG@
|
|
26
by Gustav Hartvigsson
* Added something to config.h.in, still not sure how it cmake works. |
13 |
|
|
88
by Gustav Hartvigsson
* Made the SMutex code compile. |
14 |
#cmakedefine HAVE_PTHREAD @HAVE_PTHREAD@
|
15 |
||
16 |
#cmakedefine HAVE_MTHREAD @HAVE_MTHREAD@
|
|
|
32
by Gustav Hartvigsson
* Added some compile options to the root CMakeLists.txt |
17 |
|
|
26
by Gustav Hartvigsson
* Added something to config.h.in, still not sure how it cmake works. |
18 |
#endif /*__H_IN_CONFIG__*/ |