2f3b9ed3b279c551b750af150862c13099045c46
[gnuplot] / config / config.oww
1 /* config.h for makefile.oww */
2
3 #ifdef USE_MOUSE
4 # define WIN_IPC                1
5 #endif
6
7 /* gnuplot feature enablers */
8 #define BINARY_DATA_FILE        1
9 #define EAM_DATASTRINGS         1
10 #define EAM_HISTOGRAMS          1
11 #define GP_ENH_EST              1
12 #define GP_FIT_ERRVARS          1
13 #define GP_ISVAR                1
14 #define GP_MACROS               1
15 #define GP_STRING_VARS          2
16 #define HIDDEN3D_QUADTREE       1
17 #define USE_ULIG_FILLEDBOXES       1
18 #define USE_ULIG_RELATIVE_BOXWIDTH 1
19 #define WITH_IMAGE              1
20
21
22 /* adaptations to the target environment */
23 #define NO_GIH                  1
24 #define HELPFILE        "wgnuplot.hlp"
25 #define READLINE                1
26
27 //#ifndef _Windows
28 //# define _Windows
29 //#endif
30 #ifndef __WIN32__
31 # define __WIN32__
32 #endif
33 #ifndef WIN32
34 # define WIN32
35 #endif
36
37 /* compiler specifics */
38 #define PROTOTYPES              1
39 #define HAVE_STRINGIZE          1
40 #define GP_INLINE               _inline
41
42 /* Library features */
43 #define STDC_HEADERS
44
45 #define HAVE_ERRNO_H            1
46 #define HAVE_FLOAT_H            1
47 #define HAVE_INTTYPES_H         1
48 #define HAVE_LIMITS_H           1
49 #define HAVE_LOCALE_H           1
50 #define HAVE_MALLOC_H           1
51 #define HAVE_MATH_H             1
52 #define HAVE_STDBOOL_H          1
53 #define HAVE_STDINT_H           1
54 #define HAVE_STDLIB_H           1
55 #define HAVE_STRING_H           1
56 #define HAVE_SYS_STAT_H         1
57 #define HAVE_SYS_TIMEB_H        1
58 #define HAVE_SYS_TYPES_H        1
59 #define HAVE_TIME_H             1
60
61
62 #define EXTERN_ERRNO            1
63 #define GP_EXCEPTION_NAME       _exception
64 #define GP_MATHERR              matherr
65 #define HAVE_ATEXIT             1
66 #define HAVE_GETCWD             1
67 #define HAVE_MEMCPY             1
68 #define HAVE_MEMSET             1
69 #define HAVE_MEMMOVE            1
70 #define HAVE_SETVBUF            1
71 #define HAVE_SLEEP              1
72 #define HAVE_SNPRINTF           1
73 #define HAVE_STRCHR             1
74 #define HAVE_STRERROR           1
75 #define HAVE_STRNICMP           1
76 #define HAVE_STRRCHR            1
77 #define HAVE_STRSTR             1
78 #define HAVE_STRUCT_EXCEPTION_IN_MATH_H 1
79 #define HAVE_TEMPNAM            1
80 #define HAVE_TIME_T_IN_TIME_H   1
81 #define HAVE_VFPRINTF           1
82
83
84 /* Define to enable parsing of deprecated syntax */
85 #define BACKWARDS_COMPATIBLE 1
86