Add Tizen 2.0 packaging
[profile/ivi/eobj.git] / cmakeconfig.h.in
1 #define PACKAGE "@PACKAGE@"
2 #define PACKAGE_NAME PACKAGE
3 #define VERSION "@PACKAGE_VERSION@"
4 #define VMAJ @VMAJ@
5 #define VMIN @VMIN@
6 #define VMIC @VMIC@
7
8 #cmakedefine HAVE___ATTRIBUTE__
9 #ifdef HAVE___ATTRIBUTE__
10 #define __UNUSED__ __attribute__((unused))
11 #else
12 #define __UNUSED__
13 #endif