Initial release of Maemo 5 port of gnuplot
[gnuplot] / config / config.wc
1 /* config.h for makefile.wc */
2         
3 /* gnuplot feature enablers */
4 #define BINARY_DATA_FILE        1
5 #define EAM_DATASTRINGS         1
6 #define EAM_HISTOGRAMS          1
7 #define GP_ENH_EST              1
8 #define GP_FIT_ERRVARS          1
9 #define GP_ISVAR                1
10 #define GP_MACROS               1
11 #define GP_STRING_VARS          2
12 #define HIDDEN3D_QUADTREE       1
13 #define USE_ULIG_FILLEDBOXES       1
14 #define USE_ULIG_RELATIVE_BOXWIDTH 1
15 #define WITH_IMAGE              1
16
17
18
19
20 #undef NO_GIH
21 #define READLINE
22 #define GP_INLINE __inline
23 #define NEAR near
24
25 #define PROTOTYPES              1
26 #define RETSIGTYPE              void
27 #undef STAT_MACROS_BROKEN
28 #define STDC_HEADERS            1
29
30
31 #undef HAVE_DIRENT_H
32 #define HAVE_ERRNO_H            1
33 #define HAVE_FLOAT_H            1
34 #define HAVE_LIMITS_H           1
35 #define HAVE_LOCALE_H           1
36 #define HAVE_MALLOC_H           1
37 #define HAVE_MATH_H             1
38 #undef HAVE_POLL_H
39 #define HAVE_STDLIB_H           1
40 #define HAVE_STRING_H           1
41 #undef HAVE_SYS_PARAM_H
42 #undef HAVE_SYS_SELECT_H
43 #undef HAVE_SYS_SOCKET_H
44 #define HAVE_SYS_STAT_H         1
45 #define HAVE_SYS_TIME_H         1
46 #define HAVE_SYS_TIMEB_H        1
47 #define HAVE_SYS_TYPES_H        1
48 #undef HAVE_TERMIOS_H
49 #define HAVE_TIME_H             1
50 #define HAVE_VALUES_H           1
51
52 #define HAVE_STRINGIZE          1
53 #define HAVE_ATEXIT             1
54 #define HAVE_GETCWD             1
55 #define HAVE_MEMCPY             1
56 #define HAVE_MEMMOVE            1
57 #define HAVE_MEMSET             1
58 #define HAVE_PCLOSE             1
59 #define HAVE_POPEN              1
60 #define HAVE_SETVBUF            1
61 #define HAVE_SLEEP              1
62 #undef  HAVE_STRCASECMP
63 #define HAVE_STRCHR             1
64 #define HAVE_STRCSPN            1
65 #define HAVE_STRDUP             1
66 #define HAVE_STRERROR           1
67 #define HAVE_STRICMP            1
68 #undef  HAVE_STRNCASECMP
69 #define HAVE_STRNICMP           1
70 #define HAVE_STRRCHR            1
71 #define HAVE_STRSTR             1
72 #define HAVE_TIME_T_IN_TIME_H   1
73 #define HAVE_VFPRINTF           1
74
75
76 /* Define to enable parsing of deprecated syntax */
77 #define BACKWARDS_COMPATIBLE 1
78