diff options
Diffstat (limited to 'cairommconfig.h.in')
-rw-r--r-- | cairommconfig.h.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cairommconfig.h.in b/cairommconfig.h.in new file mode 100644 index 0000000..f88ed99 --- /dev/null +++ b/cairommconfig.h.in @@ -0,0 +1,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 |