output: Make chart geometry the responsibility of the output driver.
[pspp-builds.git] / src / output / charts / libplot-dummy.c
1 #include <config.h>
2
3 #ifndef HAVE_LIBPLOT
4 #include <libpspp/compiler.h>
5 #include <output/chart.h>
6 #include <stdlib.h>
7
8 plPlotter * pl_newpl_r (const char *type UNUSED, FILE *infile UNUSED, FILE *outfile UNUSED, FILE *errfile UNUSED, const plPlotterParams *plotter_params UNUSED) { abort (); }
9 int pl_deletepl_r (plPlotter *plotter UNUSED) { abort (); }
10
11 plPlotterParams * pl_newplparams (void UNUSED) { abort (); }
12 int pl_deleteplparams (plPlotterParams *plotter_params UNUSED) { abort (); }
13 plPlotterParams * pl_copyplparams (const plPlotterParams *plotter_params UNUSED) { abort (); }
14
15 int pl_setplparam (plPlotterParams *plotter_params UNUSED, const char *parameter UNUSED, void *value UNUSED) { abort (); }
16
17 int pl_arc_r (plPlotter *plotter UNUSED, int xc UNUSED, int yc UNUSED, int x0 UNUSED, int y0 UNUSED, int x1 UNUSED, int y1 UNUSED) { abort (); }
18 int pl_box_r (plPlotter *plotter UNUSED, int x0 UNUSED, int y0 UNUSED, int x1 UNUSED, int y1 UNUSED) { abort (); }
19 int pl_circle_r (plPlotter *plotter UNUSED, int x UNUSED, int y UNUSED, int r UNUSED) { abort (); }
20 int pl_closepl_r (plPlotter *plotter UNUSED) { abort (); }
21 int pl_cont_r (plPlotter *plotter UNUSED, int x UNUSED, int y UNUSED) { abort (); }
22 int pl_erase_r (plPlotter *plotter UNUSED) { abort (); }
23 int pl_label_r (plPlotter *plotter UNUSED, const char *s UNUSED) { abort (); }
24 int pl_line_r (plPlotter *plotter UNUSED, int x0 UNUSED, int y0 UNUSED, int x1 UNUSED, int y1 UNUSED) { abort (); }
25 int pl_linemod_r (plPlotter *plotter UNUSED, const char *s UNUSED) { abort (); }
26 int pl_move_r (plPlotter *plotter UNUSED, int x UNUSED, int y UNUSED) { abort (); }
27 int pl_openpl_r (plPlotter *plotter UNUSED) { abort (); }
28 int pl_point_r (plPlotter *plotter UNUSED, int x UNUSED, int y UNUSED) { abort (); }
29 int pl_space_r (plPlotter *plotter UNUSED, int x0 UNUSED, int y0 UNUSED, int x1 UNUSED, int y1 UNUSED) { abort (); }
30
31 FILE* pl_outfile_r (plPlotter *plotter UNUSED, FILE* outfile UNUSED) { abort (); }/* OBSOLETE */
32 int pl_alabel_r (plPlotter *plotter UNUSED, int x_justify UNUSED, int y_justify UNUSED, const char *s UNUSED) { abort (); }
33 int pl_arcrel_r (plPlotter *plotter UNUSED, int dxc UNUSED, int dyc UNUSED, int dx0 UNUSED, int dy0 UNUSED, int dx1 UNUSED, int dy1 UNUSED) { abort (); }
34 int pl_bezier2_r (plPlotter *plotter UNUSED, int x0 UNUSED, int y0 UNUSED, int x1 UNUSED, int y1 UNUSED, int x2 UNUSED, int y2 UNUSED) { abort (); }
35 int pl_bezier2rel_r (plPlotter *plotter UNUSED, int dx0 UNUSED, int dy0 UNUSED, int dx1 UNUSED, int dy1 UNUSED, int dx2 UNUSED, int dy2 UNUSED) { abort (); }
36 int pl_bezier3_r (plPlotter *plotter UNUSED, int x0 UNUSED, int y0 UNUSED, int x1 UNUSED, int y1 UNUSED, int x2 UNUSED, int y2 UNUSED, int x3 UNUSED, int y3 UNUSED) { abort (); }
37 int pl_bezier3rel_r (plPlotter *plotter UNUSED, int dx0 UNUSED, int dy0 UNUSED, int dx1 UNUSED, int dy1 UNUSED, int dx2 UNUSED, int dy2 UNUSED, int dx3 UNUSED, int dy3 UNUSED) { abort (); }
38 int pl_bgcolor_r (plPlotter *plotter UNUSED, int red UNUSED, int green UNUSED, int blue UNUSED) { abort (); }
39 int pl_bgcolorname_r (plPlotter *plotter UNUSED, const char *name UNUSED) { abort (); }
40 int pl_boxrel_r (plPlotter *plotter UNUSED, int dx0 UNUSED, int dy0 UNUSED, int dx1 UNUSED, int dy1 UNUSED) { abort (); }
41 int pl_capmod_r (plPlotter *plotter UNUSED, const char *s UNUSED) { abort (); }
42 int pl_circlerel_r (plPlotter *plotter UNUSED, int dx UNUSED, int dy UNUSED, int r UNUSED) { abort (); }
43 int pl_closepath_r (plPlotter *plotter UNUSED) { abort (); }
44 int pl_color_r (plPlotter *plotter UNUSED, int red UNUSED, int green UNUSED, int blue UNUSED) { abort (); }
45 int pl_colorname_r (plPlotter *plotter UNUSED, const char *name UNUSED) { abort (); }
46 int pl_contrel_r (plPlotter *plotter UNUSED, int x UNUSED, int y UNUSED) { abort (); }
47 int pl_ellarc_r (plPlotter *plotter UNUSED, int xc UNUSED, int yc UNUSED, int x0 UNUSED, int y0 UNUSED, int x1 UNUSED, int y1 UNUSED) { abort (); }
48 int pl_ellarcrel_r (plPlotter *plotter UNUSED, int dxc UNUSED, int dyc UNUSED, int dx0 UNUSED, int dy0 UNUSED, int dx1 UNUSED, int dy1 UNUSED) { abort (); }
49 int pl_ellipse_r (plPlotter *plotter UNUSED, int x UNUSED, int y UNUSED, int rx UNUSED, int ry UNUSED, int angle UNUSED) { abort (); }
50 int pl_ellipserel_r (plPlotter *plotter UNUSED, int dx UNUSED, int dy UNUSED, int rx UNUSED, int ry UNUSED, int angle UNUSED) { abort (); }
51 int pl_endpath_r (plPlotter *plotter UNUSED) { abort (); }
52 int pl_endsubpath_r (plPlotter *plotter UNUSED) { abort (); }
53 int pl_fillcolor_r (plPlotter *plotter UNUSED, int red UNUSED, int green UNUSED, int blue UNUSED) { abort (); }
54 int pl_fillcolorname_r (plPlotter *plotter UNUSED, const char *name UNUSED) { abort (); }
55 int pl_fillmod_r (plPlotter *plotter UNUSED, const char *s UNUSED) { abort (); }
56 int pl_filltype_r (plPlotter *plotter UNUSED, int level UNUSED) { abort (); }
57 int pl_flushpl_r (plPlotter *plotter UNUSED) { abort (); }
58 int pl_fontname_r (plPlotter *plotter UNUSED, const char *s UNUSED) { abort (); }
59 int pl_fontsize_r (plPlotter *plotter UNUSED, int size UNUSED) { abort (); }
60 int pl_havecap_r (plPlotter *plotter UNUSED, const char *s UNUSED) { abort (); }
61 int pl_joinmod_r (plPlotter *plotter UNUSED, const char *s UNUSED) { abort (); }
62 int pl_labelwidth_r (plPlotter *plotter UNUSED, const char *s UNUSED) { abort (); }
63 int pl_linedash_r (plPlotter *plotter UNUSED, int n UNUSED, const int *dashes UNUSED, int offset UNUSED) { abort (); }
64 int pl_linerel_r (plPlotter *plotter UNUSED, int dx0 UNUSED, int dy0 UNUSED, int dx1 UNUSED, int dy1 UNUSED) { abort (); }
65 int pl_linewidth_r (plPlotter *plotter UNUSED, int size UNUSED) { abort (); }
66 int pl_marker_r (plPlotter *plotter UNUSED, int x UNUSED, int y UNUSED, int type UNUSED, int size UNUSED) { abort (); }
67 int pl_markerrel_r (plPlotter *plotter UNUSED, int dx UNUSED, int dy UNUSED, int type UNUSED, int size UNUSED) { abort (); }
68 int pl_moverel_r (plPlotter *plotter UNUSED, int x UNUSED, int y UNUSED) { abort (); }
69 int pl_orientation_r (plPlotter *plotter UNUSED, int direction UNUSED) { abort (); }
70 int pl_pencolor_r (plPlotter *plotter UNUSED, int red UNUSED, int green UNUSED, int blue UNUSED) { abort (); }
71 int pl_pencolorname_r (plPlotter *plotter UNUSED, const char *name UNUSED) { abort (); }
72 int pl_pentype_r (plPlotter *plotter UNUSED, int level UNUSED) { abort (); }
73 int pl_pointrel_r (plPlotter *plotter UNUSED, int dx UNUSED, int dy UNUSED) { abort (); }
74 int pl_restorestate_r (plPlotter *plotter UNUSED) { abort (); }
75 int pl_savestate_r (plPlotter *plotter UNUSED) { abort (); }
76 int pl_space2_r (plPlotter *plotter UNUSED, int x0 UNUSED, int y0 UNUSED, int x1 UNUSED, int y1 UNUSED, int x2 UNUSED, int y2 UNUSED) { abort (); }
77 int pl_textangle_r (plPlotter *plotter UNUSED, int angle UNUSED) { abort (); }
78
79 double pl_ffontname_r (plPlotter *plotter UNUSED, const char *s UNUSED) { abort (); }
80 double pl_ffontsize_r (plPlotter *plotter UNUSED, double size UNUSED) { abort (); }
81 double pl_flabelwidth_r (plPlotter *plotter UNUSED, const char *s UNUSED) { abort (); }
82 double pl_ftextangle_r (plPlotter *plotter UNUSED, double angle UNUSED) { abort (); }
83 int pl_farc_r (plPlotter *plotter UNUSED, double xc UNUSED, double yc UNUSED, double x0 UNUSED, double y0 UNUSED, double x1 UNUSED, double y1 UNUSED) { abort (); }
84 int pl_farcrel_r (plPlotter *plotter UNUSED, double dxc UNUSED, double dyc UNUSED, double dx0 UNUSED, double dy0 UNUSED, double dx1 UNUSED, double dy1 UNUSED) { abort (); }
85 int pl_fbezier2_r (plPlotter *plotter UNUSED, double x0 UNUSED, double y0 UNUSED, double x1 UNUSED, double y1 UNUSED, double x2 UNUSED, double y2 UNUSED) { abort (); }
86 int pl_fbezier2rel_r (plPlotter *plotter UNUSED, double dx0 UNUSED, double dy0 UNUSED, double dx1 UNUSED, double dy1 UNUSED, double dx2 UNUSED, double dy2 UNUSED) { abort (); }
87 int pl_fbezier3_r (plPlotter *plotter UNUSED, double x0 UNUSED, double y0 UNUSED, double x1 UNUSED, double y1 UNUSED, double x2 UNUSED, double y2 UNUSED, double x3 UNUSED, double y3 UNUSED) { abort (); }
88 int pl_fbezier3rel_r (plPlotter *plotter UNUSED, double dx0 UNUSED, double dy0 UNUSED, double dx1 UNUSED, double dy1 UNUSED, double dx2 UNUSED, double dy2 UNUSED, double dx3 UNUSED, double dy3 UNUSED) { abort (); }
89 int pl_fbox_r (plPlotter *plotter UNUSED, double x0 UNUSED, double y0 UNUSED, double x1 UNUSED, double y1 UNUSED) { abort (); }
90 int pl_fboxrel_r (plPlotter *plotter UNUSED, double dx0 UNUSED, double dy0 UNUSED, double dx1 UNUSED, double dy1 UNUSED) { abort (); }
91 int pl_fcircle_r (plPlotter *plotter UNUSED, double x UNUSED, double y UNUSED, double r UNUSED) { abort (); }
92 int pl_fcirclerel_r (plPlotter *plotter UNUSED, double dx UNUSED, double dy UNUSED, double r UNUSED) { abort (); }
93 int pl_fcont_r (plPlotter *plotter UNUSED, double x UNUSED, double y UNUSED) { abort (); }
94 int pl_fcontrel_r (plPlotter *plotter UNUSED, double dx UNUSED, double dy UNUSED) { abort (); }
95 int pl_fellarc_r (plPlotter *plotter UNUSED, double xc UNUSED, double yc UNUSED, double x0 UNUSED, double y0 UNUSED, double x1 UNUSED, double y1 UNUSED) { abort (); }
96 int pl_fellarcrel_r (plPlotter *plotter UNUSED, double dxc UNUSED, double dyc UNUSED, double dx0 UNUSED, double dy0 UNUSED, double dx1 UNUSED, double dy1 UNUSED) { abort (); }
97 int pl_fellipse_r (plPlotter *plotter UNUSED, double x UNUSED, double y UNUSED, double rx UNUSED, double ry UNUSED, double angle UNUSED) { abort (); }
98 int pl_fellipserel_r (plPlotter *plotter UNUSED, double dx UNUSED, double dy UNUSED, double rx UNUSED, double ry UNUSED, double angle UNUSED) { abort (); }
99 int pl_flinedash_r (plPlotter *plotter UNUSED, int n UNUSED, const double *dashes UNUSED, double offset UNUSED) { abort (); }
100 int pl_fline_r (plPlotter *plotter UNUSED, double x0 UNUSED, double y0 UNUSED, double x1 UNUSED, double y1 UNUSED) { abort (); }
101 int pl_flinerel_r (plPlotter *plotter UNUSED, double dx0 UNUSED, double dy0 UNUSED, double dx1 UNUSED, double dy1 UNUSED) { abort (); }
102 int pl_flinewidth_r (plPlotter *plotter UNUSED, double size UNUSED) { abort (); }
103 int pl_fmarker_r (plPlotter *plotter UNUSED, double x UNUSED, double y UNUSED, int type UNUSED, double size UNUSED) { abort (); }
104 int pl_fmarkerrel_r (plPlotter *plotter UNUSED, double dx UNUSED, double dy UNUSED, int type UNUSED, double size UNUSED) { abort (); }
105 int pl_fmove_r (plPlotter *plotter UNUSED, double x UNUSED, double y UNUSED) { abort (); }
106 int pl_fmoverel_r (plPlotter *plotter UNUSED, double dx UNUSED, double dy UNUSED) { abort (); }
107 int pl_fpoint_r (plPlotter *plotter UNUSED, double x UNUSED, double y UNUSED) { abort (); }
108 int pl_fpointrel_r (plPlotter *plotter UNUSED, double dx UNUSED, double dy UNUSED) { abort (); }
109 int pl_fspace_r (plPlotter *plotter UNUSED, double x0 UNUSED, double y0 UNUSED, double x1 UNUSED, double y1 UNUSED) { abort (); }
110 int pl_fspace2_r (plPlotter *plotter UNUSED, double x0 UNUSED, double y0 UNUSED, double x1 UNUSED, double y1 UNUSED, double x2 UNUSED, double y2 UNUSED) { abort (); }
111
112 int pl_fconcat_r (plPlotter *plotter UNUSED, double m0 UNUSED, double m1 UNUSED, double m2 UNUSED, double m3 UNUSED, double m4 UNUSED, double m5 UNUSED) { abort (); }
113 int pl_fmiterlimit_r (plPlotter *plotter UNUSED, double limit UNUSED) { abort (); }
114 int pl_frotate_r (plPlotter *plotter UNUSED, double theta UNUSED) { abort (); }
115 int pl_fscale_r (plPlotter *plotter UNUSED, double x UNUSED, double y UNUSED) { abort (); }
116 int pl_fsetmatrix_r (plPlotter *plotter UNUSED, double m0 UNUSED, double m1 UNUSED, double m2 UNUSED, double m3 UNUSED, double m4 UNUSED, double m5 UNUSED) { abort (); }
117 int pl_ftranslate_r (plPlotter *plotter UNUSED, double x UNUSED, double y UNUSED) { abort (); }
118
119 int pl_newpl (const char *type UNUSED, FILE *infile UNUSED, FILE *outfile UNUSED, FILE *errfile UNUSED) { abort (); }
120 int pl_selectpl (int handle UNUSED) { abort (); }
121 int pl_deletepl (int handle UNUSED) { abort (); }
122
123 int pl_parampl (const char *parameter UNUSED, void *value UNUSED) { abort (); }
124
125 int pl_arc (int xc UNUSED, int yc UNUSED, int x0 UNUSED, int y0 UNUSED, int x1 UNUSED, int y1 UNUSED) { abort (); }
126 int pl_box (int x0 UNUSED, int y0 UNUSED, int x1 UNUSED, int y1 UNUSED) { abort (); }
127 int pl_circle (int x UNUSED, int y UNUSED, int r UNUSED) { abort (); }
128 int pl_closepl (void UNUSED) { abort (); }
129 int pl_cont (int x UNUSED, int y UNUSED) { abort (); }
130 int pl_erase (void UNUSED) { abort (); }
131 int pl_label (const char *s UNUSED) { abort (); }
132 int pl_line (int x0 UNUSED, int y0 UNUSED, int x1 UNUSED, int y1 UNUSED) { abort (); }
133 int pl_linemod (const char *s UNUSED) { abort (); }
134 int pl_move (int x UNUSED, int y UNUSED) { abort (); }
135 int pl_openpl (void UNUSED) { abort (); }
136 int pl_point (int x UNUSED, int y UNUSED) { abort (); }
137 int pl_space (int x0 UNUSED, int y0 UNUSED, int x1 UNUSED, int y1 UNUSED) { abort (); }
138
139 FILE* pl_outfile (FILE* outfile UNUSED) { abort (); }/* OBSOLETE */
140 int pl_alabel (int x_justify UNUSED, int y_justify UNUSED, const char *s UNUSED) { abort (); }
141 int pl_arcrel (int dxc UNUSED, int dyc UNUSED, int dx0 UNUSED, int dy0 UNUSED, int dx1 UNUSED, int dy1 UNUSED) { abort (); }
142 int pl_bezier2 (int x0 UNUSED, int y0 UNUSED, int x1 UNUSED, int y1 UNUSED, int x2 UNUSED, int y2 UNUSED) { abort (); }
143 int pl_bezier2rel (int dx0 UNUSED, int dy0 UNUSED, int dx1 UNUSED, int dy1 UNUSED, int dx2 UNUSED, int dy2 UNUSED) { abort (); }
144 int pl_bezier3 (int x0 UNUSED, int y0 UNUSED, int x1 UNUSED, int y1 UNUSED, int x2 UNUSED, int y2 UNUSED, int x3 UNUSED, int y3 UNUSED) { abort (); }
145 int pl_bezier3rel (int dx0 UNUSED, int dy0 UNUSED, int dx1 UNUSED, int dy1 UNUSED, int dx2 UNUSED, int dy2 UNUSED, int dx3 UNUSED, int dy3 UNUSED) { abort (); }
146 int pl_bgcolor (int red UNUSED, int green UNUSED, int blue UNUSED) { abort (); }
147 int pl_bgcolorname (const char *name UNUSED) { abort (); }
148 int pl_boxrel (int dx0 UNUSED, int dy0 UNUSED, int dx1 UNUSED, int dy1 UNUSED) { abort (); }
149 int pl_capmod (const char *s UNUSED) { abort (); }
150 int pl_circlerel (int dx UNUSED, int dy UNUSED, int r UNUSED) { abort (); }
151 int pl_closepath (void UNUSED) { abort (); }
152 int pl_color (int red UNUSED, int green UNUSED, int blue UNUSED) { abort (); }
153 int pl_colorname (const char *name UNUSED) { abort (); }
154 int pl_contrel (int x UNUSED, int y UNUSED) { abort (); }
155 int pl_ellarc (int xc UNUSED, int yc UNUSED, int x0 UNUSED, int y0 UNUSED, int x1 UNUSED, int y1 UNUSED) { abort (); }
156 int pl_ellarcrel (int dxc UNUSED, int dyc UNUSED, int dx0 UNUSED, int dy0 UNUSED, int dx1 UNUSED, int dy1 UNUSED) { abort (); }
157 int pl_ellipse (int x UNUSED, int y UNUSED, int rx UNUSED, int ry UNUSED, int angle UNUSED) { abort (); }
158 int pl_ellipserel (int dx UNUSED, int dy UNUSED, int rx UNUSED, int ry UNUSED, int angle UNUSED) { abort (); }
159 int pl_endpath (void UNUSED) { abort (); }
160 int pl_endsubpath (void UNUSED) { abort (); }
161 int pl_fillcolor (int red UNUSED, int green UNUSED, int blue UNUSED) { abort (); }
162 int pl_fillcolorname (const char *name UNUSED) { abort (); }
163 int pl_fillmod (const char *s UNUSED) { abort (); }
164 int pl_filltype (int level UNUSED) { abort (); }
165 int pl_flushpl (void UNUSED) { abort (); }
166 int pl_fontname (const char *s UNUSED) { abort (); }
167 int pl_fontsize (int size UNUSED) { abort (); }
168 int pl_havecap (const char *s UNUSED) { abort (); }
169 int pl_joinmod (const char *s UNUSED) { abort (); }
170 int pl_labelwidth (const char *s UNUSED) { abort (); }
171 int pl_linedash (int n UNUSED, const int *dashes UNUSED, int offset UNUSED) { abort (); }
172 int pl_linerel (int dx0 UNUSED, int dy0 UNUSED, int dx1 UNUSED, int dy1 UNUSED) { abort (); }
173 int pl_linewidth (int size UNUSED) { abort (); }
174 int pl_marker (int x UNUSED, int y UNUSED, int type UNUSED, int size UNUSED) { abort (); }
175 int pl_markerrel (int dx UNUSED, int dy UNUSED, int type UNUSED, int size UNUSED) { abort (); }
176 int pl_moverel (int x UNUSED, int y UNUSED) { abort (); }
177 int pl_orientation (int direction UNUSED) { abort (); }
178 int pl_pencolor (int red UNUSED, int green UNUSED, int blue UNUSED) { abort (); }
179 int pl_pencolorname (const char *name UNUSED) { abort (); }
180 int pl_pentype (int level UNUSED) { abort (); }
181 int pl_pointrel (int dx UNUSED, int dy UNUSED) { abort (); }
182 int pl_restorestate (void UNUSED) { abort (); }
183 int pl_savestate (void UNUSED) { abort (); }
184 int pl_space2 (int x0 UNUSED, int y0 UNUSED, int x1 UNUSED, int y1 UNUSED, int x2 UNUSED, int y2 UNUSED) { abort (); }
185 int pl_textangle (int angle UNUSED) { abort (); }
186
187 double pl_ffontname (const char *s UNUSED) { abort (); }
188 double pl_ffontsize (double size UNUSED) { abort (); }
189 double pl_flabelwidth (const char *s UNUSED) { abort (); }
190 double pl_ftextangle (double angle UNUSED) { abort (); }
191 int pl_farc (double xc UNUSED, double yc UNUSED, double x0 UNUSED, double y0 UNUSED, double x1 UNUSED, double y1 UNUSED) { abort (); }
192 int pl_farcrel (double dxc UNUSED, double dyc UNUSED, double dx0 UNUSED, double dy0 UNUSED, double dx1 UNUSED, double dy1 UNUSED) { abort (); }
193 int pl_fbezier2 (double x0 UNUSED, double y0 UNUSED, double x1 UNUSED, double y1 UNUSED, double x2 UNUSED, double y2 UNUSED) { abort (); }
194 int pl_fbezier2rel (double dx0 UNUSED, double dy0 UNUSED, double dx1 UNUSED, double dy1 UNUSED, double dx2 UNUSED, double dy2 UNUSED) { abort (); }
195 int pl_fbezier3 (double x0 UNUSED, double y0 UNUSED, double x1 UNUSED, double y1 UNUSED, double x2 UNUSED, double y2 UNUSED, double x3 UNUSED, double y3 UNUSED) { abort (); }
196 int pl_fbezier3rel (double dx0 UNUSED, double dy0 UNUSED, double dx1 UNUSED, double dy1 UNUSED, double dx2 UNUSED, double dy2 UNUSED, double dx3 UNUSED, double dy3 UNUSED) { abort (); }
197 int pl_fbox (double x0 UNUSED, double y0 UNUSED, double x1 UNUSED, double y1 UNUSED) { abort (); }
198 int pl_fboxrel (double dx0 UNUSED, double dy0 UNUSED, double dx1 UNUSED, double dy1 UNUSED) { abort (); }
199 int pl_fcircle (double x UNUSED, double y UNUSED, double r UNUSED) { abort (); }
200 int pl_fcirclerel (double dx UNUSED, double dy UNUSED, double r UNUSED) { abort (); }
201 int pl_fcont (double x UNUSED, double y UNUSED) { abort (); }
202 int pl_fcontrel (double dx UNUSED, double dy UNUSED) { abort (); }
203 int pl_fellarc (double xc UNUSED, double yc UNUSED, double x0 UNUSED, double y0 UNUSED, double x1 UNUSED, double y1 UNUSED) { abort (); }
204 int pl_fellarcrel (double dxc UNUSED, double dyc UNUSED, double dx0 UNUSED, double dy0 UNUSED, double dx1 UNUSED, double dy1 UNUSED) { abort (); }
205 int pl_fellipse (double x UNUSED, double y UNUSED, double rx UNUSED, double ry UNUSED, double angle UNUSED) { abort (); }
206 int pl_fellipserel (double dx UNUSED, double dy UNUSED, double rx UNUSED, double ry UNUSED, double angle UNUSED) { abort (); }
207 int pl_flinedash (int n UNUSED, const double *dashes UNUSED, double offset UNUSED) { abort (); }
208 int pl_fline (double x0 UNUSED, double y0 UNUSED, double x1 UNUSED, double y1 UNUSED) { abort (); }
209 int pl_flinerel (double dx0 UNUSED, double dy0 UNUSED, double dx1 UNUSED, double dy1 UNUSED) { abort (); }
210 int pl_flinewidth (double size UNUSED) { abort (); }
211 int pl_fmarker (double x UNUSED, double y UNUSED, int type UNUSED, double size UNUSED) { abort (); }
212 int pl_fmarkerrel (double dx UNUSED, double dy UNUSED, int type UNUSED, double size UNUSED) { abort (); }
213 int pl_fmove (double x UNUSED, double y UNUSED) { abort (); }
214 int pl_fmoverel (double dx UNUSED, double dy UNUSED) { abort (); }
215 int pl_fpoint (double x UNUSED, double y UNUSED) { abort (); }
216 int pl_fpointrel (double dx UNUSED, double dy UNUSED) { abort (); }
217 int pl_fspace (double x0 UNUSED, double y0 UNUSED, double x1 UNUSED, double y1 UNUSED) { abort (); }
218 int pl_fspace2 (double x0 UNUSED, double y0 UNUSED, double x1 UNUSED, double y1 UNUSED, double x2 UNUSED, double y2 UNUSED) { abort (); }
219
220 int pl_fconcat (double m0 UNUSED, double m1 UNUSED, double m2 UNUSED, double m3 UNUSED, double m4 UNUSED, double m5 UNUSED) { abort (); }
221 int pl_fmiterlimit (double limit UNUSED) { abort (); }
222 int pl_frotate (double theta UNUSED) { abort (); }
223 int pl_fscale (double x UNUSED, double y UNUSED) { abort (); }
224 int pl_fsetmatrix (double m0 UNUSED, double m1 UNUSED, double m2 UNUSED, double m3 UNUSED, double m4 UNUSED, double m5 UNUSED) { abort (); }
225 int pl_ftranslate (double x UNUSED, double y UNUSED) { abort (); }
226
227
228 void *_pl_get_hershey_font_info (plPlotter *plotter UNUSED) { abort (); }
229 void *_pl_get_ps_font_info (plPlotter *plotter UNUSED) { abort (); }
230 void *_pl_get_pcl_font_info (plPlotter *plotter UNUSED) { abort (); }
231 void *_pl_get_stick_font_info (plPlotter *plotter UNUSED) { abort (); }
232 #endif  /* !HAVE_LIBPLOT */