File: config.wc

package info (click to toggle)
gnuplot 6.0.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 14,940 kB
  • sloc: ansic: 95,319; cpp: 7,590; makefile: 2,470; javascript: 2,328; sh: 1,531; lisp: 664; perl: 304; pascal: 191; tcl: 88; python: 46
file content (78 lines) | stat: -rw-r--r-- 2,089 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
/* config.h for makefile.wc */
        
/* gnuplot feature enablers */
#define EAM_OBJECTS             1
#define USE_STATS               1
#define USE_MOUSE               1

#define READLINE                1
#define GNUPLOT_HISTORY         1

#undef NO_GIH
#define GP_INLINE __inline

#define RETSIGTYPE              void
#undef STAT_MACROS_BROKEN
#define STDC_HEADERS            1

/* enable LFN support (if available) */
#ifndef __WATCOM_LFN__
# define __WATCOM_LFN__
#endif

#undef HAVE_DIRENT_H
#define HAVE_ERRNO_H            1
#define HAVE_FLOAT_H            1
#define HAVE_LIMITS_H           1
#define HAVE_LOCALE_H           1
#define HAVE_MALLOC_H           1
#define HAVE_MATH_H             1
#undef HAVE_POLL_H
#define HAVE_STDLIB_H           1
#define HAVE_STRING_H           1
#undef HAVE_SYS_PARAM_H
#undef HAVE_SYS_SELECT_H
#undef HAVE_SYS_SOCKET_H
#define HAVE_SYS_STAT_H         1
//#define HAVE_SYS_TIME_H         1
#define HAVE_SYS_TIMEB_H        1
#define HAVE_SYS_TYPES_H        1
#undef HAVE_TERMIOS_H
#define HAVE_TIME_H             1
#define HAVE_VALUES_H           1

#define HAVE_STRINGIZE          1
#define HAVE_ATEXIT             1
#define HAVE_GETCWD             1
#define HAVE_MEMCPY             1
#define HAVE_MEMMOVE            1
#define HAVE_MEMSET             1
#define HAVE_PCLOSE             1
#define HAVE_POPEN              1
#define HAVE_SETVBUF            1
#define HAVE_SLEEP              1
#undef  HAVE_STRCASECMP
#define HAVE_STRCHR             1
#define HAVE_STRCSPN            1
#define HAVE_STRDUP             1
#define HAVE_STRERROR           1
#define HAVE_STRICMP            1
#undef  HAVE_STRNCASECMP
#define HAVE_STRNICMP           1
#define HAVE_STRRCHR            1
#define HAVE_STRSTR             1
#define HAVE_TIME_T_IN_TIME_H   1
#define HAVE_VFPRINTF           1
#define HAVE_STDBOOL_H          1

#if __WATCOMC__ > 1290
# define HAVE_ERF
# define HAVE_ERFC
#endif

#define __STDC_WANT_LIB_EXT1__ 1
#define strnlen strnlen_s
#define ftruncate _chsize
#define _fcloseall fcloseall
#define mktemp _mktemp
#define wcsnicmp _wcsnicmp