Initial release of Maemo 5 port of gnuplot
[gnuplot] / config / config.nt
1 /* config.h for makefile.nt
2  * 
3  * Prepared according to config.hin 
4  * (config.hin generated from configure.in by autoheader).
5  */
6
7
8 /* Define if you want to support files in binary format. */
9 #define BINARY_DATA_FILE 1
10
11 /* Define if you want the x11 driver to transfer polygon information in binary
12    format. */
13 #define BINARY_X11_POLYGON 1
14
15 /* Define if you want to use the CGI terminal under SCO. */
16 /* #undef CGI */
17
18 /* Define if you want online help and subtopic tables sorted by column. */
19 /* #undef COLUMN_HELP */
20
21 /* Define if you want to use libgrx20 with MSDOS/djgpp. */
22 /* #undef DJSVGA */
23
24 /* Define if this system uses a 32-bit DOS extender (djgpp/emx). */
25 /* #undef DOS32 */
26
27 /* Define to allow reading strings from datafiles */
28 #define EAM_DATASTRINGS 1
29
30 /* Define to enable histograms plot style. */
31 #define EAM_HISTOGRAMS 1
32
33 /* Define to allow placement of rectangles and other objects */
34 #define EAM_OBJECTS 1
35
36 /* Define if color information should be passed for each vertex. */
37 /* #undef EXTENDED_COLOR_SPECS */
38
39 /* Define if <errno.h> declares errno. */
40 /* #undef EXTERN_ERRNO */
41
42 /* Define if libgd supports animated gifs. */
43 /* #undef GIF_ANIMATION */
44 /* Don't change it here -- this define is set in config/makefile.nt. */
45
46 /* Define if you want to use the GNU version of the Unix plot library. */
47 /* #undef GNUGRAPH */
48
49 /* Define if you want to use a gnuplot history file. */
50 #define GNUPLOT_HISTORY 1
51
52 /* Define to allow 'fit' to create parameter error variables. */
53 #define GP_FIT_ERRVARS 1
54
55 /* Define to allow command line macros. EXPERIMENTAL */
56 #define GP_MACROS 1
57
58 /* Define to allow string variables. EXPERIMENTAL */
59 #define GP_STRING_VARS 2
60
61 /* Define if you want to use a newer version of libgrx under MSDOS/djgpp. */
62 /* #undef GRX21 */
63
64 /* Define to 1 if you have the <3dkit.h> header file. */
65 /* #undef HAVE_3DKIT_H */
66
67 /* Define to 1 if you have the `atexit' function. */
68 #define HAVE_ATEXIT 1
69
70 /* Define to 1 if you have the `bcopy' function. */
71 /* #undef HAVE_BCOPY */
72
73 /* Define to 1 if you have the `bzero' function. */
74 /* #undef HAVE_BZERO */
75
76 /* Define to 1 if you have the declaration of `signgam', and to 0 if you
77    don't. */
78 /* #undef HAVE_DECL_SIGNGAM */
79
80 /* Define to 1 if you have the <dirent.h> header file. */
81 /* #undef HAVE_DIRENT_H */
82
83 /* Define to 1 if you have the `doprnt' function. */
84 /* #undef HAVE_DOPRNT */
85
86 /* Define to 1 if you have the `erf' function. */
87 /* #undef HAVE_ERF */
88
89 /* Define to 1 if you have the `erfc' function. */
90 /* #undef HAVE_ERFC */
91
92 /* Define to 1 if you have the <errno.h> header file. */
93 #define HAVE_ERRNO_H 1
94
95 /* Define to 1 if you have the <float.h> header file. */
96 #define HAVE_FLOAT_H 1
97
98 /* Define to 1 if you have the `gamma' function. */
99 /* #undef HAVE_GAMMA */
100
101 /* Define if libgd supports gif. */
102 /* #undef HAVE_GD_GIF */
103 /* Don't change it here -- this define is set in config/makefile.nt. */
104
105 /* Define to 1 if you have the <gd.h> header file. */
106 /* #undef HAVE_GD_H */
107 /* Don't change it here -- this define is set in config/makefile.nt. */
108
109 /* Define if libgd supports jpeg. */
110 /* #undef HAVE_GD_JPEG */
111 /* Don't change it here -- this define is set in config/makefile.nt. */
112
113 /* Define if libgd supports png. */
114 /* #undef HAVE_GD_PNG */
115 /* Don't change it here -- this define is set in config/makefile.nt. */
116
117 /* Define if libgd supports TrueType fonts through libfreetype. */
118 /* #undef HAVE_GD_TTF */
119 /* Don't change it here -- this define is set in config/makefile.nt. */
120
121 /* Define to 1 if you have the `getcwd' function. */
122 #define HAVE_GETCWD 1
123
124 /* Define to 1 if you have the <ggi/wmh.h> header file. */
125 /* #undef HAVE_GGI_WMH_H */
126
127 /* Define to 1 if you have the <ggi/xmi.h> header file. */
128 /* #undef HAVE_GGI_XMI_H */
129
130 /* Define to 1 if you have the `index' function. */
131 /* #undef HAVE_INDEX */
132
133 /* Define to 1 if you have the <inttypes.h> header file. */
134 /* #undef HAVE_INTTYPES_H */
135
136 /* Define to 1 if you have the `lgamma' function. */
137 /* #undef HAVE_LGAMMA */
138
139 /* Define to 1 if you're using the aquaterm library on Mac OS X */
140 /* #undef HAVE_LIBAQUATERM */
141
142 /* Define to 1 if you have the <libc.h> header file. */
143 /* #undef HAVE_LIBC_H */
144
145 /* Define if you have gd library. */
146 /* #undef HAVE_LIBGD */
147 /* Don't change it here -- this define is set in config/makefile.nt. */
148
149 /* Define to 1 if you have the `m' library (-lm). */
150 /* #undef HAVE_LIBM */
151
152 /* Define to 1 if you have the `pdf' library (-lpdf). */
153 /* #undef HAVE_LIBPDF */
154 /* Don't change it here -- this define is set in config/makefile.nt. */
155
156 /* Define if your pdf library is too old to use PDF_begin_document. */
157 /* #undef HAVE_LIBPDF_OPEN_FILE */
158
159 /* Define if you have the png library. */
160 /* #undef HAVE_LIBPNG */
161 /* Don't change it here -- this define is set in config/makefile.nt. */
162
163 /* Define to 1 if you have the <libpng/png.h> header file. */
164 /* #undef HAVE_LIBPNG_PNG_H */
165 /* Don't change it here -- this define is set in config/makefile.nt. */
166
167 /* Define if you are using the GNU readline library. */
168 /* #undef HAVE_LIBREADLINE */
169
170 /* Define if you have zlib. */
171 /* #undef HAVE_LIBZ */
172 /* Don't change it here -- this define is set in config/makefile.nt. */
173
174 /* Define to 1 if you have the <limits.h> header file. */
175 #define HAVE_LIMITS_H 1
176
177 /* Define to 1 if you have the <locale.h> header file. */
178 #define HAVE_LOCALE_H 1
179
180 /* Define to 1 if you have the <malloc.h> header file. */
181 #define HAVE_MALLOC_H 1
182
183 /* Define to 1 if you have the <math.h> header file. */
184 #define HAVE_MATH_H 1
185
186 /* Define to 1 if you have the `memcpy' function. */
187 #define HAVE_MEMCPY 1
188
189 /* Define to 1 if you have the `memmove' function. */
190 #define HAVE_MEMMOVE 1
191
192 /* Define to 1 if you have the <memory.h> header file. */
193 #define HAVE_MEMORY_H 1
194
195 /* Define to 1 if you have the `memset' function. */
196 #define HAVE_MEMSET 1
197
198 /* Define if your pdf library doesn't support dash patterns. */
199 /* #undef HAVE_NODASH_LIBPDF */
200
201 /* Define if your pdf library is too old to support patterns. */
202 /* #undef HAVE_OLD_LIBPDF */
203
204 /* Define to 1 if you have the `on_exit' function. */
205 /* #undef HAVE_ON_EXIT */
206
207 /* Define to 1 if you have the `pclose' function. */
208 /* #define HAVE_PCLOSE 1 */
209
210 /* Define to 1 if you have the <pdflib.h> header file. */
211 /* #undef HAVE_PDFLIB_H */
212
213 /* Define to 1 if you have the <png.h> header file. */
214 /* #undef HAVE_PNG_H */
215
216 /* Define to 1 if you have the `poll' function. */
217 /* #undef HAVE_POLL */
218
219 /* Define to 1 if you have the <poll.h> header file. */
220 /* #define HAVE_POLL_H 1 */
221
222 /* Define to 1 if you have the `popen' function. */
223 /* #define HAVE_POPEN 1 */
224
225 /* Define to 1 if you have the <pwd.h> header file. */
226 /* #undef HAVE_PWD_H */
227
228 /* Define to 1 if you have the <readline/history.h> header file. */
229 /* #undef HAVE_READLINE_HISTORY_H */
230
231 /* Define to 1 if you have the <readline/readline.h> header file. */
232 /* #undef HAVE_READLINE_READLINE_H */
233
234 /* Define to 1 if you have the <readline/tilde.h> header file. */
235 /* #undef HAVE_READLINE_TILDE_H */
236
237 /* Define to 1 if you have the `rindex' function. */
238 /* #undef HAVE_RINDEX */
239
240 /* Define to 1 if you have the `select' function. */
241 /* #undef HAVE_SELECT */
242
243 /* Define to 1 if you have the `setvbuf' function. */
244 /* #define HAVE_SETVBUF 1 */ //???
245   /* well, it is defined, but setvbuf(stdout) does not work for
246    * the MS Windows GUI redirected stdout */
247
248 /* Define to 1 if you have the <sgtty.h> header file. */
249 /* #undef HAVE_SGTTY_H */
250
251 /* Define if we have sigsetjmp(). */
252 /* #undef HAVE_SIGSETJMP */
253
254 /* Define to 1 if you have the `sleep' function. */
255 /* #undef HAVE_SLEEP */
256 /* Comment: well, actually it is there, but stdlib.h says it's `obsolete' */
257
258 /* Define to 1 if you have the `snprintf' function. */
259 #define HAVE_SNPRINTF 1
260
261 /* Define to 1 if stdbool.h conforms to C99. */
262 /* #undef HAVE_STDBOOL_H */
263
264 /* Define to 1 if you have the <stdint.h> header file. */
265 /* #undef HAVE_STDINT_H */
266
267 /* Define to 1 if you have the <stdlib.h> header file. */
268 #define HAVE_STDLIB_H 1
269
270 /* Define to 1 if you have the `stpcpy' function. */
271 /* #undef HAVE_STPCPY */
272
273 /* Define to 1 if you have the `strcasecmp' function. */
274 /* #undef HAVE_STRCASECMP */
275
276 /* Define to 1 if you have the `strchr' function. */
277 #define HAVE_STRCHR 1
278
279 /* Define to 1 if you have the `strcspn' function. */
280 #define HAVE_STRCSPN 1
281
282 /* Define to 1 if you have the `strdup' function. */
283 #define HAVE_STRDUP 1
284
285 /* Define to 1 if you have the `strerror' function. */
286 #define HAVE_STRERROR 1
287
288 /* Define to 1 if you have the `stricmp' function. */
289 #define HAVE_STRICMP 1
290
291 /* Define to 1 if cpp supports the ANSI # stringizing operator. */
292 #define HAVE_STRINGIZE 1
293
294 /* Define to 1 if you have the <strings.h> header file. */
295 /* #undef HAVE_STRINGS_H */
296
297 /* Define to 1 if you have the <string.h> header file. */
298 #define HAVE_STRING_H 1
299
300 /* Define to 1 if you have the `strncasecmp' function. */
301 /* #undef HAVE_STRNCASECMP */
302
303 /* Define to 1 if you have the `strnicmp' function. */
304 #define HAVE_STRNICMP 1
305
306 /* Define to 1 if you have the `strrchr' function. */
307 #define HAVE_STRRCHR 1
308
309 /* Define to 1 if you have the `strstr' function. */
310 #define HAVE_STRSTR 1
311
312 /* Define if math.h declares struct exception for matherr(). */
313 #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1 
314
315 /* Define to 1 if you have the `sysinfo' function. */
316 /* #undef HAVE_SYSINFO */
317
318 /* Define to 1 if you have the <sys/bsdtypes.h> header file. */
319 /* #undef HAVE_SYS_BSDTYPES_H */
320
321 /* Define to 1 if you have the <sys/ioctl.h> header file. */
322 /* #undef HAVE_SYS_IOCTL_H */
323
324 /* Define to 1 if you have the <sys/param.h> header file. */
325 /* #undef HAVE_SYS_PARAM_H */
326
327 /* Define to 1 if you have the <sys/select.h> header file. */
328 /* #undef HAVE_SYS_SELECT_H */
329
330 /* Define to 1 if you have the <sys/socket.h> header file. */
331 /* #undef HAVE_SYS_SOCKET_H */
332
333 /* Define to 1 if you have the <sys/stat.h> header file. */
334 #define HAVE_SYS_STAT_H 1
335
336 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
337 /* #undef HAVE_SYS_SYSTEMINFO_H */
338
339 /* Define to 1 if you have the <sys/timeb.h> header file. */
340 #define HAVE_SYS_TIMEB_H 1
341
342 /* Define to 1 if you have the <sys/time.h> header file. */
343 /* #undef HAVE_SYS_TIME_H */
344
345 /* Define to 1 if you have the <sys/types.h> header file. */
346 #define HAVE_SYS_TYPES_H 1
347
348 /* Define to 1 if you have the <sys/utsname.h> header file. */
349 /* #undef HAVE_SYS_UTSNAME_H */
350
351 /* Define to 1 if you have the `tcgetattr' function. */
352 /* #undef HAVE_TCGETATTR */
353
354 /* Define to 1 if you have the <termios.h> header file. */
355 /* #undef HAVE_TERMIOS_H */
356
357 /* Define to 1 if you have the <time.h> header file. */
358 #define HAVE_TIME_H 1
359
360 /* Define if time_t is declared in time.h. */
361 #define HAVE_TIME_T_IN_TIME_H 1
362
363 /* Define to 1 if you have the <unistd.h> header file. */
364 /* #undef HAVE_UNISTD_H */
365
366 /* Define to 1 if you have the `usleep' function. */
367 /* #undef HAVE_USLEEP */
368
369 /* Define to 1 if you have the <values.h> header file. */
370 /* #undef HAVE_VALUES_H */
371
372 /* Define to 1 if you have the `vfprintf' function. */
373 #define HAVE_VFPRINTF 1
374
375 /* Define to 1 if you have the <vgagl.h> header file. */
376 /* #undef HAVE_VGAGL_H */
377
378 /* Define to 1 if the system has the type `_Bool'. */
379 /* #undef HAVE__BOOL */
380
381 /* Define to enable gridbox optimization in hidden3d code. */
382 /* #undef HIDDEN3D_GRIDBOX */
383
384 /* Define to enable quadtree optimization in hidden3d code. */
385 /* #undef HIDDEN3D_QUADTREE */
386
387 /* Define to enable handling point size in hidden3d code. */
388 #define HIDDEN3D_VAR_PTSIZE 1
389
390 /* Define if you want to use the IRIS terminal on IRIS4D series computers. */
391 /* #undef IRIS */
392
393 /* Define if this is a Linux system with SuperVGA library. */
394 /* #undef LINUXVGA */
395
396 /* Define if you want to use the MGR Window system. */
397 /* #undef MGR */
398
399 /* Define if this is an MSDOS system. */
400 /* #undef MSDOS */
401
402 /* Define if you do not want to read .gnuplot in the current directory. */
403 /* #undef NOCWDRC */
404
405 /* Name of package */
406 /* #undef PACKAGE */
407
408 /* Define to the address where bug reports for this package should be sent. */
409 /* #undef PACKAGE_BUGREPORT */
410
411 /* Define to the full name of this package. */
412 /* #undef PACKAGE_NAME */
413
414 /* Define to the full name and version of this package. */
415 /* #undef PACKAGE_STRING */
416
417 /* Define to the one symbol short name of this package. */
418 /* #undef PACKAGE_TARNAME */
419
420 /* Define to the version of this package. */
421 /* #undef PACKAGE_VERSION */
422
423 /* Define if you do have the popen and pclose functions. */
424 /* #undef PIPES */
425
426 /* Unix-type of Interprocess Communication is required for mouse support. */
427 /* #undef PIPE_IPC */
428
429 /* Define to 1 if the C compiler supports function prototypes. */
430 #define PROTOTYPES 1
431
432 /* Define if you want to use the included readline function. */
433 #define READLINE 1
434
435 /* Define as the return type of signal handlers (`int' or `void'). */
436 #define RETSIGTYPE void
437
438 /* Define if you want to use the Redwood Graphics Interface Protocol. */
439 /* #undef RGIP */
440
441 /* Define to the type of arg 1 for `select'. */
442 /* #undef SELECT_TYPE_ARG1 */
443
444 /* Define to the type of args 2, 3 and 4 for `select'. */
445 /* #undef SELECT_TYPE_ARG234 */
446
447 /* Define to the type of arg 5 for `select'. */
448 /* #undef SELECT_TYPE_ARG5 */
449
450 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
451 #define STAT_MACROS_BROKEN 1
452
453 /* Define to 1 if you have the ANSI C header files. */
454 #define STDC_HEADERS 1
455
456 /* Define if you want to use the sunview terminal (sun). */
457 /* #undef SUN */
458
459 /* Define to use thin plate spines. */
460 /* #undef THIN_PLATE_SPLINES_GRID */
461
462 /* Define if the 3dkit libray is present. */
463 /* #undef THREEDKIT */
464
465 /* Define if you want to use the standard Unix plot library. */
466 /* #undef UNIXPLOT */
467
468 /* Define if you want to use the experimental ggi driver. */
469 /* #undef USE_GGI_DRIVER */
470
471 /* Define if you want to have mouse support. */
472 /* #undef USE_MOUSE */
473 /* Don't change it here -- this define is set in config/makefile.nt. */
474
475 /* Define to enable multi-byte font support for x11 */
476 #define USE_X11_MULTIBYTE 1
477
478 /* Version number of package */
479 /* #undef VERSION */
480
481 /* Define if the vgagl libray is present. */
482 /* #undef VGAGL */
483
484 /* Define if you want to have image plotting support. */
485 #define WITH_IMAGE 1
486
487 /* Define if you are using the X11 window system. */
488 /* #undef X11 */
489
490 /* Define to 1 if the X Window System is missing or not being used. */
491 /* #undef X_DISPLAY_MISSING */
492
493 /* Define like PROTOTYPES; this can be used by system headers. */
494 /* #undef __PROTOTYPES */
495
496 /* Define to empty if `const' does not conform to ANSI C. */
497 /* #undef const */
498
499 /* libgd versions < 1.8.4 need gdImageStringTTF rather than gdImageStringFT */
500 /* #undef gdImageStringFT */
501
502 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
503    if it is not supported. */
504 /* #undef inline */
505
506 /* Define to `unsigned' if <sys/types.h> does not define. */
507 /* #undef size_t */
508
509
510 /*
511  * ==================================================
512  * Stuff not provided by config.hin (aka ./configure)
513  * ==================================================
514  */
515
516
517 /* FIXME: __WIN32__ is only refered to in plot.c */
518 #ifndef __WIN32__
519 # define __WIN32__
520 #endif
521
522 #ifndef WIN32
523 # define WIN32
524 #endif
525
526 /* Windows Interprocess Communication is required for mouse support. */
527 #ifdef USE_MOUSE
528 # define WIN_IPC 1
529 #endif
530
531 #define GP_INLINE __inline
532 #define GP_EXCEPTION_NAME _exception
533 #define GP_MATHERR _matherr
534 #define snprintf _snprintf
535 #define vsnprintf _vsnprintf
536
537 /* gnuplot.gih is not used by wgnuplot */
538 #define NO_GIH 1
539
540 /* Define to enable parsing of deprecated syntax */
541 #define BACKWARDS_COMPATIBLE 1
542