~ubuntu-branches/debian/squeeze/librsvg/squeeze

« back to all changes in this revision

Viewing changes to librsvg-features.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-05-01 14:23:09 UTC
  • mfrom: (1.1.22 upstream) (25.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100501142309-f0otyldu6gyratt9
Tags: 2.26.3-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
#define LIBRSVG_MAJOR_VERSION (2)
5
5
#define LIBRSVG_MINOR_VERSION (26)
6
 
#define LIBRSVG_MICRO_VERSION (0)
 
6
#define LIBRSVG_MICRO_VERSION (3)
7
7
#define LIBRSVG_VERSION ""
8
8
 
9
9
#define LIBRSVG_CHECK_VERSION(major,minor,micro) \
12
12
   (LIBRSVG_MAJOR_VERSION == (major) && LIBRSVG_MINOR_VERSION == (minor) && LIBRSVG_MICRO_VERSION >= (micro)))
13
13
 
14
14
#define LIBRSVG_HAVE_SVGZ  (1)
15
 
#define LIBRSVG_HAVE_CSS   (1)
 
15
#define LIBRSVG_HAVE_CSS   (0)
16
16
 
17
17
#define LIBRSVG_CHECK_FEATURE(FEATURE) (defined(LIBRSVG_HAVE_##FEATURE) && LIBRSVG_HAVE_##FEATURE)
18
18