/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
126.1.1 by Gustav Hartvigsson
* Using
6
#pragma once
26 by Gustav Hartvigsson
* Added something to config.h.in, still not sure how it cmake works.
7
88 by Gustav Hartvigsson
* Made the SMutex code compile.
8
#define ON 1
9
#define OFF 0
32 by Gustav Hartvigsson
* Added some compile options to the root CMakeLists.txt
10
91 by Gustav Hartvigsson
* Moved Version Number to config.h.in
11
#define DEBUG @DEBUG@
12
13
#define HAVE_PTHREAD @HAVE_PTHREAD@
14
15
#define HAVE_MTHREAD @HAVE_MTHREAD@
16
121.1.3 by Gustav Hartvigsson
* Made the GC switchable at rutime (once) when compiled with S_USE_GC set.
17
#define USE_GC @S_USE_GC@
121.1.1 by Gustav Hartvigsson
* added CMake rules for libgc in CMakeLists.txt and a findGC file.
18
91 by Gustav Hartvigsson
* Moved Version Number to config.h.in
19
#define SIMPLE_TYPE_SYSTEM_VERSION_MAJOR @SSTS_V_MAJOR@
20
#define SIMPLE_TYPE_SYSTEM_VERSION_MINOR @SSTS_V_MINOR@
21
#define SIMPLE_TYPE_SYSTEM_VERSION_PATCH @SSTS_V_PATCH@
32 by Gustav Hartvigsson
* Added some compile options to the root CMakeLists.txt
22
110 by Gustav Hartvigsson
* added S_ prifix to my macros. I should not be a scrub.
23
118 by Gustav Hartvigsson
* Added embedded copyright information in the library.
24
//#define SSTS_BUILDING @SSTS_BUILDING@