summaryrefslogtreecommitdiff
path: root/src/cairo-features.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/cairo-features.h.in')
-rw-r--r--src/cairo-features.h.in14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/cairo-features.h.in b/src/cairo-features.h.in
index 632ad8d72..e2a62ba66 100644
--- a/src/cairo-features.h.in
+++ b/src/cairo-features.h.in
@@ -1,6 +1,6 @@
/* cairo - a vector graphics library with display and print output
*
- * Copyright © 2003 University of Southern California
+ * Copyright © 2003 University of Southern California
*
* This library is free software; you can redistribute it and/or
* modify it either under the terms of the GNU Lesser General Public
@@ -34,19 +34,27 @@
* Carl Worth <cworth@east.isi.edu>
*/
-#ifndef _CAIRO_CONFIG_H_
-#define _CAIRO_CONFIG_H_
+#ifndef CAIRO_FEATURES_H
+#define CAIRO_FEATURES_H
#define @PS_SURFACE_FEATURE@
+#define @PDF_SURFACE_FEATURE@
+
#define @PNG_SURFACE_FEATURE@
#define @XLIB_SURFACE_FEATURE@
+#define @QUARTZ_SURFACE_FEATURE@
+
#define @XCB_SURFACE_FEATURE@
#define @GLITZ_SURFACE_FEATURE@
+#define @FT_FONT_FEATURE@
+
+#define @ATSUI_FONT_FEATURE@
+
#define @SANITY_CHECKING_FEATURE@
#endif