]> andersk Git - splint.git/commitdiff
Added winconfig.h
authorevans1629 <evans1629>
Tue, 8 Jan 2002 19:57:04 +0000 (19:57 +0000)
committerevans1629 <evans1629>
Tue, 8 Jan 2002 19:57:04 +0000 (19:57 +0000)
winconfig.h [new file with mode: 0644]

diff --git a/winconfig.h b/winconfig.h
new file mode 100644 (file)
index 0000000..a26b151
--- /dev/null
@@ -0,0 +1,40 @@
+/* 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-3.0.1/lib"
+
+/* Splint's imports directory */
+#define DEFAULT_LCLIMPORTDIR ".;C:/splint-3.0.1/imports"
+
+/* system include directory */
+#define GCC_INCLUDE_DIR "C:/include"
+
+/* alternate include directory */
+#define GCC_INCLUDE_DIR2 "C:/local/include"
+
+/* String describing who compiled this binary and how */
+#define LCL_COMPILE "Compiled using Microsoft Visual C++ by evans"
+
+/* Splint's version number */
+#define LCL_PARSE_VERSION "Splint 3.0.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"
+
+/* 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@*/
This page took 0.04068 seconds and 5 git commands to generate.