X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcairo.h;h=bcbe8e097d402971e9a39d9eedfe176f44c3c655;hb=refs%2Fbuilds%2F20100311040503%2Fpspp;hp=80b2b87ee505deff0a743cd68f4b8436fcdae7e9;hpb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;p=pspp diff --git a/src/output/cairo.h b/src/output/cairo.h index 80b2b87ee5..bcbe8e097d 100644 --- a/src/output/cairo.h +++ b/src/output/cairo.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,6 +17,8 @@ #ifndef OUTPUT_CAIRO_H #define OUTPUT_CAIRO_H 1 +#ifdef HAVE_CAIRO + #include struct chart_item; @@ -36,4 +38,6 @@ void xr_draw_chart (const struct chart_item *, cairo_t *, char *xr_draw_png_chart (const struct chart_item *, const char *file_name_template, int number); +#endif /* HAVE_CAIRO */ + #endif /* output/cairo.h */