-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathwinconfig.h
43 lines (29 loc) · 1.15 KB
/
winconfig.h
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
/* config.h. Generated automatically by configure. */
/* config.hin. Generated automatically from configure.ac by autoheader. */
/*@-constmacros@*/
/* The directory where Splint's library files live */
#define DEFAULT_LARCHPATH ".;C:/splint/lib"
/* Splint's imports directory */
#define DEFAULT_LCLIMPORTDIR ".;C:/splint/imports"
/* system include directory */
#define GCC_INCLUDE_DIR "C:/include"
/* alternate include directory */
#define GCC_INCLUDE_DIR2 "C:/local/include"
#define TARGET_CPU "x86"
#define UNAME "WIN32"
/* String describing who compiled this binary and how */
#define LCL_COMPILE "Compiled using Microsoft Visual C++ 7.0"
/* Splint's version number */
#define LCL_PARSE_VERSION "Splint 3.1.1"
/* Define to disable support LCL files */
/* #undef NOLCL */
/* Splint's version number and configure/build date */
#define SPLINT_VERSION "Splint 3.1.1 --- 28 Apr 2003"
/* The system's main include directory */
#define SYSTEM_LIBDIR "C:/include"
/* Define if you're on a Unixy system */
/* !!! #define UNIX 1 */
/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'.
*/
#define YYTEXT_POINTER 1
/*@=constmacros@*/