]> andersk Git - splint.git/blame - winconfig.h
Added win32/ files to CVS
[splint.git] / winconfig.h
CommitLineData
d934b685 1/* config.h. Generated automatically by configure. */
2/* config.hin. Generated automatically from configure.ac by autoheader. */
3
4/*@-constmacros@*/
5
6/* The directory where Splint's library files live */
7#define DEFAULT_LARCHPATH ".;C:/splint-3.0.1/lib"
8
9/* Splint's imports directory */
10#define DEFAULT_LCLIMPORTDIR ".;C:/splint-3.0.1/imports"
11
12/* system include directory */
13#define GCC_INCLUDE_DIR "C:/include"
14
15/* alternate include directory */
16#define GCC_INCLUDE_DIR2 "C:/local/include"
17
18/* String describing who compiled this binary and how */
747ae48b 19#define LCL_COMPILE "Compiled using Microsoft Visual C++ 6.0"
d934b685 20
21/* Splint's version number */
747ae48b 22#define LCL_PARSE_VERSION "Splint 3.0.1.1"
d934b685 23
24/* Define to disable support LCL files */
25/* #undef NOLCL */
26
27/* Splint's version number and configure/build date */
747ae48b 28#define SPLINT_VERSION "Splint 3.0.1.1 --- 08 Jan 2002"
d934b685 29
30/* The system's main include directory */
31#define SYSTEM_LIBDIR "C:/include"
32
33/* Define if you're on a Unixy system */
34/* !!! #define UNIX 1 */
35
36/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'.
37 */
38#define YYTEXT_POINTER 1
39
40/*@=constmacros@*/
This page took 0.057867 seconds and 5 git commands to generate.