/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to libssts/config.h.in

  • Committer: Gustav Hartvigsson
  • Date: 2016-02-02 09:21:32 UTC
  • mto: This revision was merged to the branch mainline in revision 127.
  • Revision ID: gustav.hartvigsson@gmail.com-20160202092132-ap1peq2rvl1go9up
* Using
   #ifndef __H_FOO__
   #define __H_FOO__
   ...
   #endif
   is for scrubs.
   Now using #pragma once like a sane person... :-)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 * If this is config.h, it is auto generated by cmake.
4
4
 */
5
5
 
6
 
#ifndef __H_IN_CONFIG__
7
 
#define __H_IN_CONFIG__
 
6
#pragma once
8
7
 
9
8
#define ON 1
10
9
#define OFF 0
23
22
 
24
23
 
25
24
//#define SSTS_BUILDING @SSTS_BUILDING@
26
 
 
27
 
#endif /*__H_IN_CONFIG__*/