merge of '07a342693675fe2b1daacf0eb62302579d9fade3'
[org.openembedded.dev.git] / packages / gnuplot / gnuplot-4.0.0 / term.patch
blob2979b5ec9e30881d38c8b5df373788a65fff93e7
1 --- gnuplot-4.0.0/src/term.h.old 2005-03-01 15:17:46.424111687 +0000
2 +++ gnuplot-4.0.0/src/term.h 2005-03-01 15:18:50.961405665 +0000
3 @@ -54,6 +54,7 @@
4 */
5 #ifdef SHORT_TERMLIST
6 # include "dumb.trm" /* dumb terminal */
7 +# include "qtopia.trm" /* QTopia terminal */
8 # include "post.trm" /* postscript */
9 # include "table.trm" /* built-in, but used for the documentation */
10 # if !(defined(OS2) || defined(MSDOS) || defined(_Windows) || defined(ATARI) || defined(MTOS) || defined(AMIGA))
11 @@ -432,6 +433,9 @@
12 /* TeXDraw drawing package for LaTeX */
13 #include "texdraw.trm"
15 +/* Qtopia */
16 +#include "qtopia.trm"
18 /* METAFONT */
19 #include "metafont.trm"