To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/libgego
1
by Gustav Hartvigsson
* Initial code.
|
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
|
|
9
|
#define ON TRUE
|
10
|
#define OFF FALSE
|
11
|
|
12
|
/* #undef DEBUG */
|
13
|
|
14
|
|
15
|
#endif /*__H_IN_CONFIG__*/
|