Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4973 right-hear 1
#ifndef _SIGC_CONFIG_H_
2
#define _SIGC_CONFIG_H_
3
 
4
#define SIGC_MAJOR_VERSION 0
5
#define SIGC_MINOR_VERSION 8
6
#define SIGC_MICRO_VERSION 2
7
 
8
#define SIGC_CXX_PARTIAL_SPEC 1 /**/
9
#define SIGC_CXX_MEMBER_FUNC_TEMPLATES 1 /**/
10
#define SIGC_CXX_MEMBER_CLASS_TEMPLATES 1 /**/
11
#define SIGC_CXX_MUTABLE 1 /**/
12
#define SIGC_CXX_TEMPLATE_CCTOR 1
13
#define LIBSIGC_API
14
 
15
#endif