~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
/* Define to 1 if you have the <cmath> header file. */
22
22
#undef HAVE_CMATH
23
23
 
 
24
/* Define if you have c++ accessible stdint.h */
 
25
#undef HAVE_CXX_STDINT_H
 
26
 
24
27
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
25
28
   */
26
29
#undef HAVE_DIRENT_H
37
40
/* Define if [freetype] is available */
38
41
#undef HAVE_FREETYPE
39
42
 
 
43
/* Define to 1 if you have the <glib.h> header file. */
 
44
#undef HAVE_GLIB_H
 
45
 
 
46
/* Define to 1 if you have the <glib-object.h> header file. */
 
47
#undef HAVE_GLIB_OBJECT_H
 
48
 
 
49
/* Define to 1 if you have the <gtk/gtk.h> header file. */
 
50
#undef HAVE_GTK_GTK_H
 
51
 
40
52
/* Define to 1 if you have the <inttypes.h> header file. */
41
53
#undef HAVE_INTTYPES_H
42
54
 
58
70
/* Define to 1 if you have the <jni.h> header file. */
59
71
#undef HAVE_JNI_H
60
72
 
 
73
/* Define to 1 if you have the <libart_lgpl/libart.h> header file. */
 
74
#undef HAVE_LIBART_LGPL_LIBART_H
 
75
 
 
76
/* Define to 1 if you have the <libgnomecanvas/libgnomecanvas.h> header file.
 
77
   */
 
78
#undef HAVE_LIBGNOMECANVAS_LIBGNOMECANVAS_H
 
79
 
 
80
/* Define to 1 if you have the <libgnomeprint/gnome-print.h> header file. */
 
81
#undef HAVE_LIBGNOMEPRINT_GNOME_PRINT_H
 
82
 
61
83
/* Define to 1 if you have the `m' library (-lm). */
62
84
#undef HAVE_LIBM
63
85
 
 
86
/* Define if libunicode is available */
 
87
#undef HAVE_LIBUNICODE
 
88
 
 
89
/* Define to 1 if you have the <math.h> header file. */
 
90
#undef HAVE_MATH_H
 
91
 
64
92
/* Define to 1 if you have the <memory.h> header file. */
65
93
#undef HAVE_MEMORY_H
66
94
 
129
157
/* Include sys/type.h if needed */
130
158
#undef NEED_SYS_TYPE_H
131
159
 
 
160
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
161
#undef NO_MINUS_C_MINUS_O
 
162
 
132
163
/* Name of package */
133
164
#undef PACKAGE
134
165
 
147
178
/* Define to the version of this package. */
148
179
#undef PACKAGE_VERSION
149
180
 
 
181
/* Define if aqt driver is present */
 
182
#undef PLD_aqt
 
183
 
150
184
/* Define if cgm driver is present */
151
185
#undef PLD_cgm
152
186
 
156
190
/* Define if dg300 driver is present */
157
191
#undef PLD_dg300
158
192
 
 
193
/* Define if gcw driver is present */
 
194
#undef PLD_gcw
 
195
 
 
196
/* Define if gif driver is present */
 
197
#undef PLD_gif
 
198
 
159
199
/* Define if gnome driver is present */
160
200
#undef PLD_gnome
161
201
 
207
247
/* Define if ps driver is present */
208
248
#undef PLD_ps
209
249
 
210
 
/* Define if psc driver is present */
211
 
#undef PLD_psc
212
 
 
213
 
/* Define if pstex driver is present */
214
 
#undef PLD_pstex
 
250
/* Define if psttf driver is present */
 
251
#undef PLD_psttf
215
252
 
216
253
/* Define if tek4010 driver is present */
217
254
#undef PLD_tek4010
240
277
/* Define if wingcc driver is present */
241
278
#undef PLD_wingcc
242
279
 
 
280
/* Define if wxwidgets driver is present */
 
281
#undef PLD_wxwidgets
 
282
 
243
283
/* Define if xfig driver is present */
244
284
#undef PLD_xfig
245
285
 
256
296
   single precision is required */
257
297
#undef PL_DOUBLE
258
298
 
 
299
/* Directory containing fonts that are accessible from freetype */
 
300
#undef PL_FREETYPE_FONT_DIR
 
301
 
 
302
/* MONO font accessible from freetype */
 
303
#undef PL_FREETYPE_MONO
 
304
 
 
305
/* MONO_BOLD font accessible from freetype */
 
306
#undef PL_FREETYPE_MONO_BOLD
 
307
 
 
308
/* MONO_BOLD_ITALIC font accessible from freetype */
 
309
#undef PL_FREETYPE_MONO_BOLD_ITALIC
 
310
 
 
311
/* MONO_BOLD_OBLIQUE font accessible from freetype */
 
312
#undef PL_FREETYPE_MONO_BOLD_OBLIQUE
 
313
 
 
314
/* MONO_ITALIC font accessible from freetype */
 
315
#undef PL_FREETYPE_MONO_ITALIC
 
316
 
 
317
/* MONO_OBLIQUE font accessible from freetype */
 
318
#undef PL_FREETYPE_MONO_OBLIQUE
 
319
 
 
320
/* SANS font accessible from freetype */
 
321
#undef PL_FREETYPE_SANS
 
322
 
 
323
/* SANS_BOLD font accessible from freetype */
 
324
#undef PL_FREETYPE_SANS_BOLD
 
325
 
 
326
/* SANS_BOLD_ITALIC font accessible from freetype */
 
327
#undef PL_FREETYPE_SANS_BOLD_ITALIC
 
328
 
 
329
/* SANS_BOLD_OBLIQUE font accessible from freetype */
 
330
#undef PL_FREETYPE_SANS_BOLD_OBLIQUE
 
331
 
 
332
/* SANS_ITALIC font accessible from freetype */
 
333
#undef PL_FREETYPE_SANS_ITALIC
 
334
 
 
335
/* SANS_OBLIQUE font accessible from freetype */
 
336
#undef PL_FREETYPE_SANS_OBLIQUE
 
337
 
 
338
/* SCRIPT font accessible from freetype */
 
339
#undef PL_FREETYPE_SCRIPT
 
340
 
 
341
/* SCRIPT_BOLD font accessible from freetype */
 
342
#undef PL_FREETYPE_SCRIPT_BOLD
 
343
 
 
344
/* SCRIPT_BOLD_ITALIC font accessible from freetype */
 
345
#undef PL_FREETYPE_SCRIPT_BOLD_ITALIC
 
346
 
 
347
/* SCRIPT_BOLD_OBLIQUE font accessible from freetype */
 
348
#undef PL_FREETYPE_SCRIPT_BOLD_OBLIQUE
 
349
 
 
350
/* SCRIPT_ITALIC font accessible from freetype */
 
351
#undef PL_FREETYPE_SCRIPT_ITALIC
 
352
 
 
353
/* SCRIPT_OBLIQUE font accessible from freetype */
 
354
#undef PL_FREETYPE_SCRIPT_OBLIQUE
 
355
 
 
356
/* SERIF font accessible from freetype */
 
357
#undef PL_FREETYPE_SERIF
 
358
 
 
359
/* SERIF_BOLD font accessible from freetype */
 
360
#undef PL_FREETYPE_SERIF_BOLD
 
361
 
 
362
/* SERIF_BOLD_ITALIC font accessible from freetype */
 
363
#undef PL_FREETYPE_SERIF_BOLD_ITALIC
 
364
 
 
365
/* SERIF_BOLD_OBLIQUE font accessible from freetype */
 
366
#undef PL_FREETYPE_SERIF_BOLD_OBLIQUE
 
367
 
 
368
/* SERIF_ITALIC font accessible from freetype */
 
369
#undef PL_FREETYPE_SERIF_ITALIC
 
370
 
 
371
/* SERIF_OBLIQUE font accessible from freetype */
 
372
#undef PL_FREETYPE_SERIF_OBLIQUE
 
373
 
 
374
/* Symbol font accessible from freetype */
 
375
#undef PL_FREETYPE_SYMBOL
 
376
 
 
377
/* SYMBOL_BOLD font accessible from freetype */
 
378
#undef PL_FREETYPE_SYMBOL_BOLD
 
379
 
 
380
/* SYMBOL_BOLD_ITALIC font accessible from freetype */
 
381
#undef PL_FREETYPE_SYMBOL_BOLD_ITALIC
 
382
 
 
383
/* SYMBOL_BOLD_OBLIQUE font accessible from freetype */
 
384
#undef PL_FREETYPE_SYMBOL_BOLD_OBLIQUE
 
385
 
 
386
/* SYMBOL_ITALIC font accessible from freetype */
 
387
#undef PL_FREETYPE_SYMBOL_ITALIC
 
388
 
 
389
/* SYMBOL_OBLIQUE font accessible from freetype */
 
390
#undef PL_FREETYPE_SYMBOL_OBLIQUE
 
391
 
259
392
/* Define as the return type of signal handlers (`int' or `void'). */
260
393
#undef RETSIGTYPE
261
394