blob: f88ed9973d60c86a05116daf061e882f69ab49b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* This file is part of cairomm. */
/* Defined when the --enable-api-exceptions configure argument was given */
#undef CAIROMM_EXCEPTIONS_ENABLED
/* Major version number of cairomm. */
#undef CAIROMM_MAJOR_VERSION
/* Minor version number of cairomm. */
#undef CAIROMM_MINOR_VERSION
/* Micro version number of cairomm. */
#undef CAIROMM_MICRO_VERSION
|