~ubuntu-branches/ubuntu/karmic/moon/karmic

« back to all changes in this revision

Viewing changes to cairo/src/cairo-features.h

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-14 12:01:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090214120108-06539vb25vhbd8bn
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Generated by configure.  Do not edit. */
 
2
#ifndef CAIRO_FEATURES_H
 
3
#define CAIRO_FEATURES_H
 
4
 
 
5
#define CAIRO_HAS_FT_FONT 1
 
6
#define CAIRO_HAS_IMAGE_SURFACE 1
 
7
#define CAIRO_HAS_USER_FONT 1
 
8
#define CAIRO_HAS_XLIB_SURFACE 1
 
9
#define CAIRO_HAS_XLIB_XRENDER_SURFACE 1
 
10
 
 
11
/*#undef CAIRO_HAS_PDF_SURFACE */
 
12
/*#undef CAIRO_HAS_PNG_FUNCTIONS */
 
13
/*#undef CAIRO_HAS_PS_SURFACE */
 
14
/*#undef CAIRO_HAS_QUARTZ_FONT */
 
15
/*#undef CAIRO_HAS_QUARTZ_SURFACE */
 
16
/*#undef CAIRO_HAS_SVG_SURFACE */
 
17
/*#undef CAIRO_HAS_WIN32_FONT */
 
18
/*#undef CAIRO_HAS_WIN32_SURFACE */
 
19
 
 
20
#endif