]> andersk Git - splint.git/blobdiff - winconfig.h
noexpand always false.
[splint.git] / winconfig.h
index a26b151fcc044b92e8ff9f8f01317a94a7b285bf..2bb22b9bc006cd9088e268a7caf2d465f0a43b6a 100644 (file)
@@ -4,10 +4,10 @@
 /*@-constmacros@*/
 
 /* The directory where Splint's library files live */
-#define DEFAULT_LARCHPATH ".;C:/splint-3.0.1/lib"
+#define DEFAULT_LARCHPATH ".;C:/splint/lib"
 
 /* Splint's imports directory */
-#define DEFAULT_LCLIMPORTDIR ".;C:/splint-3.0.1/imports"
+#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++ by evans"
+#define LCL_COMPILE "Compiled using Microsoft Visual C++ 7.0"
 
 /* Splint's version number */
-#define LCL_PARSE_VERSION "Splint 3.0.1"
+#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.0.1 --- 07 Jan 2002"
+#define SPLINT_VERSION "Splint 3.1.1 --- 28 Apr 2003"
 
 /* The system's main include directory */
 #define SYSTEM_LIBDIR "C:/include"
This page took 0.376183 seconds and 4 git commands to generate.