/+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

  • Committer: Gustav Hartvigsson
  • Date: 2015-06-01 20:38:00 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150601203800-ymkb9tmijhd4dkby
* Initial code.
* Bulding does not work.

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
/* #undef DEBUG */
 
13
 
 
14
 
 
15
#endif /*__H_IN_CONFIG__*/