/+junk/libgego

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/libgego

« back to all changes in this revision

Viewing changes to src/config.h.in

  • Committer: Gustav Hartvigsson
  • Date: 2015-06-02 17:32:23 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150602173223-0gcslqivpyua6qha
* Woops!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
#cmakedefine DEBUG @DEBUG@
 
13
 
 
14
 
 
15
#endif /*__H_IN_CONFIG__*/